/* Camada final do redesign 2026: visual renovado sem alterar a logica do projeto. */

:root {
    --cn-refresh-green: #2f8f3b;
    --cn-refresh-green-strong: #226f2c;
    --cn-refresh-green-soft: #edf7ee;
    --cn-refresh-text: #18212f;
    --cn-refresh-muted: #5d6a7d;
    --cn-refresh-border: #dde6df;
    --cn-refresh-card: #ffffff;
    --cn-refresh-bg: #f5f7f3;
    --cn-refresh-shadow: 0 22px 58px rgba(18, 33, 47, 0.08);
    --cn-refresh-shadow-soft: 0 12px 34px rgba(18, 33, 47, 0.06);
    --cn-refresh-radius-xl: 2rem;
    --cn-refresh-radius-lg: 1.5rem;
    --cn-refresh-radius-md: 1.1rem;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

html body.site-shell:not(.admin-page) {
    background:
        radial-gradient(circle at top left, rgba(72, 171, 90, 0.08), transparent 26%),
        radial-gradient(circle at top right, rgba(198, 230, 204, 0.55), transparent 22%),
        linear-gradient(180deg, #fbfcfa 0%, var(--cn-refresh-bg) 56%, #eff2ec 100%) !important;
    color: var(--cn-refresh-text) !important;
}

html body.site-shell.site-shell-public,
html body.site-shell.site-shell-public .site-header,
html body.site-shell.site-shell-public .site-topbar,
html body.site-shell.site-shell-public .site-promo-banner,
html body.site-shell.site-shell-public .site-main,
html body.site-shell.site-shell-public .site-footer,
html body.site-shell.site-shell-public .site-custom-body-slot,
html body.site-shell.site-shell-public .site-custom-body-slot > *,
html body.site-shell.site-shell-public .container-xl {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

html body.site-shell.site-shell-public .site-header,
html body.site-shell.site-shell-public .site-topbar,
html body.site-shell.site-shell-public .site-promo-banner,
html body.site-shell.site-shell-public .site-main,
html body.site-shell.site-shell-public .site-footer,
html body.site-shell.site-shell-public .site-custom-body-slot {
    overflow-x: clip !important;
}

html body.site-shell:not(.admin-page) .cinematic-rail {
    display: none !important;
}

@media (min-width: 1200px) {
    html body.site-shell:not(.admin-page) .site-topbar,
    html body.site-shell:not(.admin-page) .site-promo-banner,
    html body.site-shell:not(.admin-page) .site-main,
    html body.site-shell:not(.admin-page) .site-footer {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

html body.site-shell:not(.admin-page) .site-header,
html body.site-shell:not(.admin-page) .site-topbar {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(18px) !important;
    border-bottom: 1px solid rgba(22, 33, 47, 0.08) !important;
}

html body.site-shell:not(.admin-page) .site-header {
    position: relative !important;
    top: auto !important;
    z-index: 30 !important;
    box-shadow: none !important;
}

html body.site-shell:not(.admin-page) .site-topbar {
    margin-bottom: 0 !important;
}

html body.site-shell:not(.admin-page) .site-topbar > .container-xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

html body.site-shell.site-shell-public .site-topbar > .container-xl,
html body.site-shell.site-shell-public .site-main > .container-xl,
html body.site-shell.site-shell-public .site-footer > .container-xl,
html body.site-shell.site-shell-public .site-promo-banner > .container-xl,
html body.site-shell.site-shell-public .site-custom-body-slot > .container-xl {
    width: min(1280px, calc(100vw - 1rem)) !important;
    max-width: min(1280px, calc(100vw - 1rem)) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html body.site-shell:not(.admin-page) .site-nav {
    gap: 1.25rem !important;
    align-items: center !important;
}

html body.site-shell:not(.admin-page) .site-brand-wordmark {
    gap: 0 !important;
    font-size: clamp(1.8rem, 2vw, 2.15rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.05em !important;
}

html body.site-shell:not(.admin-page) .site-brand-cifra {
    color: #111827 !important;
}

html body.site-shell:not(.admin-page) .site-brand-net {
    color: var(--cn-refresh-green) !important;
}

html body.site-shell:not(.admin-page) .site-nav-links {
    gap: 0.25rem !important;
}

html body.site-shell:not(.admin-page) .site-nav-links .nav-link,
html body.site-shell:not(.admin-page) .site-nav-dropdown .dropdown-item {
    color: var(--cn-refresh-text) !important;
    font-weight: 700 !important;
}

html body.site-shell:not(.admin-page) .site-nav-links .nav-link:hover,
html body.site-shell:not(.admin-page) .site-nav-links .nav-link:focus-visible,
html body.site-shell:not(.admin-page) .site-nav-links .nav-link.active,
html body.site-shell:not(.admin-page) .site-nav-dropdown .dropdown-item:hover,
html body.site-shell:not(.admin-page) .site-nav-dropdown .dropdown-item:focus-visible,
html body.site-shell:not(.admin-page) .site-nav-dropdown .dropdown-item.active {
    color: var(--cn-refresh-green) !important;
}

html body.site-shell:not(.admin-page) .site-nav-dropdown {
    border: 1px solid rgba(22, 33, 47, 0.08) !important;
    border-radius: 1rem !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 18px 38px rgba(18, 33, 47, 0.10) !important;
}

html body.site-shell:not(.admin-page) .site-header-search,
html body.site-shell:not(.admin-page) .site-header-search-mobile {
    background: transparent !important;
}

html body.site-shell:not(.admin-page) .site-search-row {
    background: #ffffff !important;
    border: 1px solid rgba(22, 33, 47, 0.10) !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 26px rgba(18, 33, 47, 0.05) !important;
}

html body.site-shell:not(.admin-page) .site-header-search-input {
    color: var(--cn-refresh-text) !important;
}

html body.site-shell:not(.admin-page) .site-header-search-input::placeholder {
    color: #7a8696 !important;
}

html body.site-shell:not(.admin-page) .site-header-search-icon {
    color: #7a8696 !important;
}

html body.site-shell:not(.admin-page) .site-header-search-button,
html body.site-shell:not(.admin-page) .site-header-cta {
    background: linear-gradient(135deg, var(--cn-refresh-green) 0%, var(--cn-refresh-green-strong) 100%) !important;
    color: #ffffff !important;
    border: 0 !important;
    box-shadow: 0 16px 34px rgba(47, 143, 59, 0.18) !important;
}

html body.site-shell:not(.admin-page) .cinematic-action {
    color: var(--cn-refresh-text) !important;
    border-color: rgba(22, 33, 47, 0.12) !important;
    background: rgba(255, 255, 255, 0.92) !important;
}

html body.site-shell:not(.admin-page) .cinematic-action:hover,
html body.site-shell:not(.admin-page) .cinematic-action:focus-visible {
    color: var(--cn-refresh-green) !important;
    border-color: rgba(47, 143, 59, 0.28) !important;
    background: #ffffff !important;
}

html body.site-shell.home-page .site-header-search.d-none.d-lg-flex,
html body.site-shell.home-page .site-header-search-mobile {
    display: none !important;
}

html body.site-shell.home-page .site-nav-collapse {
    justify-content: space-between !important;
}

html body.site-shell:not(.admin-page) .site-promo-banner {
    margin-bottom: 1.4rem !important;
}

html body.site-shell:not(.admin-page) .site-promo-link {
    border-radius: var(--cn-refresh-radius-lg) !important;
    box-shadow: var(--cn-refresh-shadow-soft) !important;
}

html body.site-shell.home-page .cn-home {
    display: grid;
    gap: clamp(1.6rem, 2.8vw, 2.3rem);
    margin-top: 0.35rem;
}

html body.site-shell.home-page .cn-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 1.5rem;
    align-items: stretch;
}

html body.site-shell.home-page .cn-home-hero-main,
html body.site-shell.home-page .cn-home-inline-ads .adsense-box__inner,
html body.site-shell.home-page .cn-home-section,
html body.site-shell.home-page .cn-home-lower-card,
html body.site-shell.home-page .cn-home-tool-card,
html body.site-shell.home-page .cn-home-quick-card {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid var(--cn-refresh-border) !important;
    box-shadow: var(--cn-refresh-shadow) !important;
}

html body.site-shell.home-page .cn-home-hero-main {
    position: relative;
    padding: clamp(2rem, 4vw, 3.25rem);
    border-radius: var(--cn-refresh-radius-xl);
    overflow: hidden;
    background:
        radial-gradient(circle at right top, rgba(98, 194, 113, 0.18), transparent 28%),
        radial-gradient(circle at left center, rgba(190, 223, 195, 0.55), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f3fbf4 100%) !important;
}

html body.site-shell.home-page .cn-home-hero-main::before,
html body.site-shell.home-page .cn-home-hero-main::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.2;
}

html body.site-shell.home-page .cn-home-hero-main::before {
    inset: auto auto 1.4rem 1.4rem;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 143, 59, 0.25), transparent 72%);
}

html body.site-shell.home-page .cn-home-hero-main::after {
    inset: auto 2rem 1rem auto;
    width: 230px;
    height: 74px;
    border-bottom: 2px solid rgba(47, 143, 59, 0.18);
    border-radius: 50%;
    transform: rotate(-6deg);
}

html body.site-shell.home-page .cn-home-eyebrow,
html body.site-shell.home-page .cn-home-kicker {
    display: inline-block;
    color: var(--cn-refresh-green) !important;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

html body.site-shell.home-page .cn-home-hero-title,
html body.site-shell.home-page .cn-home-section-title {
    margin: 0;
    color: #131a25 !important;
    line-height: 1.02;
    letter-spacing: -0.06em;
    font-weight: 900;
}

html body.site-shell.home-page .cn-home-hero-title {
    margin-top: 0.7rem;
    font-size: clamp(3rem, 6.5vw, 5rem);
}

html body.site-shell.home-page .cn-home-hero-title span {
    color: var(--cn-refresh-green) !important;
}

html body.site-shell.home-page .cn-home-hero-title small {
    display: block;
    margin-top: 0.45rem;
    color: #1f2937 !important;
    font-size: clamp(1.6rem, 2.4vw, 2.3rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

html body.site-shell.home-page .cn-home-hero-text {
    max-width: 44rem;
    margin: 1rem 0 0;
    color: var(--cn-refresh-muted) !important;
    font-size: 1.08rem;
    line-height: 1.75;
}

html body.site-shell.home-page .cn-home-hero-search {
    margin-top: 1.45rem;
}

html body.site-shell.home-page .cn-home-search-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    padding: 0.55rem 0.6rem 0.55rem 1rem;
    background: #ffffff;
    border: 1px solid rgba(22, 33, 47, 0.10);
    border-radius: 1rem;
    box-shadow: 0 14px 36px rgba(18, 33, 47, 0.08);
}

html body.site-shell.home-page .cn-home-search-icon {
    color: #7a8696;
}

html body.site-shell.home-page .cn-home-search-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

html body.site-shell.home-page .cn-home-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--cn-refresh-text);
    font-size: 1.08rem;
}

html body.site-shell.home-page .cn-home-search-input::placeholder {
    color: #8d98a7;
}

html body.site-shell.home-page .cn-home-search-button,
html body.site-shell.home-page .cn-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, var(--cn-refresh-green) 0%, var(--cn-refresh-green-strong) 100%);
    color: #ffffff !important;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(47, 143, 59, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

html body.site-shell.home-page .cn-home-search-button {
    min-height: 3.2rem;
    padding: 0 1.45rem;
}

html body.site-shell.home-page .cn-home-button--ghost {
    background: transparent !important;
    color: var(--cn-refresh-green) !important;
    border: 1px solid rgba(47, 143, 59, 0.24) !important;
    box-shadow: none !important;
}

html body.site-shell.home-page .cn-home-search-button:hover,
html body.site-shell.home-page .cn-home-button:hover,
html body.site-shell.home-page .cn-home-search-button:focus-visible,
html body.site-shell.home-page .cn-home-button:focus-visible {
    transform: translateY(-1px);
    filter: saturate(1.04);
    box-shadow: 0 18px 42px rgba(47, 143, 59, 0.22);
}

html body.site-shell.home-page .cn-home-popular {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.9rem;
    align-items: center;
    margin-top: 1rem;
}

html body.site-shell.home-page .cn-home-popular-label,
html body.site-shell.home-page .cn-home-popular-links a,
html body.site-shell.home-page .cn-home-section-link {
    color: var(--cn-refresh-muted) !important;
    font-weight: 700;
}

html body.site-shell.home-page .cn-home-popular-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
}

html body.site-shell.home-page .cn-home-popular-links a:hover,
html body.site-shell.home-page .cn-home-section-link:hover,
html body.site-shell.home-page .cn-home-section-link:focus-visible {
    color: var(--cn-refresh-green) !important;
}

html body.site-shell.home-page .cn-home-hero-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: clamp(1.6rem, 3vw, 2.2rem);
    border-radius: var(--cn-refresh-radius-xl);
    color: #ffffff !important;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 24px 62px rgba(18, 33, 47, 0.18);
    background:
        linear-gradient(115deg, rgba(5, 8, 12, 0.92) 0%, rgba(5, 8, 12, 0.58) 48%, rgba(5, 8, 12, 0.18) 100%),
        radial-gradient(circle at right top, rgba(47, 143, 59, 0.34), transparent 26%),
        var(--cn-home-feature-image) center / cover no-repeat;
}

