/* Reset styles */
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    font-family: unset;
}

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');

/* Featured List Layout */
.adw-super-bowl-featured-list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

.adw-super-bowl-featured-list p {
    font-weight: 400;
}

.featured-list-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 16px;
}

.featured-number {
    font-family: 'Resolve Sans Compressed Italic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 90px;
    font-weight: 400;
    color: #E31C79;
    line-height: 75px;
    letter-spacing: 0;
    min-width: 40px;
    text-align: center;
    opacity: 1;
    transform: none;
}

/* Only apply animation styles to 2026 layouts */
.adw-super-bowl-2026-featured-list .featured-number {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    will-change: opacity, transform;
}

.featured-thumbnail {
    width: 320px;
    flex-shrink: 0;
    position: relative;
}

.thumbnail-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background-color: var(--bs-dark);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.featured-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#featured-title {
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    color: var(--bs-body-color);
    letter-spacing: 1.1px;
}

.featured-content p {
    font-size: 14px;
    color: var(--bs-body-color);
    line-height: 1.5;
    margin: 0;
}

.adw-super-bowl-featured-list.featured-content p {
    font-size: 16px;
    color: var(--bs-body-color);
    line-height: 1.5;
    margin: 0;
}


.featured-engagement {
    width: 100px;
    text-align: right;
    flex-shrink: 0;
}

.engagement-score {
    font-family: "Geist", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 34px;
    line-height: 29px;
    font-weight: 700;
    color: #2A8B99;
}

.engagement-score-subtitle {
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
    font-family: "Geist", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: var(--bs-body-color);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    font-weight: 800;
}

/* Grid Layout */
.adw-super-bowl-grid-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.adw-super-bowl-grid-layout .row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.adw-super-bowl-grid-layout .col-sm-6,
.adw-super-bowl-grid-layout .col-md-3 {
    padding: 12px;
    flex: 0 0 25%;
    max-width: 25%;
}

.adw-super-bowl-grid-layout .grid-item {
    background: var(--bs-body-bg);
    align-items: flex-start;
    margin-top: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.adw-super-bowl-grid-layout .grid-content {
    align-items: flex-start;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}

.adw-super-bowl-grid-layout .grid-content .engagement-score-wrapper {
    margin-top: auto;
}

.adw-super-bowl-grid-layout .grid-content .brand-name {
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 30px;
    font-weight: 400 !important;
    margin-bottom: 1px;
    color: var(--bs-body-color);
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 1.1px;
}

.adw-super-bowl-grid-layout .grid-content .engagement-score-wrapper .engagement-score {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 700 !important;
}

.adw-super-bowl-grid-layout .grid-index {
    font-family: 'Antonio', sans-serif !important;
    position: absolute;
    top: 0;
    right: 0;
    background: #6c2b83;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
}

/* Modal Styles */
.modal-open .modal {
    background: rgb(0 0 0 / 92%);
}

.modal-content {
    background-color: #000 !important;
    border-radius: 0 !important;
    border: none !important;
    font-family: 'Antonio', sans-serif !important;
    color: #fff !important;
}

.modal .close {
    background-color: #ff0000 !important;
    border: none;
    color: white;
    padding: 11px 20px !important;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    margin: 0 !important;
}

.modal .close:hover {
    background-color: #cc0000;
    color: #000 !important;
}

.super-bowl-popup .modal-header {
    display: flex;
    justify-content: flex-end;
    height: 2.5rem;
    padding: 0 !important;
    border-bottom: 2px solid #343434;
    align-items: flex-end;
}

.modal-body {
    padding: 0 !important;
    overflow: hidden;
    max-width: 100%;
}

.super-bowl-popup .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

.super-bowl-popup .modal-content {
    max-width: 100%;
    overflow: hidden;
}

.super-bowl-popup .modal-body video,
.super-bowl-popup .modal-body iframe,
.super-bowl-popup .modal-body embed,
.super-bowl-popup .modal-body object {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    max-height: 50vh;
    object-fit: contain;
    cursor: pointer;
}

.super-bowl-popup .modal-body #video-player {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.super-bowl-popup .modal-body #video-player video {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 50vh;
    object-fit: contain;
    cursor: pointer;
}

