@import url('/cbt/css/root-3e507b4799b69634f24b146cc3cac5c0.css');

/* ============================================
   Privacy Policy Hero Section
   ============================================ */
.privacy-hero-section {
    background-image: url('/cbt/images/banner/bnr_privacy_policy-88b6337808438ea5acc8f5e28b08d428.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px 80px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.privacy-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.privacy-hero-content {
    position: relative;
    z-index: 1;
}

.privacy-hero-icon {
    font-size: 4rem;
    color: var(--primary-green);
    margin-bottom: 25px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.privacy-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    font-family: var(--default-font);
}

.privacy-hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-dark);
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.7;
    font-family: var(--default-font);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.privacy-hero-meta {
    margin-top: 1.5rem;
}

.privacy-last-updated {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    color: var(--text-dark);
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.privacy-last-updated i {
    font-size: 0.9rem;
}

/* ============================================
   EULA Hero Section
   ============================================ */
.eula-hero-section {
    background-image: url('/cbt/images/banner/bnr_eula-b9e3198b478031f64d085f2cdb6a70d6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px 80px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.eula-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.eula-hero-content {
    position: relative;
    z-index: 1;
}

.eula-hero-icon {
    font-size: 4rem;
    color: var(--primary-green);
    margin-bottom: 25px;
    animation: float 3s ease-in-out infinite;
}

.eula-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    font-family: var(--default-font);
}

.eula-hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-dark);
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.7;
    font-family: var(--default-font);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.eula-hero-meta {
    margin-top: 1.5rem;
}

.eula-last-updated {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    color: var(--text-dark);
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.eula-last-updated i {
    font-size: 0.9rem;
}

/* ============================================
   Terms and Conditions Hero Section
   ============================================ */
.terms-hero-section {
    background-image: url('/cbt/images/banner/bnr_terms_and_conditions-1e93df3bd7961b7f3f66ec0364bf0ee8.png');
    background-size: contain;
    background-position: center;
    padding: 100px 20px 80px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.terms-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.terms-hero-content {
    position: relative;
    z-index: 1;
}

.terms-hero-icon {
    font-size: 4rem;
    color: var(--primary-green);
    margin-bottom: 25px;
    animation: float 3s ease-in-out infinite;
}

.terms-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    font-family: var(--default-font);
}

.terms-hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-dark);
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.7;
    font-family: var(--default-font);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.terms-hero-meta {
    margin-top: 1.5rem;
}

.terms-last-updated {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    color: var(--text-dark);
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.terms-last-updated i {
    font-size: 0.9rem;
}

/* ============================================
   Legal Card Styles
   ============================================ */
.legal-card {
    background-color: var(--white, #ffffff);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid var(--border-gray, #e9ecef);
    transition: box-shadow 0.3s ease;
}

.legal-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.legal-card-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--border-gray, #e9ecef);
}

.legal-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green, #3d8644);
    margin: 0;
    font-family: var(--default-font);
}