html body.site-shell.home-page .cn-home-hero-feature > * {
    position: relative;
    z-index: 1;
}

html body.site-shell.home-page .cn-home-hero-feature-kicker {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

html body.site-shell.home-page .cn-home-hero-feature-title {
    margin-top: 0.55rem;
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 900;
}

html body.site-shell.home-page .cn-home-hero-feature-artist {
    display: block;
    margin-top: 0.55rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

html body.site-shell.home-page .cn-home-hero-feature-copy {
    display: block;
    max-width: 34rem;
    margin-top: 1rem;
    color: rgba(243, 246, 250, 0.88);
    line-height: 1.72;
}

html body.site-shell.home-page .cn-home-hero-feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 1.2rem;
    padding: 0.92rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cn-refresh-green) 0%, #43b356 100%);
    color: #ffffff;
    font-weight: 800;
}

html body.site-shell.home-page .cn-home-quick-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 1rem;
}

html body.site-shell.home-page .cn-home-quick-card,
html body.site-shell.home-page .cn-home-tool-card,
html body.site-shell.home-page .cn-home-lower-card {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: var(--cn-refresh-radius-md);
    color: var(--cn-refresh-text) !important;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

html body.site-shell.home-page .cn-home-quick-card:hover,
html body.site-shell.home-page .cn-home-tool-card:hover,
html body.site-shell.home-page .cn-home-lower-card:hover,
html body.site-shell.home-page .cn-home-song-card:hover,
html body.site-shell.home-page .cn-home-news-feature:hover,
html body.site-shell.home-page .cn-home-news-item:hover,
html body.site-shell.home-page .cn-home-latest-item:hover,
html body.site-shell.home-page .cn-home-artist-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(18, 33, 47, 0.12);
}