#popup-title {
    font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 900;
    font-size: 1.75rem;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

#popup-title .popup-rank {
    font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 1.75rem;
    font-weight: 400;
    color: rgb(246, 72, 106);
    line-height: 1;
}

@media (max-width: 992px) {
    #popup-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    #popup-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    #popup-title {
        font-size: 2rem;
    }
}

.video-meta {
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-top: 2px solid #343434;
    font-weight: 800;
}

.video-meta-container {
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    line-height: 1.75;
    color: #f26a5c;
    font-size: 18px;
}

.super-bowl-popup .popup-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.super-bowl-popup .popup-tag-pill {
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 500;
    color: var(--bs-body-color);
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 20px;
    line-height: 1.4;
    white-space: nowrap;
}

.super-bowl-popup .popup-description {
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 768px) {
    .video-meta-container {
        flex-direction: column;
        gap: 20px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .video-meta-container {
        gap: 16px;
        font-size: 14px;
    }
}

.video-meta-container strong {
    color: #fff !important;
}

/* Tooltip styles for modal */
.popup-score-wrapper {
    position: relative;
    display: inline-block;
}

.popup-score-wrapper .tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #2A2628; /* SQUID INK */
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.4;
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.popup-score-wrapper .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2A2628 transparent transparent transparent; /* SQUID INK */
}

.popup-score-wrapper:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* Tooltip styles */
.engagement-score-wrapper {
    position: relative;
    display: inline-block;
}

.engagement-score-wrapper .tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #2A2628; /* SQUID INK */
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.4;
}

.engagement-score-wrapper .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2A2628 transparent transparent transparent; /* SQUID INK */
}

.engagement-score-wrapper:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .adw-super-bowl-featured-list {
        max-width: 750px;
        padding: 16px;
    }

    .featured-thumbnail {
        width: 280px;
    }

    .featured-number {
        font-size: 90px;
        line-height: 75px;
    }

    .adw-super-bowl-grid-layout .col-sm-6,
    .adw-super-bowl-grid-layout .col-md-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 900px) and (min-width: 750px) {
    .featured-thumbnail {
        width: 220px !important;
    }
}