.legal-card-body {
    color: var(--text-dark, #333);
    font-family: var(--default-font);
    line-height: 1.8;
}

.legal-content {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: var(--text-dark, #333);
}

/* Dark mode for legal cards */
[data-theme="dark"] .legal-card {
    background-color: var(--card-bg) !important;
    border-color: var(--border-color) !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(255, 255, 255, 0.05) !important;
}

[data-theme="dark"] .legal-card:hover {
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15), 0 3px 9px rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .legal-card-header {
    border-bottom-color: var(--border-color) !important;
}

[data-theme="dark"] .legal-card-title {
    color: var(--primary-green) !important;
}

[data-theme="dark"] .legal-card-body,
[data-theme="dark"] .legal-content {
    color: var(--text-primary) !important;
}

/* Remove nested box effect from divs with inline styles inside legal cards */
.legal-card-body > div[style*="border"],
.legal-card-body > div[style*="background"],
.legal-card-body > div[style*="box-shadow"] {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.legal-card-body div[style*="line-height"] {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0.5rem 0 !important;
}

/* Ensure footer is not nested */
footer.footer-3 {
    position: relative !important;
    z-index: 1 !important;
}

/* ============================================
   Legal Page Section
   ============================================ */
.legal-page-section {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 150px;
    width: 70%;
    max-width: 900px;
    font-family: var(--default-font);
    line-height: 1.8;
    color: var(--text-dark);
}

.legal-page-section .thick-green-outline {
    display: none; /* Hide old title since we have hero section */
}

/* Improve content readability */
.legal-page-section p,
.legal-page-section span {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.legal-page-section strong {
    font-weight: 600;
    color: var(--text-dark);
}

.legal-page-section a {
    color: var(--primary-green);
    text-decoration: none;
    transition: color 0.3s ease;
    scroll-margin-top: 100px;
}

.legal-page-section a:hover {
    color: var(--dark-green);
    text-decoration: underline;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

.legal-page-section ul,
.legal-page-section ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-page-section li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

/* Table of Contents Styling */
#toc {
    background: linear-gradient(135deg, rgba(61, 134, 68, 0.05) 0%, rgba(40, 167, 69, 0.02) 100%);
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    border: 2px solid var(--border-gray);
}

#toc strong {
    font-size: 1.3rem;
    color: var(--text-dark);
    display: block;
    margin-bottom: 1rem;
}

#toc a {
    display: block;
    padding: 0.5rem 0;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

#toc a:hover {
    color: var(--primary-green);
    padding-left: 0.5rem;
}

/* Section Headers */
.legal-page-section div[id^="infocollect"],
.legal-page-section div[id^="infouse"],
.legal-page-section div[id^="legalbases"],
.legal-page-section div[id^="whoshare"],
.legal-page-section div[id^="cookies"],
.legal-page-section div[id^="inforetain"],
.legal-page-section div[id^="infosafe"],
.legal-page-section div[id^="infominors"],
.legal-page-section div[id^="privacyrights"],
.legal-page-section div[id^="DNT"],
.legal-page-section div[id^="caresidents"],
.legal-page-section div[id^="policyupdates"],
.legal-page-section div[id^="contact"],
.legal-page-section div[id^="request"] {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    border-top: 2px solid var(--border-gray);
}

.legal-page-section div[id^="infocollect"] strong,
.legal-page-section div[id^="infouse"] strong,
.legal-page-section div[id^="legalbases"] strong,
.legal-page-section div[id^="whoshare"] strong,
.legal-page-section div[id^="cookies"] strong,
.legal-page-section div[id^="inforetain"] strong,
.legal-page-section div[id^="infosafe"] strong,
.legal-page-section div[id^="infominors"] strong,
.legal-page-section div[id^="privacyrights"] strong,
.legal-page-section div[id^="DNT"] strong,
.legal-page-section div[id^="caresidents"] strong,
.legal-page-section div[id^="policyupdates"] strong,
.legal-page-section div[id^="contact"] strong,
.legal-page-section div[id^="request"] strong {
    font-size: 1.5rem;
    color: var(--primary-green);
    display: block;
    margin-bottom: 1rem;
}

.green-patterned-background {
    background-image: url("/cbt/images/background/bg_patterned_green-aa99cb7ad020a718de5d82ac255cf0c0.png");
}

.green-patterned-background-white {
    background-image: url("/cbt/images/background/bg_patterned_white-2827334e7fc0aae3920742decef15098.png");
}

/* Dark Mode Styles */
[data-theme="dark"] .privacy-hero-section {
    background-image: url('/cbt/images/banner/bnr_privacy_policy-88b6337808438ea5acc8f5e28b08d428.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

[data-theme="dark"] .privacy-hero-section::before {
    background: rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .privacy-hero-title {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .privacy-hero-subtitle {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .privacy-hero-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

[data-theme="dark"] .privacy-last-updated {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white) !important;
}

/* Dark Mode Styles for EULA Hero Section */
[data-theme="dark"] .eula-hero-section {
    background-image: url('/cbt/images/banner/bnr_eula-b9e3198b478031f64d085f2cdb6a70d6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

[data-theme="dark"] .eula-hero-section::before {
    background: rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .eula-hero-title {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .eula-hero-subtitle {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .eula-hero-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

[data-theme="dark"] .eula-last-updated {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white) !important;
}

/* Dark Mode Styles for Terms Hero Section */
[data-theme="dark"] .terms-hero-section {
    background-image: url('/cbt/images/banner/bnr_terms_and_conditions-1e93df3bd7961b7f3f66ec0364bf0ee8.png');
    background-size: contain;
    background-position: center;
}

[data-theme="dark"] .terms-hero-section::before {
    background: rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .terms-hero-title {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .terms-hero-subtitle {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .terms-hero-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

[data-theme="dark"] .terms-last-updated {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white) !important;
}

[data-theme="dark"] .legal-page-section {
    color: var(--text-primary);
}

[data-theme="dark"] .legal-page-section p,
[data-theme="dark"] .legal-page-section span {
    color: var(--text-primary);
}

[data-theme="dark"] .legal-page-section strong {
    color: var(--text-primary);
}

[data-theme="dark"] .legal-page-section a {
    color: var(--primary-green);
}

[data-theme="dark"] #toc {
    background: rgba(61, 134, 68, 0.1);
    border-color: var(--border-color);
}

[data-theme="dark"] #toc strong {
    color: var(--text-primary);
}

[data-theme="dark"] #toc a {
    color: var(--text-primary);
}

[data-theme="dark"] .legal-page-section div[id^="infocollect"],
[data-theme="dark"] .legal-page-section div[id^="infouse"],
[data-theme="dark"] .legal-page-section div[id^="legalbases"],
[data-theme="dark"] .legal-page-section div[id^="whoshare"],
[data-theme="dark"] .legal-page-section div[id^="cookies"],
[data-theme="dark"] .legal-page-section div[id^="inforetain"],
[data-theme="dark"] .legal-page-section div[id^="infosafe"],
[data-theme="dark"] .legal-page-section div[id^="infominors"],
[data-theme="dark"] .legal-page-section div[id^="privacyrights"],
[data-theme="dark"] .legal-page-section div[id^="DNT"],
[data-theme="dark"] .legal-page-section div[id^="caresidents"],
[data-theme="dark"] .legal-page-section div[id^="policyupdates"],
[data-theme="dark"] .legal-page-section div[id^="contact"],
[data-theme="dark"] .legal-page-section div[id^="request"] {
    border-top-color: var(--border-color);
}

[data-theme="dark"] .legal-page-section div[id^="infocollect"] strong,
[data-theme="dark"] .legal-page-section div[id^="infouse"] strong,
[data-theme="dark"] .legal-page-section div[id^="legalbases"] strong,
[data-theme="dark"] .legal-page-section div[id^="whoshare"] strong,
[data-theme="dark"] .legal-page-section div[id^="cookies"] strong,
[data-theme="dark"] .legal-page-section div[id^="inforetain"] strong,
[data-theme="dark"] .legal-page-section div[id^="infosafe"] strong,
[data-theme="dark"] .legal-page-section div[id^="infominors"] strong,
[data-theme="dark"] .legal-page-section div[id^="privacyrights"] strong,
[data-theme="dark"] .legal-page-section div[id^="DNT"] strong,
[data-theme="dark"] .legal-page-section div[id^="caresidents"] strong,
[data-theme="dark"] .legal-page-section div[id^="policyupdates"] strong,
[data-theme="dark"] .legal-page-section div[id^="contact"] strong,
[data-theme="dark"] .legal-page-section div[id^="request"] strong {
    color: var(--primary-green);
}

@media (max-width: 768px) {
    .legal-page-section {
        width: 90%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .privacy-hero-section {
        padding: 60px 20px 50px;
    }

    .privacy-hero-title {
        font-size: 2rem;
    }

    .privacy-hero-subtitle {
        font-size: 1.1rem;
    }

    .privacy-hero-icon {
        font-size: 3rem;
    }

    .eula-hero-section {
        padding: 60px 20px 50px;
    }

    .eula-hero-title {
        font-size: 2rem;
    }

    .eula-hero-subtitle {
        font-size: 1.1rem;
    }

    .eula-hero-icon {
        font-size: 3rem;
    }

    .terms-hero-section {
        padding: 60px 20px 50px;
    }

    .terms-hero-title {
        font-size: 2rem;
    }

    .terms-hero-subtitle {
        font-size: 1.1rem;
    }

    .terms-hero-icon {
        font-size: 3rem;
    }
}

/* ============================================
   Cookie Policy Hero Section
   ============================================ */
.cookie-hero-section {
    background-image: url('/cbt/images/banner/bnr_cookie_policy-bbf3acb5f7bc45ef192fdd2b61db8c00.png');
    background-size: auto;
    background-position: center;
    padding: 100px 20px 80px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.cookie-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.cookie-hero-content {
    position: relative;
    z-index: 1;
}

.cookie-hero-icon {
    font-size: 4rem;
    color: var(--primary-green);
    margin-bottom: 25px;
    animation: float 3s ease-in-out infinite;
}

.cookie-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    font-family: var(--default-font);
}

.cookie-hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-dark);
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.7;
    font-family: var(--default-font);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.cookie-hero-meta {
    margin-top: 1.5rem;
}

.cookie-last-updated {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    color: var(--text-dark);
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.cookie-last-updated i {
    font-size: 0.9rem;
}

/* Cookie Tables Wrapper */
.cookie-tables-wrapper {
    margin-top: 1.5rem;
}

.cookie-tables-wrapper section {
    margin-bottom: 1rem;
    border: 1px solid var(--border-gray, #e6e6e6) !important;
    border-radius: 8px;
    background: var(--white, #ffffff);
    transition: box-shadow 0.3s ease;
    box-shadow: none !important;
    border-width: 1px !important;
}

.cookie-tables-wrapper section:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
    border-color: var(--border-gray, #e6e6e6) !important;
}

/* Override inline border styles on sections to prevent nested box effect */
.cookie-tables-wrapper section[style*="border"] {
    border: 1px solid var(--border-gray, #e6e6e6) !important;
    border-width: 1px !important;
}

/* Remove extra nested div borders and backgrounds that create nested box effect */
.cookie-tables-wrapper > div {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.cookie-tables-wrapper > div > div {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.cookie-tables-wrapper > div > span {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.cookie-tables-wrapper > div > span > span {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* Ensure legal-card sections are not nested - they should be siblings */
.legal-page-section > .legal-card {
    position: relative !important;
    z-index: 1 !important;
}

/* Prevent legal-card from appearing nested inside another legal-card */
.legal-card .legal-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.cookie-tables-wrapper table {
    width: 100%;
}

.cookie-tables-wrapper td {
    padding: 0.5rem;
    vertical-align: top;
}

.cookie-tables-wrapper td:first-child {
    font-weight: 600;
    color: var(--text-dark, #19243c);
    min-width: 100px;
    text-align: right;
}

.cookie-tables-wrapper td:last-child {
    color: var(--text-secondary, #8b93a7);
    word-break: break-word;
}

.cookie-tables-wrapper a {
    color: var(--primary-green, #1a98eb) !important;
    text-decoration: none;
}

.cookie-tables-wrapper a:hover {
    text-decoration: underline;
}

/* Dark mode for cookie hero section */
[data-theme="dark"] .cookie-hero-section {
    background-image: url('/cbt/images/banner/bnr_cookie_policy-bbf3acb5f7bc45ef192fdd2b61db8c00.png');
    background-size: auto;
    background-position: center;
}

[data-theme="dark"] .cookie-hero-section::before {
    background: rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .cookie-hero-title {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .cookie-hero-subtitle {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .cookie-hero-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

[data-theme="dark"] .cookie-last-updated {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white) !important;
}

[data-theme="dark"] .cookie-tables-wrapper section {
    background-color: var(--card-bg) !important;
    border-color: var(--border-color) !important;
}

[data-theme="dark"] .cookie-tables-wrapper td:first-child {
    color: var(--text-primary) !important;
}

[data-theme="dark"] .cookie-tables-wrapper td:last-child {
    color: var(--text-secondary) !important;
}

@media (max-width: 768px) {
    .cookie-hero-section {
        padding: 60px 20px 50px;
    }

    .cookie-hero-title {
        font-size: 2rem;
    }

    .cookie-hero-subtitle {
        font-size: 1rem;
    }

    .cookie-hero-icon {
        font-size: 3rem;
    }
}
