:root {
    --primary-red: #E31B23;
    --dark-red: #8B0000;
    --gold: #FFD700;
    --dark-gold: #B8860B;
    --off-white: #FDF5E6;
    --bg-yellow: #f8db74;
    --bg-gold-light: #fdf5c4;
    --text-dark: #1A1A1A;
    --shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', 'Inter', sans-serif;
}

body {
    background-image: url('https://meliawedding.com.vn/wp-content/uploads/2022/11/627088872-1606576680317-anhtrongdonghung.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: var(--text-dark);
    line-height: 1.4;
    overflow-x: hidden;
    min-height: 100vh;
}

#app {
    padding-bottom: 40px;
}

/* Animations */
.fade-in {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* New Sơ Đồ Header */
.main-header {
    background: #c3000b;
    color: white;
    padding: 12px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #f8da45;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-side-img {
    height: 70px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-side-img img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.header-title-container {
    text-align: center;
    flex: 1;
    padding: 0 20px;
}

.header-title-container h1 {
    font-size: 2.8rem;
    color: #ffcd2a;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(116, 11, 7, 0.5);
    line-height: 1;
}

.header-title-container h2 {
    font-size: 1.4rem;
    color: #f8da45;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    font-weight: 700;
}

.sub-header-text {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    padding: 5px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    color: #333;
}

/* Notification / Subtitle Line */
.notification-text {
    display: none;
    /* Integrated into footer or removed as per new UI */
}

/* Unit Grid Layered */
.unit-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 30px 20px;
    max-width: 1450px;
    margin: 0 auto;
}

.unit-card {
    background: white;
    border: 3px solid #b8860b;
    border-radius: 15px;
    width: 320px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    cursor: pointer;
    min-height: 320px;
    /* Ensure uniform height */
}

.unit-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.3);
}

/* Removed special wider sizing for Unit 3 */