@media (max-width: 768px) {
    .adw-super-bowl-featured-list {
        max-width: 100%;
        padding: 12px;
        text-align: center;
    }

    .featured-list-item {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .featured-thumbnail {
        width: 100%;
        margin: 0 auto;
    }

    .featured-number {
        order: 1;
        margin-top: 8px;
        text-align: center;
        width: 100%;
        font-size: 88px;
        line-height: 78px;
    }

    .featured-content {
        order: 2;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .featured-engagement {
        order: 3;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .engagement-score-subtitle {
        display: none;
    }

    .adw-super-bowl-grid-layout .col-sm-6,
    .adw-super-bowl-grid-layout .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-content .brand-name {
        font-size: 26px;
    }

    .adw-super-bowl-grid-layout .grid-content .engagement-score-wrapper .engagement-score {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 576px) {
    .adw-super-bowl-featured-list {
        padding: 8px;
    }

    .featured-list-item {
        gap: 12px;
    }

    .featured-number {
        font-size: 88px;
        line-height: 78px;
    }

    .adw-super-bowl-grid-layout .col-sm-6,
    .adw-super-bowl-grid-layout .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-content .brand-name {
        font-size: 22px;
    }
}

/* Banner Styles */
.adw-page-banner {
    height: 486px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section__label_block_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 950px;
    width: 100%;
    padding: 0 15px;
}

.kicker-label-line {
    text-align: center;
}

/* Banner label styles - only apply animation transform on 2026 layouts */
.banner__label,
.adw-page-banner h1.display-1 {
    font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 4.5rem;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

/* 2026 EDO Page Template - Change banner title color to #033976 */
body:has(.adw-super-bowl-2026-featured-list) .adw-page-banner h1.display-1,
body:has(.adw-super-bowl-2026-grid-layout) .adw-page-banner h1.display-1,
body:has(.adw-super-bowl-2026-featured-list) .adw-page-banner h1.display-1.text-white,
body:has(.adw-super-bowl-2026-grid-layout) .adw-page-banner h1.display-1.text-white {
    color: #033976 !important;
}

/* Only apply animation transform on 2026 layouts */
body:has(.adw-super-bowl-2026-featured-list) .banner__label,
body:has(.adw-super-bowl-2026-grid-layout) .banner__label,
body:has(.adw-super-bowl-2026-featured-list) .adw-page-banner h1.display-1,
body:has(.adw-super-bowl-2026-grid-layout) .adw-page-banner h1.display-1 {
    transform: translateY(-50px);
    transition: transform 0.5s ease-out;
    will-change: transform;
}

/* 2026 Layout Section Title Styles - Mobile Only */
@media (max-width: 768px) {
    body:has(.adw-super-bowl-2026-featured-list) .section__label_block_wrapper h1.display-1,
    body:has(.adw-super-bowl-2026-grid-layout) .section__label_block_wrapper h1.display-1 {
        font-size: 3rem !important;
        line-height: 3.2rem !important;
    }

    .section__label_block_wrapper {
        transform: translate(-50%, -40%);
    }
}

.banner__label.animate,
.adw-page-banner h1.display-1.animate {
    transform: translateY(0);
}

/* ID-specific styles */
#featured-title {
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 29px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1.1px;
}

#the-best-of-the-rest {
    font-family: 'Resolve Sans Compressed Italic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 6rem !important;
    line-height: 1.2 !important;
    font-weight: normal !important;
    letter-spacing: 0.01em;
    text-transform: uppercase !important;
    margin: 20px 0px !important;
    color: var(--bs-heading-color);
    opacity: 1;
    transform: none;
    text-align: center !important;
}

/* 2026 Layout Section Titles - Animation styles */
.adw-super-bowl-2026-grid-layout ~ #the-best-of-the-rest,
.adw-super-bowl-2026-featured-list ~ #the-best-of-the-rest,
body:has(.adw-super-bowl-2026-grid-layout) #the-best-of-the-rest,
body:has(.adw-super-bowl-2026-featured-list) #the-best-of-the-rest {
    color: #F6486A !important; /* AW STRAWBERRY */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    will-change: opacity, transform;
}

#all-the-rest {
    font-family: 'Resolve Sans Compressed Italic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 6rem !important;
    line-height: 1.2 !important;
    font-weight: normal !important;
    letter-spacing: 0.01em;
    text-transform: uppercase !important;
    margin: 20px 0px 0px 0px !important;
    color: var(--bs-heading-color);
    opacity: 1;
    transform: none;
    text-align: center !important;
}

/* 2026 Layout Section Titles - Animation styles */
.adw-super-bowl-2026-grid-layout ~ #all-the-rest,
.adw-super-bowl-2026-featured-list ~ #all-the-rest,
body:has(.adw-super-bowl-2026-grid-layout) #all-the-rest,
body:has(.adw-super-bowl-2026-featured-list) #all-the-rest {
    color: #F6486A !important; /* AW STRAWBERRY */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    will-change: opacity, transform;
}

/* Banner responsive styles */
body.post-template-2025-edo-page-template .adw-page-banner h1.banner__label {
    font-size: 4.8125rem;
    line-height: 88px;
}

@media (max-width: 992px) {
    body.post-template-2025-edo-page-template .adw-page-banner h1.banner__label {
        font-size: 3.5rem;
        line-height: 64px;
    }
}

