/* Marcas sobre fundos escuros e ajuste final do cabecalho. */
.portal-brand-mark--footer .portal-brand-symbol {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.live-now-image--logo {
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 12px;
    background: #fff;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 1121px) {
    .main-header:not(.radio-main-header) .header-layout {
        grid-template-columns: 300px minmax(0, 1fr) 40px;
    }
}

@media (max-width: 760px) {
    .portal-brand-mark--footer .portal-brand-symbol {
        width: 72px;
        height: 72px;
        padding: 4px;
    }

    .live-now-image--logo {
        width: 88px;
        height: 88px;
        padding: 6px;
    }
}