html body.site-shell.home-page .cn-home-quick-icon,
html body.site-shell.home-page .cn-home-tool-icon {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cn-refresh-green-soft);
    color: var(--cn-refresh-green);
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(47, 143, 59, 0.14);
}

html body.site-shell.home-page .cn-home-quick-copy,
html body.site-shell.home-page .cn-home-tool-copy,
html body.site-shell.home-page .cn-home-song-copy,
html body.site-shell.home-page .cn-home-news-item-copy,
html body.site-shell.home-page .cn-home-latest-copy {
    min-width: 0;
}

html body.site-shell.home-page .cn-home-quick-copy strong,
html body.site-shell.home-page .cn-home-tool-copy strong,
html body.site-shell.home-page .cn-home-song-copy strong,
html body.site-shell.home-page .cn-home-news-item-copy strong,
html body.site-shell.home-page .cn-home-latest-copy strong,
html body.site-shell.home-page .cn-home-lower-card h3 {
    display: block;
    color: var(--cn-refresh-text) !important;
    font-weight: 800;
}

html body.site-shell.home-page .cn-home-quick-copy small,
html body.site-shell.home-page .cn-home-tool-copy small,
html body.site-shell.home-page .cn-home-song-copy small,
html body.site-shell.home-page .cn-home-news-item-copy small,
html body.site-shell.home-page .cn-home-latest-copy small,
html body.site-shell.home-page .cn-home-lower-links a,
html body.site-shell.home-page .cn-home-section > p {
    color: var(--cn-refresh-muted) !important;
}