@media (max-width: 768px) {
    body.post-template-2025-edo-page-template .adw-page-banner h1.banner__label {
        font-size: 2.8rem;
        line-height: 52px;
    }
}

@media (max-width: 576px) {
    body.post-template-2025-edo-page-template .adw-page-banner h1.banner__label {
        font-size: 2.2rem;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .section__label_block_wrapper {
        bottom: 15%;
    }

    .banner__label {
        font-size: 3rem;
    }

    .section__kickerlabel {
        font-size: 1rem;
    }

    #the-best-of-the-rest {
        font-size: 4.5rem !important;
        margin: 30px 0px !important;
    }

    #all-the-rest {
        font-size: 4.5rem !important;
        margin: 40px 0px 0px 0px !important;
    }
}

@media (max-width: 768px) {
    .banner__label {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .section__kickerlabel {
        font-size: 0.875rem;
    }

    #the-best-of-the-rest {
        font-size: 4.5rem !important;
        margin: 25px 0px !important;
    }

    #all-the-rest {
        font-size: 4.5rem !important;
        margin: 40px 0px 0px 0px !important;
    }
}

@media (max-width: 576px) {
    .adw-page-banner {
        height: 331px;
        background-size: cover;
        background-position: -47px 0px;
    }

    .section__label_block_wrapper {
        bottom: 15%;
        padding: 0 5vw;
    }

    .banner__label {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .section__kickerlabel a {
        font-size: 0.75rem;
    }

    #the-best-of-the-rest {
        font-size: 4.5rem !important;
        margin: 20px 0px !important;
    }

    #all-the-rest {
        font-size: 4.5rem !important;
        margin: 40px 0px 0px 0px !important;
    }
}

#edo-intro-text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    color: var(--bs-body-color);
}

#edo-intro-text-2 {
    font-size: 18px;
}


@media screen and (max-width: 575px) {
    #edo-intro-text {
        font-size: 12px !important;
        line-height: 1.4 !important;
        text-align: left;
    }
}

