﻿:root {
    --cdm-blue: #061a3a;
    --cdm-blue2: #0b2a5c;
    --cdm-accent: #ff9f1c;
}

body {
    color: #fff;
    font-family: system-ui, -apple-system, Segoe UI, Roboto;
}

.patron-card {
    text-align: center;
}

    .patron-card img {
        width: 160px;
        border-radius: 8px;
        background: #fff;
    }

.latest-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

    .latest-scroll img {
        height: 180px;
        border-radius: 4px;
    }

.editorial-box-header {
    font-size: 1.25rem;
}

.editorial-box {
    font-size: 1rem;
    line-height: 1.7;
}

.max-width-80 {
    max-width: 80vw !important;
}

.news-marquee {
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.news-track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
    font-weight: bold;
    color: black;
}
