/* =============================
   HERO SECTION
============================= */
.edu-hero-wrap {
    position: relative;
    height: 90vh;
    width: 100%;
    overflow: hidden;
}

.edu-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    /* Premium dark overlay */
}

.edu-hero-content {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.edu-hero-title {
    color: #fff !important;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Breadcrumb */
.edu-breadcrumb-box .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.edu-breadcrumb-box a {
    color: #fff;
}

.edu-breadcrumb-box .active {
    color: #FFD873;
    /* soft gold tone */
}


/* =============================
   PREMIUM ORANGE BUTTON STRIP
============================= */
.edu-nav-strip {
    background: #ef9b11;
    /* premium orange */
    padding: 16px 0;
    width: 100%;
    text-align: center;
}

/* SCROLLABLE ON MOBILE */
.edu-nav-scroll {
    display: inline-flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 10px;
    scrollbar-width: thin;
}

/* -----------------------------
   PREMIUM BUTTON DESIGN
------------------------------ */
.edu-nav-link {
    padding: 10px 26px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 30px;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.12);
    /* premium glass feel */
}

.edu-nav-link:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.7);
}

/* ACTIVE BUTTON */
.edu-nav-link.active {
    background: #fff;
    color: #e67215;
    border-color: #fff;
    font-weight: 600;
}


/* =============================
   RESPONSIVE
============================= */
@media (max-width: 768px) {
    .edu-hero-wrap {
        height: 40vh;
        margin-top: 60px;
    }

    .edu-hero-title {
        font-size: 34px;
    }

    .edu-hero-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}



/* MOBILE NAV MAIN WRAPPER */
.edu-msection-nav {
    margin: 20px 0;
    width: 100%;
    padding: 0 15px;
    /* ✅ ADD LEFT-RIGHT GAP */
}

/* BLACK BAR – mobile top only */
.edu-msection-toggle {
    width: 100%;
    border: none;
    outline: none;
    background: #ef9b11;
    color: #fff;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 6px;
    /* optional smooth edges */
}

/* + / – icon */
.edu-msection-toggle-icon {
    font-size: 20px;
    font-weight: 600;
}

/* Collapsible container (closed by default) */
.edu-msection-list {
    background: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
    border-radius: 6px;
    /* match the header */
}

/* Inside Links */
.edu-msection-item {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #eee;
    background: #fff;
}

/* Active item (current page) */
.edu-msection-item.active {
    background: #ef9b11;
    color: #fff;
    font-weight: 600;
}

/* Hover effect */
.edu-msection-item:hover {
    background: #f7f4f1;
}

/* Ensure this whole component never shows on desktop */
@media (min-width: 768px) {
    .edu-msection-nav {
        display: none !important;
    }
}



/* SECTION LAYOUT */
.edu-hub-section {
    padding: 10px 0 80px;
    background: #ffffff;
}

.edu-hub-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* FIX: vertically center right image box */
    gap: 0px;
}

/* LEFT AREA */
.edu-hub-left {
    position: relative;
    width: 48%;
}