@media (max-width: 1030px) and (min-width: 550px) {
    .banner__label {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

.section__kickerlabel {
    text-align: center !important;
}

/* Dark Mode Styles */
[data-bs-theme=dark] {
    /* EDO Page Template Dark Mode Styles */
    .edo-main-content-area {
        background-color: var(--bs-body-bg);
        color: var(--bs-body-color);
    }
    
    .edo-page-section {
        color: var(--bs-body-color);
    }
    
    .edo-sub-title {
        font-family: 'Resolve Sans Compressed Italic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        font-size: 6rem !important;
        line-height: 1.2 !important;
        font-weight: normal !important;
        letter-spacing: 0.01em;
        text-transform: uppercase !important;
        margin: 20px 0px !important;
        color: #F6486A !important; /* AW STRAWBERRY */
        text-align: center !important;
    }
    
    .edo-page-description {
        max-width: 950px;
        margin: 0 auto;
    }
    
    .edo-page-description,
    .edo-page-description p {
        color: var(--bs-body-color) !important;
        font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    }
    
    .edo-item {
        border-left-color: var(--bs-border-color);
        border-top-color: var(--bs-border-color);
    }
    
    .edo-item .top-content > strong {
        color: var(--bs-body-color);
    }
    
    .edo-item .top-content h4.split-after-colon {
        color: var(--bs-body-color);
    }
    
    #dataTable tr:nth-child(2n+1):not(.collapse) {
        color: var(--bs-body-color) !important;
    }
    
    .fa-plus:before,
    .fa-minus:before {
        color: var(--bs-body-color) !important;
    }
    
    .adw-super-bowl-insights .articles-text-on-image {
        border-bottom-color: var(--bs-border-color);
        border-right-color: var(--bs-border-color);
    }
    
    .table-custom-layout.promotional-table-container {
        border-color: var(--bs-border-color);
    }
    
    table.promotional-table tr.row_class + tr.row_class td {
        border-top-color: var(--bs-border-color);
    }
    
    .table-custom-layout #dataTable th {
        background-color: var(--bs-dark);
        color: var(--bs-white);
    }
    
    .grid-item {
        background-color: var(--bs-body-bg) !important;
    }
    
    .adw-super-bowl-grid-layout .grid-content .brand-name {
        color: var(--bs-body-color) !important;
    }
    
    .engagement-score-subtitle {
        color: var(--bs-body-color) !important;
    }
    
    /* EDO Superbowl Stats Block Dark Mode Styles */
    .featured-list-item {
        border-bottom-color: var(--bs-border-color);
    }
    
    .featured-content p,
    .adw-super-bowl-featured-list.featured-content p {
        color: var(--bs-body-color) !important;
    }
    
    .adw-super-bowl-grid-layout .grid-item {
        background: var(--bs-body-bg) !important;
    }
    
    .adw-super-bowl-grid-layout .grid-content .brand-name {
        color: var(--bs-body-color) !important;
    }
    
    .thumbnail-wrapper {
        background-color: var(--bs-dark);
    }
    
    #featured-title {
        color: var(--bs-body-color);
    }
    
    #the-best-of-the-rest,
    #all-the-rest {
        color: var(--bs-heading-color);
        margin: 40px 0px 0px 0px !important;
    }
    
    /* 2026 Layout Section Titles in Dark Mode */
    body:has(.adw-super-bowl-2026-grid-layout) #the-best-of-the-rest,
    body:has(.adw-super-bowl-2026-featured-list) #the-best-of-the-rest,
    body:has(.adw-super-bowl-2026-grid-layout) #all-the-rest,
    body:has(.adw-super-bowl-2026-featured-list) #all-the-rest {
        color: #F6486A !important; /* AW STRAWBERRY */
    }
    
    #edo-intro-text {
        color: var(--bs-body-color);
    }
}

/* 2026 Featured List Layout */
.adw-super-bowl-2026-featured-list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

.adw-super-bowl-2026-featured-list p {
    font-weight: 400;
}

.adw-super-bowl-2026-featured-list .featured-list-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 16px;
}

.adw-super-bowl-2026-featured-list .featured-content p {
    font-size: 16px;
    color: var(--bs-body-color);
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.adw-super-bowl-2026-featured-list .featured-content .featured-description {
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
}

.adw-super-bowl-2026-featured-list .featured-content .featured-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.adw-super-bowl-2026-featured-list .featured-content .featured-tags .tag-pill {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 500;
    color: var(--bs-body-color);
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    cursor: default;
}

.adw-super-bowl-2026-featured-list .featured-number {
    color: #F6486A; /* AW STRAWBERRY */
}

.adw-super-bowl-2026-featured-list .featured-engagement .engagement-score-wrapper .engagement-score {
    color: #f26a5c;
}

.adw-super-bowl-2026-featured-list .featured-engagement .engagement-score-wrapper .edo-gauge {
    margin-top: 8px;
}

.adw-super-bowl-2026-featured-list .featured-engagement .engagement-score-wrapper .edo-gauge-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--bs-secondary-bg);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 6px;
}

.adw-super-bowl-2026-featured-list .featured-engagement .engagement-score-wrapper .edo-gauge-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 4px;
    transition: width 0.8s ease-out, background-color 0.8s ease-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background-color: #adb5bd;
}

.adw-super-bowl-2026-featured-list .featured-engagement .engagement-score-wrapper .edo-gauge.animate .edo-gauge-fill {
    width: var(--gauge-percentage, 0%);
    background-color: #02c452;
}