html body.site-shell.home-page .cn-home-inline-ads {
    margin: 0 !important;
}

html body.site-shell.home-page .cn-home-inline-ads .adsense-box__inner {
    border-radius: var(--cn-refresh-radius-lg) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(47, 143, 59, 0.12) !important;
}

html body.site-shell.home-page .cn-home-section {
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: var(--cn-refresh-radius-xl);
}

html body.site-shell.home-page .cn-home-section-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
    margin-bottom: 1.2rem;
}

html body.site-shell.home-page .cn-home-section-title {
    margin-top: 0.35rem;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
}

html body.site-shell.home-page .cn-home-song-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

html body.site-shell.home-page .cn-home-song-card,
html body.site-shell.home-page .cn-home-news-item,
html body.site-shell.home-page .cn-home-news-feature,
html body.site-shell.home-page .cn-home-latest-item,
html body.site-shell.home-page .cn-home-artist-card {
    text-decoration: none;
}

html body.site-shell.home-page .cn-home-song-card {
    display: grid;
    gap: 0.85rem;
    position: relative;
    min-width: 0;
}

html body.site-shell.home-page .cn-home-song-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #dceee0;
    box-shadow: var(--cn-refresh-shadow-soft);
}

html body.site-shell.home-page .cn-home-song-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

html body.site-shell.home-page .cn-home-song-media.is-fallback {
    display: grid;
    place-items: center;
}

html body.site-shell.home-page .cn-home-song-media.is-fallback span {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: var(--cn-refresh-green);
    font-size: 1.4rem;
    font-weight: 900;
}

html body.site-shell.home-page .cn-home-song-rank {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--cn-refresh-green) 0%, #4daf5a 100%);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(47, 143, 59, 0.24);
}

html body.site-shell.home-page .cn-home-song-copy strong {
    font-size: 1rem;
    line-height: 1.25;
}

html body.site-shell.home-page .cn-home-artist-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(120px, 1fr);
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.3rem;
}

html body.site-shell.home-page .cn-home-artist-card {
    display: grid;
    gap: 0.85rem;
    justify-items: center;
    min-width: 0;
    padding: 0.2rem 0.1rem;
}

html body.site-shell.home-page .cn-home-artist-avatar {
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 50%;
    overflow: hidden;
    background: #dceee0;
    box-shadow: var(--cn-refresh-shadow-soft);
}

html body.site-shell.home-page .cn-home-artist-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

html body.site-shell.home-page .cn-home-artist-avatar.is-fallback {
    display: grid;
    place-items: center;
}

html body.site-shell.home-page .cn-home-artist-avatar.is-fallback span {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--cn-refresh-green);
}

html body.site-shell.home-page .cn-home-artist-card strong {
    color: var(--cn-refresh-text) !important;
    font-size: 1rem;
    text-align: center;
}

html body.site-shell.home-page .cn-home-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

html body.site-shell.home-page .cn-home-latest-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.05rem;
    border-radius: 1.1rem;
    background: #ffffff;
    border: 1px solid rgba(22, 33, 47, 0.08);
    box-shadow: var(--cn-refresh-shadow-soft);
}

html body.site-shell.home-page .cn-home-latest-tone {
    flex: 0 0 auto;
    color: var(--cn-refresh-green) !important;
    font-weight: 900;
}

html body.site-shell.home-page .cn-home-latest-footer {
    display: flex;
    justify-content: center;
    margin-top: 1.15rem;
}

html body.site-shell.home-page .cn-home-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.85fr);
    gap: 1rem;
}

html body.site-shell.home-page .cn-home-news-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    min-width: 0;
    padding: 1rem;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf6 100%);
    border: 1px solid rgba(22, 33, 47, 0.08);
    box-shadow: var(--cn-refresh-shadow-soft);
}

html body.site-shell.home-page .cn-home-news-feature-media,
html body.site-shell.home-page .cn-home-news-item-media {
    display: block;
    overflow: hidden;
    border-radius: 1.2rem;
    background: #e3ebe1;
}