/* Left Card */
.edu-hub-card {
    background: #f7f4f1;
    padding: 40px 40px 0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.edu-hub-subtitle {
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Georgia", "Times New Roman", serif;
}

.edu-hub-title {
    font-size: 24px;
    color: #555;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: "Georgia", "Times New Roman", serif;
}

/* Accordion items */
.edu-hub-acc-item {
    border-bottom: 1px solid #ded4ca;
    padding: 14px 0;
    transition: 0.3s;
}

.edu-hub-acc-item:last-child {
    border-bottom: none;
}

.edu-hub-acc-header {
    font-size: 22px;
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 600;
    color: #6b6b6b;
    cursor: pointer;
    transition: 0.25s ease;
}

.edu-hub-acc-item.active .edu-hub-acc-header {
    color: #ef9b11;
}

.edu-hub-acc-header:hover {
    color: #ef9b11;
}

/* Accordion Body */
.edu-hub-acc-body {
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #636363;
    font-family: "Montserrat", sans-serif;

    /* Modern justify styling */
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;

}

/* Bottom patterned strip */
.edu-hub-bottom-strip {
    margin-top: 25px;
    height: 10px;
    background: #ef9b11;
}

/* Middle diamond between card & image */
.edu-hub-side-diamond {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 26px;
    height: 26px;
    background: #fff;
    border: 4px solid #ef9b11;
    z-index: 5;
}

/* RIGHT AREA */
.edu-hub-right {
    width: 52%;
}

/* RIGHT IMAGE SHADOW BOX */
.edu-hub-media-wrapper {
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
}

/* FIXED HEIGHT IMAGE WRAPPER + CENTER IMAGE PERFECTLY */
.edu-hub-media {
    position: relative;
    width: 100%;
    height: 420px;
    /* FRAME HEIGHT – adjust if you want */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* IMAGE / VIDEO INSIDE — KEEP IT CENTERED */
.edu-hub-media img,
.edu-hub-media video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* maintains center */
    display: block;
}

/* Discover More diamond button */
.edu-hub-discover {
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 120px;
    height: 120px;
    background: #ef9b11;
    border: 5px solid #27ae60;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.edu-hub-discover span {
    transform: rotate(-45deg);
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .edu-hub-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .edu-hub-section {
        padding: 20px 0;
    }

    .edu-hub-left,
    .edu-hub-right {
        width: 100%;
    }

    .edu-hub-side-diamond {
        display: none;
    }

    .edu-hub-discover {
        right: 10px;
        bottom: -45px;
        width: 100px;
        height: 100px;
    }

    .edu-hub-acc-header {
        font-size: 20px;
    }

    .edu-hub-media {
        height: 300px;
        /* mobile frame height */
    }

    .edu-hub-card {
        padding: 40px 20px 0;
    }
}





/* SECTION */
.ics-quote-section {
    padding: 60px 0;
    background: #ffffff;
}

.c-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* LEFT IMAGE */
.ics-quote-img {
    width: 260px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* QUOTE CARD */
.ics-quote-card {
    background: #f7f4f1;
    padding: 45px 60px 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
    position: relative;
}

/* Top Line */
.ics-quote-top-line,
.ics-quote-bottom-line {
    width: 100%;
    height: 1px;
    background: #cfcac5;
}

/* Quote Icon */
.ics-quote-icon {
    text-align: center;
    margin: 18px 0 20px;
}

.ics-quote-icon span {
    font-size: 45px;
    color: #e67215;
}

/* Quote Text */
.ics-quote-text {
    font-size: 22px;
    font-family: "Georgia", "Times New Roman", serif;
    color: #ef9b11;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

/* Name & Role */
.ics-quote-name {
    text-align: center;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

.ics-quote-role {
    text-align: center;
    color: #616161;
    font-size: 15px;
    margin-bottom: 25px;
}

/* Pattern Bar (replace with actual image) */
.ics-quote-pattern {
    width: 100%;
    height: 22px;
    background-image: url('assets/images/pattern.png');
    background-size: cover;
    background-repeat: repeat-x;
    margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .ics-quote-section {
        padding: 30px 0;
    }

    .ics-quote-img {
        width: 260px;
        margin: auto;
    }

    .ics-quote-card {
        padding: 35px 25px;
    }

    .ics-quote-text {
        font-size: 18px;
    }
}





/* ================================
   CAREER SECTION – FULL CSS
================================ */

/* Wrapper */
.career-section {
    background: #ffffff;
    font-family: "Georgia", "Times New Roman", serif;
    padding: 70px 0;
    text-align: left !important;
}

/* Force left alignment everywhere */
.career-section,
.career-section * {
    text-align: left !important;
}

/* ================================
   TITLES
================================ */

/* ================================
   CAREER SECTION BASE
================================ */

.career-section {
    background: #ffffff;
    font-family: "Georgia", "Times New Roman", serif;
    padding: 70px 0;
    text-align: left !important;
}

/* Force left alignment everywhere */
.career-section,
.career-section * {
    text-align: left !important;
}

/* ================================
   TITLES & TEXT
================================ */

/* Main Title */
.career-title {
    font-size: 38px;
    font-weight: 700;
    color: #ef9b11 !important;
    margin-bottom: 15px;
    line-height: 1.25;
}

/* Subtitle */
.career-subtitle {
    font-family: "Montserrat", sans-serif;
    color: #212529 !important;
    font-size: 20px;
    font-weight: 500;
    margin: 35px 0 10px;
}

/* Paragraph Text */
.career-text {
    font-family: "Montserrat", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 14px;

    text-align: justify;
    text-justify: inter-word;
    /* 🔥 Modern mobile improvements */
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
    line-height: 1.7;
    letter-spacing: 0.01em;
}


/* ================================
   LEFT CONTENT SCROLL
================================ */

.career-left-scroll {
    max-height: 75vh;
    /* screen ka 75% height */
    overflow-y: auto;
    padding-right: 15px;
}

/* Scrollbar styling */
.career-left-scroll::-webkit-scrollbar {
    display: none;
}

.career-left-scroll::-webkit-scrollbar-thumb {
    display: none;
}

.career-left-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* ================================
   IMAGE
================================ */

.career-img {
    width: 100%;
    display: block;
    border-radius: 0;
}

/* ================================
   SIDEBAR
================================ */

.career-sidebar {
    background: #ffffff;
    border: 1px solid #eee;
}

/* Sticky Sidebar */
.career-sticky {
    position: sticky;
    top: 100px;
    /* header ke niche adjust kar sakte ho */
}

/* Sidebar Header */
.career-sidebar-header {
    background: #ef9b11 !important;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
}

/* Menu List */
.career-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Menu Links */
.career-menu li a {
    display: block;
    padding: 15px 20px;
    color: #ef9b11;
    background: #e3f0f8;
    text-decoration: none;
    border-bottom: 1px solid #c6d7e2;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Hover */
.career-menu li a:hover {
    background: #cde4f4;
}

/* Arrow */
.career-arrow {
    float: right;
    font-size: 20px;
    font-weight: 700;
}

/* Active Item */
.career-active a {
    background: #ffffff !important;
    color: #ef9b11 !important;
    font-weight: 700;
}

/* Has Child */
.career-has-child a {
    background: #e3f0f8;
    font-weight: 500;
}

/* ================================
   RESPONSIVE – TABLET & MOBILE
================================ */

@media (max-width: 991px) {

    .career-section {
        padding: 30px 0;
    }

    .career-title {
        font-size: 32px;
    }

    .career-subtitle {
        font-size: 18px;
        margin-top: 25px;
        line-height: 1.5;
    }

    .career-text {
        font-size: 15px;
        text-align: justify;
        text-justify: inter-word;

        /* 🔥 Modern mobile improvements */
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;

        word-break: normal;
        overflow-wrap: break-word;

        line-height: 1.7;
        letter-spacing: 0.01em;
    }

    .career-img {
        margin-bottom: 25px;
    }

    .career-sidebar {
        margin-top: 30px;
    }

    /* Disable scroll & sticky on mobile */
    .career-left-scroll {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .career-sticky {
        position: static;
        top: auto;
    }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 575px) {

    .career-section {
        padding: 20px 0;
    }

    .career-title {
        font-size: 28px;
    }

    .career-subtitle {
        font-size: 17px;
        line-height: 1.5;
    }

    .career-text {
        font-size: 14px;
        text-align: justify;
        text-justify: inter-word;

        /* 🔥 Modern mobile improvements */
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;

        word-break: normal;
        overflow-wrap: break-word;

        line-height: 1.7;
        letter-spacing: 0.01em;
    }

    .career-menu li a {
        font-size: 15px;
        padding: 14px 18px;
    }
}




/* Right Info Box */
.right-info-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #ef9b11;
}

/* Section titles */
.right-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #ef9b11 !important;
    margin-bottom: 15px;
    font-family: "PT Sans", sans-serif;
}

/* Stats */
.right-info-item {
    margin-bottom: 20px;
}

.right-info-item h3 {
    color: #ef9b11;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.right-info-item p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* Curriculum List */
.right-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-info-list li {
    background: #fff5e5;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 8px;
    color: #ef9b11;
    font-size: 15px;
    border-left: 3px solid #ef9b11;
}

/* Button */
.right-info-btn {
    display: block;
    text-align: center;
    background: #ef9b11;
    color: #fff;
    padding: 12px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.right-info-btn:hover {
    background: #d8890d;
}

/* Responsive */
@media (max-width: 991px) {
    .right-info-box {
        margin-top: 30px;
    }
}






ul.school-dot {
    list-style: none;
    /* Removes default bullets */
    padding-left: 0;
    margin-top: 20px;
}

/* Style for each list item */
ul.school-dot li {
    position: relative;
    padding-left: 15px;
    /* Space for the dot */
    margin-bottom: 12px;
    /* Spacing between items */
    line-height: 1.5;
    display: block;
}

/* The Circle Icon */
ul.school-dot li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    /* Adjust this to align vertically with your text */
    width: 5px;
    height: 5px;
    background-color: #6b6b6b;
    /* Change this to your preferred school color */
    border-radius: 50%;
    display: inline-block;
}




ul.school-new-dot {
    list-style: none;
    /* Removes default bullets */
    padding-left: 0;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.2px;
    color: #636363;
    margin-bottom: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Modern justify styling */
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

@media (max-width: 768px) {
    ul.school-new-dot {
        font-size: 13px;
        line-height: 1.7px;
    }

    ul.school-new-dot li {
        line-height: 1.7px;
    }
}

/* Style for each list item */
ul.school-new-dot li {
    position: relative;
    padding-left: 15px;
    /* Space for the dot */
    margin-bottom: 12px;
    /* Spacing between items */
    line-height: 1.7;
    display: block;

}

/* The Circle Icon */
ul.school-new-dot li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    /* Adjust this to align vertically with your text */
    width: 5px;
    height: 5px;
    background-color: #ef9b11;
    /* Change this to your preferred school color */
    border-radius: 50%;
    display: inline-block;
}



.hover-link {
    color: #ef9b11;
    transition: color 0.3s ease;
}

.hover-link li:hover {
    color: #19297e !important;
}





/* =========================================
   POPUP BASE
========================================= */
.canary-award-23-26 {
    position: fixed;
    inset: 0;
    display: none;
    /* JS will set display:flex */
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 18px;
    /* breathing room */
}

/* Dark overlay */
.canary-award-23-26 .award-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(2px);
}

/* Popup card */
.canary-award-23-26 .award-popup {
    position: relative;
    width: 100%;
    max-width: 1200px;
    max-height: 86vh;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    z-index: 2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* keeps rounded corners perfect */
}

/* Header bar (title + close) */
.canary-award-23-26 .award-popup-header {
    padding: 16px 18px;
    background: #ef9b11;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.canary-award-23-26 .award-popup-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 0 40px;
    /* space for close button */
}

/* Close button */
.canary-award-23-26 .award-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    border-radius: 10px;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.canary-award-23-26 .award-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* =========================================
   SCROLL AREA (VERTICAL + HORIZONTAL)
========================================= */
.canary-award-23-26 .award-table-scroll {
    padding: 12px;
    overflow: auto;
    /* BOTH scrollbars */
    max-height: calc(86vh - 60px);
    /* popup height minus header */
    -webkit-overflow-scrolling: touch;
    /* smooth mobile scroll */
    background: #f6f7fb;
}

/* Optional: nicer scrollbars (Chrome) */
.canary-award-23-26 .award-table-scroll::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.canary-award-23-26 .award-table-scroll::-webkit-scrollbar-thumb {
    background: rgba(16, 26, 53, 0.35);
    border-radius: 10px;
}

.canary-award-23-26 .award-table-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

/* =========================================
   TABLE DESIGN (MODERN + COLORFUL)
========================================= */
.canary-award-23-26 .award-table {
    width: 100%;
    min-width: 1050px;
    /* Forces horizontal scroll */
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.canary-award-23-26 .award-table thead th {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #ef9b11;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding: 14px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    white-space: nowrap;
}

.canary-award-23-26 .award-table td {
    font-size: 13.5px;
    color: #2b2f38;
    padding: 13px 14px;
    border-bottom: 1px solid #eef0f5;
    border-right: 1px solid #f2f3f7;
    vertical-align: top;
    line-height: 1.5;
}

.canary-award-23-26 .award-table td:last-child,
.canary-award-23-26 .award-table th:last-child {
    border-right: 0;
}

.canary-award-23-26 .award-table tbody tr:nth-child(even) td {
    background: #fbfcff;
}

.canary-award-23-26 .award-table tbody tr:hover td {
    background: #f2f6ff;
}

/* Section rows: School Award / Individual Award / Teacher Award */
.canary-award-23-26 .award-table .section-row td {
    background: linear-gradient(90deg, #ffe39a, #ffd166) !important;
    font-weight: 700;
    text-align: center;
    color: #1b1b1b;
    letter-spacing: 0.2px;
    border-right: 0;
}

/* Status pill (optional) */
.canary-award-23-26 .status-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.canary-award-23-26 .status-pill.success {
    background: #e8f8ee;
    color: #167a3f;
}

.canary-award-23-26 .status-pill.pending {
    background: #fff4db;
    color: #a06600;
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */
@media (max-width: 768px) {

    .canary-award-23-26 {
        padding: 10px;
        align-items: flex-end;
        /* popup sits lower like a sheet */
    }

    .canary-award-23-26 .award-popup {
        max-height: 92vh;
        border-radius: 16px 16px 0 0;
        /* bottom sheet style */
    }

    .canary-award-23-26 .award-popup-header {
        padding: 14px 14px;
    }

    .canary-award-23-26 .award-popup-header h3 {
        font-size: 16px;
        padding: 0 44px;
    }

    .canary-award-23-26 .award-close {
        width: 14px;
        height: 14px;
        border-radius: 10px;
        font-size: 20px;
        right: 10px;
    }

    .canary-award-23-26 .award-table-scroll {
        padding: 10px;
        max-height: calc(92vh - 56px);
    }

    /* Keep horizontal scroll, but reduce minimum width slightly */
    .canary-award-23-26 .award-table {
        min-width: 950px;
    }

    .canary-award-23-26 .award-table thead th,
    .canary-award-23-26 .award-table td {
        padding: 12px 12px;
        font-size: 13px;
    }
}

/* Extra small phones */
@media (max-width: 420px) {
    .canary-award-23-26 .award-popup-header h3 {
        font-size: 15px;
    }

    .canary-award-23-26 .award-table {
        min-width: 900px;
    }
}