/* 2026 Grid Layout */
.adw-super-bowl-2026-grid-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.adw-super-bowl-2026-grid-layout .row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.adw-super-bowl-2026-grid-layout .col-sm-6,
.adw-super-bowl-2026-grid-layout .col-md-3 {
    padding: 12px;
    flex: 0 0 25%;
    max-width: 25%;
}

.adw-super-bowl-2026-grid-layout .grid-item {
    background: var(--bs-body-bg);
    align-items: flex-start;
    margin-top: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.adw-super-bowl-2026-grid-layout .grid-content {
    align-items: flex-start;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    padding: 0;
    gap: 0;
    justify-content: space-between;
}

.adw-super-bowl-2026-grid-layout .grid-content .engagement-score-wrapper {
    /* margin-top: auto; */
}

.adw-super-bowl-2026-grid-layout .grid-content p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}

/* 2026 Grid Layout Search Section */
.adw-super-bowl-2026-grid-layout .edo-2026-search-section {
    text-align: right;
    margin-left: auto;
    flex-shrink: 0;
    min-width: 200px;
}

.adw-super-bowl-2026-grid-layout .edo-2026-search-section .edo-search-input-wrapper {
    max-width: 250px;
    margin: 0;
}

.adw-super-bowl-2026-grid-layout .edo-search-heading {
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 4rem;
    font-weight: 400;
    color: #F6486A; /* AW STRAWBERRY */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
    line-height: 1;
}

.adw-super-bowl-2026-grid-layout .edo-search-input-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.adw-super-bowl-2026-grid-layout .edo-search-input {
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid var(--bs-border-color);
    border-radius: 0;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    transition: border-color 0.3s ease;
    caret-color: #F6486A; /* AW STRAWBERRY */
}

.adw-super-bowl-2026-grid-layout .edo-search-input:focus {
    outline: none;
    border-color: #F6486A; /* AW STRAWBERRY */
    box-shadow: 0 0 0 0.2rem rgba(246, 72, 106, 0.25); /* AW STRAWBERRY with opacity */
}

.adw-super-bowl-2026-grid-layout .edo-results-count {
    font-size: 14px;
    color: var(--bs-body-color);
    margin-top: 12px;
}

.adw-super-bowl-2026-grid-layout .edo-results-count strong {
    font-weight: 700;
    color: var(--bs-body-color);
}

/* Responsive search section */
@media (max-width: 768px) {
    .adw-super-bowl-2026-grid-layout .edo-search-heading {
        font-size: 2.5rem;
        margin-bottom: 16px;
    }
    
    .adw-super-bowl-2026-grid-layout .edo-search-input-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }
}

/* Responsive filters and search */
@media (max-width: 992px) {
    .adw-super-bowl-2026-grid-layout .edo-2026-filters {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }
    
    .adw-super-bowl-2026-grid-layout .edo-2026-filters > div:first-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
    }
    
    .adw-super-bowl-2026-grid-layout .edo-2026-search-section {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    
    .adw-super-bowl-2026-grid-layout .edo-2026-search-section .edo-search-input-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .adw-super-bowl-2026-grid-layout .edo-2026-filters {
        gap: 12px;
    }
    
    .adw-super-bowl-2026-grid-layout .edo-2026-filters > div:first-child {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .adw-super-bowl-2026-grid-layout .edo-filter-group {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }
    
    .adw-super-bowl-2026-grid-layout .edo-filter-group label {
        width: 100%;
        text-align: center;
    }
    
    .adw-super-bowl-2026-grid-layout .edo-filter-group select {
        width: 100%;
        min-width: auto !important;
        box-sizing: border-box;
    }
    
    .adw-super-bowl-2026-grid-layout #edo-reset-filters {
        width: 100%;
        max-width: 150px;
        padding: 4px 28px 4px 8px;
        height: auto;
        line-height: 1.5;
        box-sizing: border-box;
        border-width: 1px;
    }
}