html body.site-shell.home-page .cn-home-news-feature-media img,
html body.site-shell.home-page .cn-home-news-item-media img {
    width: 100%;
    display: block;
    object-fit: cover;
}

html body.site-shell.home-page .cn-home-news-feature-media {
    aspect-ratio: 16 / 9;
}

html body.site-shell.home-page .cn-home-news-feature-copy strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--cn-refresh-text) !important;
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    line-height: 1.14;
}

html body.site-shell.home-page .cn-home-news-feature-copy span,
html body.site-shell.home-page .cn-home-news-feature-copy small {
    color: var(--cn-refresh-muted) !important;
    line-height: 1.7;
}

html body.site-shell.home-page .cn-home-news-side {
    display: grid;
    gap: 0.9rem;
}

html body.site-shell.home-page .cn-home-news-item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    min-width: 0;
    padding: 0.85rem;
    border-radius: 1.2rem;
    background: #ffffff;
    border: 1px solid rgba(22, 33, 47, 0.08);
    box-shadow: var(--cn-refresh-shadow-soft);
}

html body.site-shell.home-page .cn-home-news-item-media {
    aspect-ratio: 4 / 3;
}

html body.site-shell.home-page .cn-home-news-item-copy strong {
    font-size: 1rem;
    line-height: 1.28;
}

html body.site-shell.home-page .cn-home-news-item-copy small {
    margin-bottom: 0.18rem;
    font-size: 0.78rem;
}

html body.site-shell.home-page .cn-home-tools-grid,
html body.site-shell.home-page .cn-home-lower-grid {
    display: grid;
    gap: 1rem;
}

html body.site-shell.home-page .cn-home-tools-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

html body.site-shell.home-page .cn-home-lower-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

html body.site-shell.home-page .cn-home-lower-card {
    display: grid;
    gap: 0.9rem;
}

html body.site-shell.home-page .cn-home-lower-card h3 {
    margin: 0;
    font-size: 1.25rem;
}

html body.site-shell.home-page .cn-home-lower-links {
    display: grid;
    gap: 0.55rem;
}

html body.site-shell.home-page .cn-home-lower-links a {
    text-decoration: none;
    font-weight: 700;
}

html body.site-shell.home-page .cn-home-lower-links a:hover,
html body.site-shell.home-page .cn-home-lower-links a:focus-visible {
    color: var(--cn-refresh-green) !important;
}

html body.site-shell:not(.admin-page) .site-footer {
    margin-top: 3rem !important;
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
    color: rgba(255, 255, 255, 0.84) !important;
    background: linear-gradient(180deg, #11151b 0%, #0b0d12 100%) !important;
    border-top: 0 !important;
}

html body.site-shell:not(.admin-page) .footer-cifra-banner-wrap {
    margin-bottom: 2rem !important;
}

html body.site-shell:not(.admin-page) .footer-shell--expanded {
    display: grid !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.9fr) !important;
    gap: 2rem !important;
    align-items: start !important;
}

html body.site-shell:not(.admin-page) .footer-branding {
    display: grid;
    gap: 0.85rem;
}

html body.site-shell:not(.admin-page) .footer-brand {
    color: #ffffff !important;
}

html body.site-shell:not(.admin-page) .footer-brand .brand-mark {
    background: linear-gradient(135deg, var(--cn-refresh-green) 0%, #52b85e 100%) !important;
    color: #ffffff !important;
}

html body.site-shell:not(.admin-page) .footer-brand .brand-title,
html body.site-shell:not(.admin-page) .footer-column-title {
    color: #ffffff !important;
}

html body.site-shell:not(.admin-page) .footer-copy,
html body.site-shell:not(.admin-page) .footer-copy--lead,
html body.site-shell:not(.admin-page) .footer-copy--soft,
html body.site-shell:not(.admin-page) .footer-copy--small,
html body.site-shell:not(.admin-page) .footer-column-link,
html body.site-shell:not(.admin-page) .footer-legal-link {
    color: rgba(230, 235, 241, 0.78) !important;
}

html body.site-shell:not(.admin-page) .footer-copy--lead {
    font-size: 1rem;
    font-weight: 700;
}

html body.site-shell:not(.admin-page) .footer-copy--soft,
html body.site-shell:not(.admin-page) .footer-copy--small {
    font-size: 0.95rem;
    line-height: 1.7;
}

html body.site-shell:not(.admin-page) .footer-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 1.5rem;
}

html body.site-shell:not(.admin-page) .footer-column {
    display: grid;
    gap: 0.85rem;
}

html body.site-shell:not(.admin-page) .footer-column-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

html body.site-shell:not(.admin-page) .footer-column-links {
    display: grid;
    gap: 0.55rem;
}

html body.site-shell:not(.admin-page) .footer-column-link {
    text-decoration: none;
    font-weight: 600;
}

html body.site-shell:not(.admin-page) .footer-column-link:hover,
html body.site-shell:not(.admin-page) .footer-column-link:focus-visible,
html body.site-shell:not(.admin-page) .footer-legal-link:hover,
html body.site-shell:not(.admin-page) .footer-legal-link:focus-visible {
    color: #ffffff !important;
}

html body.site-shell:not(.admin-page) .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding-top: 1.6rem;
    margin-top: 1.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

html body.site-shell:not(.admin-page) .footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
}