.unit-header {
    background: linear-gradient(to right, #8d1f1f, #fe2f2f);
    color: #ffda00;
    padding: 10px 12px 10px 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px 30px 30px 5px;
    margin: -10px 0px 4px 35px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    min-height: 45px;
    border: none;
}

.unit-header img {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f9d976 0%, #b2822a 100%);
    border: 2px solid #a10101;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.unit-header h3 {
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.unit-body {
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #fff;
    flex: 1;
}

.area-box {
    border: 1px solid #c97d7d;
    /* Reddish border */
    flex: 1;
    background: #fee7e7;
    min-width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}


.area-box.full-width {
    min-width: 100%;
}

.area-name {
    background: #fdf2f2;
    /* Light peach/pink background */
    color: #e31b23;
    /* Primary red text */
    font-weight: 800;
    text-align: center;
    padding: 4px;
    font-size: 0.9rem;
}

.area-villages {
    padding: 6px 5px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 0.95rem;
    min-height: 55px;
    color: #1a1a1a;
    white-space: pre-line;
}

/* Compact styling for units with many areas (like Unit 3) */
.special-unit .area-villages {
    padding: 4px 2px;
    font-size: 0.75rem;
    min-height: 45px;
    white-space: pre-line;
}

.location-label {
    color: #e31b23;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 2px;
}

.location-box {
    background: linear-gradient(to right, #d48206, #ffbc56);
    /* Bright orange as per image */
    padding: 4px 10px;
    margin: 4px 7px 7px 7px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    /* White text as per comment */
    font-weight: 700;
    font-size: 0.8rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.unit-footer-info {
    padding: 3px 2px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.info-row {
    font-size: 0.9rem;
    font-weight: 500;
    color: #22a1bd;
}

.red-highlight {
    color: #e31b23;
    font-weight: 800;
    font-size: 1.0rem;
}

.schedule-text {
    font-size: 0.95rem;
    color: #1f99c4;
    font-weight: 500;
}

.blue-bold {
    font-weight: 800;
}

.date-text {
    font-size: 0.9rem;
    color: #e01111;
    font-style: italic;
    font-weight: 800;
}

.location-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

/* Unit 3 Specific Colors */
.area-box.green {
    background: rgb(32, 141, 46);
    border-color: #5a7d47;
}

.area-box.green .area-name {
    background: rgba(0, 0, 0, 0.1);
    color: white;
    border-bottom-color: #6da250;
}

.area-box.green .area-villages {
    color: rgb(0, 0, 0);
    background: rgb(32, 141, 46);
}

.area-box.orange {
    background: #f3b246;
    border-color: #e69728;
}

.area-box.orange .special-header {
    background: #e31b23;
    color: white;
    padding: 4px;
    font-weight: 800;
    text-align: center;
    font-size: 0.8rem;
}

.gold-text {

    color: var(--dark-gold);
    font-weight: 800;
}

/* Common Page Styles */
.page-container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}


.back-btn {
    background: var(--dark-red);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 20px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.back-btn:hover {
    background: var(--primary-red);
}

.action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.share-fb-btn {
    background: #1780ff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s, transform 0.1s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-fb-btn:hover {
    background: #1158b6;
    transform: translateY(-2px);
}

.share-fb-btn:active {
    transform: translateY(0);
}

.share-icon-svg,
.fb-icon-svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.share-fb-btn {
    gap: 6px;
}

.page-header {
    text-align: center;
    margin-bottom: 30px;
}

/* Solemn Unit Detail Stats Bar - Compact and Synchronized */
.unit-detail-stats-bar {
    background: #fff;
    border: 4px solid #e1a91e;
    border-radius: 15px 15px 0 0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.unit-detail-stats-bar .stat-item {
    font-size: 1.1rem;
    font-weight: 600;
    color: #22a1bd;
}

.highlight-red {
    color: #e31b23;
    font-weight: 800;
    font-size: 1.25rem;
    margin-left: 3px;
}

.unit-detail-stats-bar .stat-schedule {
    text-align: right;
    border-left: 1px solid #fee7e7;
    padding-left: 15px;
}

.bold-blue {
    font-weight: 800;
}

.schedule-time {
    font-size: 1.15rem;
    color: #1f99c4;
    font-weight: 500;
}

.schedule-date {
    font-size: 1rem;
    color: #e70707;
    font-style: italic;
    margin-top: 1px;
    font-weight: 800;
}

/* Responsive for Stats Bar */
@media (max-width: 768px) {
    .unit-detail-stats-bar {
        flex-direction: column;
        text-align: center;
        padding: 2px 3px;
        gap: 1px;
        border-radius: 0 0 12px 12px;
    }

    .unit-detail-stats-bar .stat-item {
        font-size: 0.9rem;
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px solid #fee7e7;
    }

    .highlight-red {
        font-size: 1.0rem;
    }

    .unit-detail-stats-bar .stat-schedule {
        border-left: none;
        padding-left: 0;
        padding-top: 8px;
        text-align: center;
        width: 100%;
    }

    .schedule-time {
        font-size: 0.95rem;
    }

    .schedule-date {
        font-size: 0.9rem;
    }
}

/* Unit Detail Info Bar */
.unit-detail-info-bar {
    background: white;
    padding: 15px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #fee7e7;
    flex-wrap: wrap;
    gap: 15px;
}

.unit-detail-info-bar .info-row {
    font-size: 1.2rem;
    white-space: nowrap;
}

.unit-detail-info-bar .schedule-info {
    text-align: right;
}

/* Decorative Banner */
.decorative-banner-container {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    padding: 0 10px;
}

.decorative-banner {
    position: relative;
    background: white;
    border-top: 5px solid #e31b23;
    border-bottom: 5px solid #e31b23;
    padding: 12px 60px;
    max-width: 90%;
}

/* Double gold border inside the red border */
.decorative-banner::before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 10px;
    right: 10px;
    border-top: 2px solid #ffcd2a;
    border-bottom: 2px solid #ffcd2a;
}

.decorative-banner-container::before,
.decorative-banner-container::after {
    display: none;
    /* Hide old elements if any */
}

/* Pointed ends */
.decorative-banner::after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -20px;
    right: -20px;
    z-index: -1;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 20px 100%, 0 50%);
    background: linear-gradient(to right, #ffcd2a, #e31b23 20px, #e31b23 calc(100% - 20px), #ffcd2a);
}

.banner-content {
    color: #1a5fb4;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

.page-header h2 {
    color: var(--dark-red);
    font-size: 1.5rem;
}

/* Candidate Cards */
.candidate-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Mobile adjustments for candidate list */
@media (max-width: 1024px) {
    .candidate-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .candidate-list {
        grid-template-columns: 1fr;
    }
}

.candidate-card {
    background: #FFF9C4;
    border: 2px solid var(--primary-red);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.candidate-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(227, 27, 35, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.candidate-card.infographic-type {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.candidate-card.infographic-type:hover {
    transform: scale(1.02);
}

.candidate-card.infographic-type::after {
    display: none;
}

.candidate-infographic {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--primary-red);
}

/* Communist Flag and Star Icons */
.communist-flag {
    width: 30px;
    height: 20px;
    background-color: var(--primary-red);
    position: relative;
    display: inline-block;
}

.communist-flag::before {
    content: '☭';
    color: var(--gold);
    font-size: 26px;
    position: absolute;
    top: -8px;
    left: 2px;
}


.candidate-banner {
    background: linear-gradient(to right, var(--primary-red), var(--dark-red));
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
}

/* Document Watermark Pattern */
.document-view::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: url('https://vectorsfile.com/file-view/trong-dong-vietnam-free.png');
    /* Pattern substitute */
    opacity: 0.03;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.candidate-info-container {
    display: flex;
    padding: 20px;
    gap: 25px;
    align-items: flex-start;
}

.candidate-avatar {
    width: 150px;
    height: auto;
    flex-shrink: 0;
}

.candidate-avatar img {
    width: 100%;
    display: block;
}

.candidate-details h3 {
    color: var(--primary-red);
    font-size: 1.4rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(227, 27, 35, 0.2);
    display: inline-block;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
    font-size: 0.95rem;
}

/* Biography Doc View */
.document-view {
    background: white;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    min-height: 550px;
    position: relative;
    margin: 0 auto;
}


.doc-header {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--text-dark);
    padding-bottom: 20px;
}

.doc-avatar {
    width: 120px;
    height: 150px;
    border: 1px solid #777;
    object-fit: cover;
}

.doc-title-section {
    text-align: center;
    flex-grow: 1;
}

.doc-title-section h2 {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.doc-title-section h3 {
    font-size: 1.1rem;
    font-weight: 500;
}

.doc-content {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
}

.document-view.image-mode {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

.detail-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.candidate-detail-jpg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Audio Player Styles */
.audio-player-container {
    margin: 0 0 25px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.audio-player-card {
    background: white;
    border-radius: 100px;
    padding: 10px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 700px;
    border: 2px solid var(--gold);
}

.audio-info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
}

.audio-icon {
    width: 40px;
    height: 40px;
    background: var(--bg-gold-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.audio-icon svg {
    width: 24px;
    height: 24px;
}

.audio-text {
    display: flex;
    flex-direction: column;
}

.audio-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.audio-candidate-name {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--primary-red);
}

.custom-audio-element {
    flex-grow: 1;
    height: 40px;
}

/* Custom Audio Element Styling (Browser Specific) */
.custom-audio-element::-webkit-media-controls-panel {
    background-color: transparent;
}

/* Mobile adjustments for audio player */
@media (max-width: 768px) {
    .audio-player-container {
        margin: 0 0 15px 0;
        padding: 0 10px;
    }

    .audio-player-card {
        flex-direction: column;
        border-radius: 15px;
        padding: 15px;
        gap: 12px;
        border-width: 1.5px;
    }

    .audio-info {
        min-width: 100%;
        justify-content: flex-start;
        padding-bottom: 5px;
        border-bottom: 1px solid var(--bg-gold-light);
    }

    .audio-icon {
        width: 32px;
        height: 32px;
    }

    .audio-icon svg {
        width: 18px;
        height: 18px;
    }

    .audio-candidate-name {
        font-size: 0.85rem;
    }

    .custom-audio-element {
        width: 100%;
        height: 36px;
    }
}

/* Mobile adjustments for detail image */
@media (max-width: 600px) {
    .document-page .page-container {
        padding: 0;
        /* Full width for image */
    }

    .action-bar {
        padding: 10px 15px;
        margin-bottom: 15px;
    }

    .detail-image-container {
        border-radius: 0;
    }

    .candidate-detail-jpg {
        border-radius: 0;
    }
}


/* Floating Actions */
.floating-actions {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    z-index: 100;
}

.hotline-box {
    background: white;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideLeft 0.5s ease-out;
}

@keyframes slideLeft {
    from {
        transform: translateX(100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/* Responsive Refinements */
.banner-content {
    font-size: 0.9rem;
}

.decorative-banner {
    padding: 8px 30px;
}

@media (max-width: 768px) {
    .main-header {
        padding: 8px 15px;
        gap: 10px;
    }

    .header-side-img {
        height: 45px;
    }

    .header-title-container {
        padding: 0 5px;
    }

    .header-title-container h1 {
        font-size: 1.4rem;
    }

    .header-title-container h2 {
        font-size: 0.8rem;
        color: #f8da45;
        margin-top: 2px;
    }

    .header-side-img {
        height: 35px;
    }

    .header-title-container {
        padding: 0 5px;
    }

    .header-title-container h2 {
        font-size: 0.85rem;
        letter-spacing: 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

    .unit-grid {
        padding: 10px;
        gap: 15px;
    }

    .unit-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    .unit-header {
        margin: -8px 0px 4px 15px;
        padding-left: 30px;
    }

    .unit-header img {
        width: 40px;
        height: 40px;
        left: -25px;
    }

    .unit-header h3 {
        font-size: 0.85rem;
    }

    .candidate-list {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 12px;
    }

    .candidate-card {
        padding: 5px;
    }

    .page-header {
        margin: 15px 0;
        padding: 0 10px;
    }

    .page-header h2 {
        font-size: 1.1rem;
    }

    .action-bar {
        flex-direction: row;
        gap: 10px;
        padding: 0 10px;
        justify-content: space-between;
        align-items: center;
    }

    .back-btn,
    .share-fb-btn {
        width: auto;
        flex: none;
        padding: 6px 10px;
        font-size: 0.75rem;
    }

    .btn-text {
        white-space: nowrap;
    }
}

.location-box {
    font-size: 0.7rem;
    white-space: pre-line;
}

.unit-card-header-wrapper {
    margin: 15px 0;
}

@media (max-width: 480px) {
    .main-header {
        padding: 6px 8px;
    }

    .header-side-img {
        height: 35px;
    }

    .header-title-container h1 {
        font-size: 1.1rem;
    }

    .action-bar {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
        padding: 5px 10px;
        /* Keep padding from original rule */
    }

    .back-btn,
    .share-fb-btn {
        justify-content: center;
        width: 100%;
    }

    .header-title-container h2 {
        font-size: 0.65rem;
        color: #f8da45;
        margin-top: 1px;
    }

    .unit-grid {
        padding: 15px 10px;
    }

    .unit-card {
        width: 100%;
        max-width: 100%;
        min-height: auto;
    }



    .action-bar {
        flex-direction: row;
        justify-content: space-between;
        padding: 5px 10px;
        align-items: center;
    }

    .action-bar button {
        width: auto;
    }
}


.unit-card-header-wrapper {
    margin: 20px 0;
}


/* Footer Styles */
.main-footer {
    background: linear-gradient(135deg, var(--dark-red), var(--primary-red));
    color: var(--gold);
    padding: 20px 15px;
    border-top: 4px solid var(--gold);
    text-align: center;
    margin-top: 40px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer-content p {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 0.95rem;
    flex-wrap: wrap;
}

.footer-info span strong {
    color: white;
}

.footer-info .divider {
    color: var(--dark-gold);
    opacity: 0.5;
}

@media (max-width: 600px) {
    .footer-info {
        flex-direction: column;
        gap: 5px;
    }

    .footer-info .divider {
        display: none;
    }
}