/* 2026 Grid Layout Filters */
.adw-super-bowl-2026-grid-layout .edo-2026-filters {
    padding: 12px 0;
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.adw-super-bowl-2026-grid-layout .edo-filter-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.adw-super-bowl-2026-grid-layout .edo-filter-group label {
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    color: var(--bs-body-color);
}

.adw-super-bowl-2026-grid-layout .edo-filter-group select {
    border: 1px solid var(--bs-border-color);
    border-radius: 0;
    padding: 4px 28px 4px 8px;
    font-size: 13px;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    transition: border-color 0.3s ease;
    min-width: 120px !important;
    max-width: 150px;
}

.adw-super-bowl-2026-grid-layout .edo-filter-group select:focus {
    outline: none;
    border-color: rgb(246, 72, 106);
    box-shadow: 0 0 0 0.2rem rgba(246, 72, 106, 0.25);
}

.adw-super-bowl-2026-grid-layout #edo-reset-filters {
    color: rgb(246, 72, 106);
    border-color: rgb(246, 72, 106);
    padding: 4px 12px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 0;
}

.adw-super-bowl-2026-grid-layout #edo-reset-filters:hover {
    color: #fff !important;
    background-color: rgb(246, 72, 106);
    border-color: rgb(246, 72, 106);
}

.adw-super-bowl-2026-grid-layout #edo-reset-filters:focus {
    color: rgb(246, 72, 106);
    border-color: rgb(246, 72, 106);
    box-shadow: 0 0 0 0.2rem rgba(246, 72, 106, 0.25);
}

.adw-super-bowl-2026-grid-layout .edo-grid-item {
    transition: opacity 0.3s ease;
}

.adw-super-bowl-2026-grid-layout .edo-grid-item[style*="display: none"] {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.adw-super-bowl-2026-grid-layout .grid-content .brand-name {
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 30px;
    font-weight: 400 !important;
    margin-bottom: 1px;
    color: var(--bs-body-color);
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 1.1px;
    text-align: left;
}

.adw-super-bowl-2026-grid-layout .grid-content .grid-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
    justify-content: flex-start;
}

.adw-super-bowl-2026-grid-layout .grid-content .tag-pill {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 500;
    color: var(--bs-body-color);
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 20px;
    line-height: 1.4;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

.adw-super-bowl-2026-grid-layout .grid-content .tag-pill:hover {
    background-color: #F6486A; /* AW STRAWBERRY */
    color: var(--bs-white);
    border-color: #F6486A; /* AW STRAWBERRY */
}

.adw-super-bowl-2026-grid-layout .grid-content .tag-pill:focus {
    outline: 2px solid #F6486A; /* AW STRAWBERRY */
    outline-offset: 2px;
}

.adw-super-bowl-2026-grid-layout .grid-content .grid-description {
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: var(--bs-body-color);
    line-height: 1.5;
    margin: 0;
    opacity: 0.8;
    text-align: left;
}

.adw-super-bowl-2026-grid-layout .grid-content .engagement-score-wrapper .engagement-score {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 700 !important;
    color: #f26a5c;
}

.adw-super-bowl-2026-grid-layout .grid-content .engagement-score-wrapper .edo-gauge {
    margin-top: 8px;
}

.adw-super-bowl-2026-grid-layout .grid-content .engagement-score-wrapper .edo-gauge-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--bs-secondary-bg);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 6px;
}

.adw-super-bowl-2026-grid-layout .grid-content .engagement-score-wrapper .edo-gauge-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 4px;
    transition: width 0.8s ease-out, background-color 0.8s ease-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background-color: #adb5bd;
}

.adw-super-bowl-2026-grid-layout .grid-content .engagement-score-wrapper .edo-gauge.animate .edo-gauge-fill {
    width: var(--gauge-percentage, 0%);
    background-color: #02c452;
}


.adw-super-bowl-2026-grid-layout .grid-index-2026 {
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 2rem;
    font-weight: 400;
    color: #F6486A; /* AW STRAWBERRY */
    line-height: 1;
    flex-shrink: 0;
}