html body.site-shell.song-page .song-layout {
    margin-top: 1.5rem !important;
}

html body.site-shell.song-page .song-layout-grid {
    display: grid !important;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr) !important;
    gap: 1.5rem !important;
    align-items: start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

html body.site-shell.song-page .song-layout-grid > .song-layout-sidebar-col,
html body.site-shell.song-page .song-layout-grid > .song-layout-main-col {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.site-shell.song-page .song-layout-main-col {
    order: 2;
}

html body.site-shell.song-page .song-layout-sidebar-col {
    order: 1;
}

html body.site-shell.song-page .song-layout-main-col .song-sheet-panel {
    padding: 0.9rem !important;
    overflow: hidden !important;
}

html body.site-shell.song-page .song-layout-main-col #songSheetScroll {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
}

html body.site-shell.song-page .song-layout-main-col #songSheet {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: block !important;
    padding: clamp(1rem, 2vw, 1.35rem) !important;
    box-sizing: border-box !important;
}

html body.site-shell.song-page .song-layout-main-col .song-sheet {
    font-size: clamp(0.9rem, 1vw, 1rem);
}

html body.site-shell.song-page .song-actions-panel--hero {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(22, 33, 47, 0.08) !important;
    box-shadow: var(--cn-refresh-shadow-soft) !important;
}

html body.site-shell.song-page .song-about-card {
    background: #ffffff !important;
    border: 1px solid rgba(22, 33, 47, 0.08) !important;
}

html body.site-shell.song-page .song-after-about-slot,
html body.site-shell.song-page .song-after-about-slot > *,
html body.site-shell.song-page .song-inline-ad-slot,
html body.site-shell.song-page .song-inline-ad-shell,
html body.site-shell.song-page .song-inline-ad-slot iframe,
html body.site-shell.song-page .song-inline-ad-slot ins.adsbygoogle,
html body.site-shell.song-page .song-inline-ad-slot .adsbygoogle {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

html body.site-shell.news-page .news-editorial-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.56fr) minmax(280px, 0.78fr) !important;
    gap: 1.5rem !important;
    align-items: start !important;
}

html body.site-shell.news-page .news-main-column,
html body.site-shell.news-page .news-sidebar-column,
html body.site-shell.news-page .news-sidebar-sticky,
html body.site-shell.news-page .news-share-panel,
html body.site-shell.news-page .news-media-panel,
html body.site-shell.news-page .news-story-panel,
html body.site-shell.news-page .news-next-panel,
html body.site-shell.news-page .news-sidebar-panel,
html body.site-shell.news-page .news-inline-adsense,
html body.site-shell.news-page .news-inline-latest,
html body.site-shell.news-page .news-inline-cta,
html body.site-shell.news-page .news-inline-top-songs {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
    box-sizing: border-box !important;
}

html body.site-shell.news-page .news-share-panel .song-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