/* 2026 Responsive Styles */
@media (max-width: 992px) {
    .adw-super-bowl-2026-featured-list {
        max-width: 750px;
        padding: 16px;
    }

    .adw-super-bowl-2026-grid-layout .col-sm-6,
    .adw-super-bowl-2026-grid-layout .col-md-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 768px) {
    .adw-super-bowl-2026-featured-list {
        max-width: 100%;
        padding: 12px;
        text-align: center;
    }

    .adw-super-bowl-2026-featured-list .featured-list-item {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .adw-super-bowl-2026-featured-list .featured-list-item .featured-number {
        order: 1;
    }

    .adw-super-bowl-2026-featured-list .featured-list-item .featured-thumbnail {
        order: 2;
    }

    .adw-super-bowl-2026-featured-list .featured-list-item .featured-content {
        order: 3;
    }

    .adw-super-bowl-2026-featured-list .featured-list-item .featured-engagement {
        order: 4;
    }

    .adw-super-bowl-2026-featured-list .featured-content .featured-description {
        text-align: left;
    }

    .adw-super-bowl-2026-featured-list .engagement-score-subtitle {
        display: none;
    }

    .adw-super-bowl-2026-featured-list .featured-engagement {
        width: 200px;
    }

    .adw-super-bowl-2026-featured-list .featured-engagement .engagement-score-wrapper {
        width: 100%;
    }

    .adw-super-bowl-2026-grid-layout .col-sm-6,
    .adw-super-bowl-2026-grid-layout .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .adw-super-bowl-2026-grid-layout .grid-content .brand-name {
        font-size: 26px;
        text-align: center;
    }

    .adw-super-bowl-2026-grid-layout .grid-content {
        align-items: center;
    }

    .adw-super-bowl-2026-grid-layout .grid-content .grid-tags {
        justify-content: center;
    }

    .adw-super-bowl-2026-grid-layout .grid-content .grid-description,
    .adw-super-bowl-2026-grid-layout .grid-content p.grid-description {
        text-align: center !important;
    }

    .adw-super-bowl-2026-grid-layout .grid-content .engagement-score-wrapper .engagement-score {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    .adw-super-bowl-2026-grid-layout .grid-content .engagement-score-wrapper {
        margin: 0 auto;
        width: fit-content;
    }
}

@media (max-width: 576px) {
    .adw-super-bowl-2026-featured-list {
        padding: 8px;
    }

    .adw-super-bowl-2026-grid-layout .col-sm-6,
    .adw-super-bowl-2026-grid-layout .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .adw-super-bowl-2026-grid-layout .grid-content .brand-name {
        font-size: 26px;
    }

    .adw-super-bowl-2026-grid-layout .grid-content .grid-description,
    .adw-super-bowl-2026-grid-layout .grid-content p.grid-description {
        text-align: center !important;
    }
}

/* Empty state styles */
.edo-empty-state {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
}

.edo-empty-state-content {
    max-width: 500px;
    margin: 0 auto;
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.edo-empty-state-message {
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    color: #2A2628; /* SQUID INK */
    margin-bottom: 12px;
}

.edo-empty-state-submessage {
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px;
    color: #2A2628; /* SQUID INK */
    margin-bottom: 0;
    opacity: 0.6;
}

/* EDO Welcome Header */
#edo-welcome-header {
    font-family: 'Resolve Sans Compressed Italic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 6rem !important;
    line-height: 1.2 !important;
    font-weight: normal !important;
    letter-spacing: 0.01em;
    text-transform: uppercase !important;
    margin: 20px 0px 0px 0px !important;
    color: #F6486A !important;
    opacity: 1;
    transform: none;
    text-align: center !important;
}

@media (max-width: 576px) {
    #edo-welcome-header {
        font-size: 4.5rem !important;
        margin: 20px 0px !important;
    }
}