html body.site-shell.news-page .news-body,
html body.site-shell.news-page .news-body > *,
html body.site-shell.news-page .news-body img,
html body.site-shell.news-page .news-body iframe,
html body.site-shell.news-page .news-body table,
html body.site-shell.news-page .news-body pre {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

html body.site-shell.news-page .news-body img,
html body.site-shell.news-page .news-body iframe {
    display: block !important;
}

html body.site-shell.news-page .news-body {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

html body.site-shell.news-page .site-ad-popup__dialog {
    width: min(760px, calc(100vw - 1rem)) !important;
}

html body.site-shell:not(.admin-page) .site-ad-popup__dialog,
html body.site-shell:not(.admin-page) .site-ad-popup__body,
html body.site-shell:not(.admin-page) .site-ad-popup__card,
html body.site-shell:not(.admin-page) .site-ad-popup__slot,
html body.site-shell:not(.admin-page) .site-ad-popup__slot-inner,
html body.site-shell:not(.admin-page) .site-ad-popup__slot .adsense-box,
html body.site-shell:not(.admin-page) .site-ad-popup__slot .adsense-box__inner,
html body.site-shell:not(.admin-page) .site-ad-popup__slot iframe,
html body.site-shell:not(.admin-page) .site-ad-popup__slot ins.adsbygoogle,
html body.site-shell:not(.admin-page) .site-ad-popup__slot .adsbygoogle {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 1399.98px) {
    html body.site-shell.home-page .cn-home-quick-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    html body.site-shell.home-page .cn-home-song-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    html body.site-shell.home-page .cn-home-hero {
        grid-template-columns: 1fr;
    }

    html body.site-shell.home-page .cn-home-quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    html body.site-shell.home-page .cn-home-song-grid,
    html body.site-shell.home-page .cn-home-tools-grid,
    html body.site-shell.home-page .cn-home-lower-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    html body.site-shell.home-page .cn-home-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html body.site-shell.home-page .cn-home-news-layout,
    html body.site-shell:not(.admin-page) .footer-shell--expanded {
        grid-template-columns: 1fr;
    }

    html body.site-shell:not(.admin-page) .footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    html body.site-shell.song-page .song-layout-grid {
        grid-template-columns: 1fr !important;
    }

    html body.site-shell.song-page .song-layout-main-col {
        order: 1;
    }

    html body.site-shell.song-page .song-layout-sidebar-col {
        order: 2;
    }

    html body.site-shell.news-page .news-editorial-layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767.98px) {
    html body.site-shell:not(.admin-page) .site-topbar > .container-xl,
    html body.site-shell:not(.admin-page) .site-main > .container-xl,
    html body.site-shell:not(.admin-page) .site-footer > .container-xl,
    html body.site-shell:not(.admin-page) .site-promo-banner > .container-xl {
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
    }

    html body.site-shell:not(.admin-page) .site-nav {
        gap: 0.8rem !important;
    }

    html body.site-shell:not(.admin-page) .site-nav-collapse {
        gap: 0.9rem !important;
        padding-top: 0.6rem !important;
    }

    html body.site-shell:not(.admin-page) .site-nav-links {
        gap: 0 !important;
    }

    html body.site-shell.home-page .cn-home {
        gap: 1.35rem;
    }

    html body.site-shell.home-page .cn-home-hero-main,
    html body.site-shell.home-page .cn-home-section {
        padding: 1.25rem !important;
        border-radius: 1.45rem !important;
    }

    html body.site-shell.home-page .cn-home-hero-title {
        font-size: clamp(2.35rem, 12vw, 3rem);
    }

    html body.site-shell.home-page .cn-home-hero-title small {
        font-size: clamp(1.2rem, 6vw, 1.7rem);
    }

    html body.site-shell.home-page .cn-home-search-shell {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
        padding: 0.9rem;
    }

    html body.site-shell.home-page .cn-home-search-icon {
        display: none;
    }

    html body.site-shell.home-page .cn-home-search-button {
        width: 100%;
    }

    html body.site-shell.home-page .cn-home-popular,
    html body.site-shell.home-page .cn-home-section-head,
    html body.site-shell:not(.admin-page) .footer-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    html body.site-shell.home-page .cn-home-quick-grid,
    html body.site-shell.home-page .cn-home-song-grid,
    html body.site-shell.home-page .cn-home-tools-grid,
    html body.site-shell.home-page .cn-home-lower-grid,
    html body.site-shell.home-page .cn-home-latest-grid,
    html body.site-shell:not(.admin-page) .footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html body.site-shell.home-page .cn-home-news-item {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    html body.site-shell.home-page .cn-home-artist-row {
        grid-auto-columns: minmax(120px, 46%);
    }

    html body.site-shell.song-page .song-layout-main-col .song-sheet-panel {
        padding: 0.75rem !important;
    }

    html body.site-shell.song-page .song-layout-main-col #songSheet {
        padding: 0.8rem !important;
    }

    html body.site-shell.news-page .news-share-panel .song-actions {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    html body.site-shell.news-page .news-share-panel .share-pill-button {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    html body.site-shell:not(.admin-page) .site-ad-popup {
        padding: 0.7rem !important;
    }

    html body.site-shell:not(.admin-page) .site-ad-popup__dialog {
        width: calc(100vw - 1.4rem) !important;
    }

    html body.site-shell:not(.admin-page) .site-ad-popup__card {
        padding: 3.15rem 0.7rem 0.7rem !important;
        border-radius: 1.2rem !important;
    }
}

@media (max-width: 575.98px) {
    html body.site-shell.home-page .cn-home-quick-grid,
    html body.site-shell.home-page .cn-home-song-grid,
    html body.site-shell.home-page .cn-home-tools-grid,
    html body.site-shell.home-page .cn-home-latest-grid,
    html body.site-shell.home-page .cn-home-lower-grid,
    html body.site-shell:not(.admin-page) .footer-columns {
        grid-template-columns: 1fr;
    }

    html body.site-shell.home-page .cn-home-news-item {
        grid-template-columns: 1fr;
    }

    html body.site-shell.home-page .cn-home-news-item-media {
        aspect-ratio: 16 / 9;
    }

    html body.site-shell.home-page .cn-home-artist-row {
        grid-auto-columns: minmax(132px, 62%);
    }
}

/* Final public hotfixes: keep every public page inside the viewport and restore
   the cifra sheet to the full useful width. */
html body.site-shell:not(.admin-page) .site-main,
html body.site-shell:not(.admin-page) .site-main > .container-xl,
html body.site-shell:not(.admin-page) .site-custom-body-slot,
html body.site-shell:not(.admin-page) .site-custom-body-slot > *,
html body.site-shell:not(.admin-page) .hero-card,
html body.site-shell:not(.admin-page) .inner-hero,
html body.site-shell:not(.admin-page) .empty-panel,
html body.site-shell:not(.admin-page) .sheet-panel,
html body.site-shell:not(.admin-page) .news-editorial-layout,
html body.site-shell:not(.admin-page) .news-main-column,
html body.site-shell:not(.admin-page) .news-sidebar-column,
html body.site-shell:not(.admin-page) .news-share-panel,
html body.site-shell:not(.admin-page) .news-media-panel,
html body.site-shell:not(.admin-page) .news-story-panel,
html body.site-shell:not(.admin-page) .song-layout,
html body.site-shell:not(.admin-page) .song-layout > .row,
html body.site-shell:not(.admin-page) .song-layout > .row > [class*="col-"],
html body.site-shell:not(.admin-page) .song-layout-grid,
html body.site-shell:not(.admin-page) .song-layout-grid > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

html body.site-shell.song-page .song-layout-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    align-items: stretch !important;
}

html body.site-shell.song-page .song-layout-main-col {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.site-shell.song-page .song-layout-sidebar-col {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.site-shell.song-page .song-layout-sidebar-col .sticky-lg-top {
    position: static !important;
    top: auto !important;
}

html body.site-shell.song-page .song-sidebar-panel,
html body.site-shell.song-page .song-tone-card,
html body.site-shell.song-page .font-size-panel,
html body.site-shell.song-page .auto-scroll-panel,
html body.site-shell.song-page .song-video-panel,
html body.site-shell.song-page .song-sidebar-list,
html body.site-shell.song-page .song-sidebar-list .ranking-card,
html body.site-shell.song-page .song-layout-main-col .song-sheet-panel,
html body.site-shell.song-page .song-layout-main-col #songSheetScroll,
html body.site-shell.song-page .song-layout-main-col #songSheet,
html body.site-shell.song-page .song-layout-main-col .song-sheet,
html body.site-shell.song-page .song-after-about-slot,
html body.site-shell.song-page .song-after-about-slot > *,
html body.site-shell.song-page .song-inline-ad-slot,
html body.site-shell.song-page .song-inline-ad-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

html body.site-shell.song-page .song-layout-main-col .song-sheet-panel {
    overflow: hidden !important;
    padding: clamp(0.75rem, 1.6vw, 1rem) !important;
}

html body.site-shell.song-page .song-layout-main-col #songSheetScroll {
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 0 !important;
}

html body.site-shell.song-page .song-layout-main-col #songSheet {
    padding: clamp(0.55rem, 1.3vw, 0.95rem) !important;
}

html body.site-shell.song-page .song-layout-main-col .song-sheet {
    width: 100% !important;
    max-width: 100% !important;
}

html body.site-shell .global-top-cifras-section,
html body.site-shell .global-top-cifras-section .home-top-cifras-wrap,
html body.site-shell .global-top-cifras-section .home-top-cifras-grid,
html body.site-shell .global-top-cifras-section .home-top-cifra-card,
html body.site-shell .global-top-cifras-section .home-top-cifra-link,
html body.site-shell .global-top-cifras-section .home-top-cifra-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

html body.site-shell .global-top-cifras-section .home-top-cifra-link,
html body.site-shell .global-top-cifras-section .home-top-cifra-copy {
    overflow: hidden !important;
}

html body.site-shell .global-top-cifras-section .home-top-cifra-name,
html body.site-shell .global-top-cifras-section .home-top-cifra-artist {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body.site-shell.news-page .news-share-panel,
html body.site-shell.news-page .news-share-panel .hero-actions,
html body.site-shell.news-page .news-share-panel .hero-actions .song-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

html body.site-shell.news-page .news-share-panel .hero-actions .song-actions {
    flex-wrap: wrap !important;
}

html body.site-shell:not(.admin-page) .site-ad-popup,
html body.site-shell:not(.admin-page) .site-ad-popup__dialog,
html body.site-shell:not(.admin-page) .site-ad-popup__body,
html body.site-shell:not(.admin-page) .site-ad-popup__card,
html body.site-shell:not(.admin-page) .site-ad-popup__slot,
html body.site-shell:not(.admin-page) .site-ad-popup__slot-inner,
html body.site-shell:not(.admin-page) .site-ad-popup__ad-shell,
html body.site-shell:not(.admin-page) .site-ad-popup__ad-shell *,
html body.site-shell:not(.admin-page) .site-ad-popup__slot iframe,
html body.site-shell:not(.admin-page) .site-ad-popup__slot ins.adsbygoogle,
html body.site-shell:not(.admin-page) .site-ad-popup__slot .adsbygoogle {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

html body.site-shell:not(.admin-page) .site-ad-popup {
    overflow-x: clip !important;
}

html body.site-shell:not(.admin-page) .site-ad-popup__dialog {
    width: min(700px, calc(100vw - 1rem)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html body.site-shell:not(.admin-page) .site-ad-popup__card {
    overflow-x: hidden !important;
}

@media (max-width: 767.98px) {
    html body.site-shell.site-shell-public .site-topbar > .container-xl,
    html body.site-shell.site-shell-public .site-main > .container-xl,
    html body.site-shell.site-shell-public .site-footer > .container-xl,
    html body.site-shell.site-shell-public .site-promo-banner > .container-xl,
    html body.site-shell.site-shell-public .site-custom-body-slot > .container-xl {
        width: calc(100vw - 0.75rem) !important;
        max-width: calc(100vw - 0.75rem) !important;
    }

    html body.site-shell.song-page .song-layout-main-col .song-sheet-panel {
        padding: 0.6rem !important;
    }

    html body.site-shell.song-page .song-layout-main-col #songSheet {
        padding: 0.4rem !important;
    }

    html body.site-shell:not(.admin-page) .site-ad-popup__dialog {
        width: calc(100vw - 0.85rem) !important;
    }

    html body.site-shell:not(.admin-page) .site-ad-popup__card {
        padding: 3rem 0.55rem 0.55rem !important;
    }
}

/* Ajustes globais finais das paginas publicas ficam concentrados em cifranet-final-overrides.css. */
