/* =========================
   Base
   ========================= */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #1f2937;
    background-color: #f8f9fa;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

section {
    position: relative;
}

/* =========================
   Skip Link
   ========================= */

.skip-link {
    position: absolute;
    left: 1rem;
    top: -3.5rem;
    z-index: 9999;
    background: #111827;
    color: #ffffff;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 1rem;
}

/* =========================
   Header / Navbar
   ========================= */

#site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}

.navbar-brand img,
.navbar-brand svg {
    max-height: 56px;
}

.navbar .nav-link {
    font-weight: 700;
    color: #1f2937;
    padding: 0.9rem 1rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #198754;
}

.navbar .dropdown-menu {
    border: 0;
    border-radius: 0.9rem;
    padding: 0.5rem 0;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    min-width: 220px;
}

.navbar .dropdown-item {
    padding: 0.7rem 1rem;
    color: #1f2937;
    white-space: nowrap;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background: #f3f4f6;
    color: #198754;
}

.navbar .dropdown-submenu {
    position: relative;
}

.navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.35rem;
    margin-left: 0.25rem;
    display: none;
}

.navbar .dropdown-submenu:hover > .dropdown-menu,
.navbar .dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
}

.navbar .btn-success,
.navbar .apply-btn,
.navbar .join-btn {
    border-radius: 999px;
    padding: 0.8rem 1.5rem;
    font-weight: 700;
}

.submenu-item-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.submenu-link {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.submenu-toggle-btn {
    border: 0;
    background: transparent;
    color: #1f2937;
    padding: 0.7rem 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

.submenu-toggle-btn:hover,
.submenu-toggle-btn:focus {
    background: #f3f4f6;
    color: #198754;
}

.navbar .dropdown-submenu {
    position: relative;
}

.navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    display: none;
    min-width: 220px;
}

.navbar .dropdown-submenu.show-submenu > .dropdown-menu,
.navbar .dropdown-submenu.is-hovered > .dropdown-menu {
    display: block;
}

/* =========================
   Home Hero Banner
   ========================= */

.hero-section {
    background:
        linear-gradient(rgba(6, 15, 30, 0.52), rgba(6, 15, 30, 0.56)),
        url("images/banner.png") center center / cover no-repeat;
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7rem 1rem 6rem;
    color: #ffffff;
}

.hero-section .container {
    max-width: 1100px;
}

.hero-section .badge {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-section h1 {
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hero-section .lead {
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.hero-section .btn-outline-light {
    border-width: 2px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.hero-section .btn-outline-light:hover {
    transform: translateY(-2px);
}

/* =========================
   Shared Card Effects
   ========================= */

.card-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12) !important;
}

/* =========================
   Home Sections
   ========================= */

#services h2,
#membership h2,
#contact h2 {
    color: #111827;
}

#services .card,
#membership .card,
#contact .bg-white {
    border-radius: 1.2rem;
}

#services .card-body p,
#membership .card-body li,
#contact p {
    line-height: 1.8;
}

#membership .card-header {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    border-bottom: none;
}

#membership .card-body h3 {
    color: #111827;
}

#contact {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important;
}

#contact .bg-white {
    border-radius: 1.4rem;
}

#contact .btn-success {
    border-radius: 999px;
}

/* =========================
   Footer
   ========================= */

footer {
    border-top: 1px solid #e5e7eb;
}

/* =========================
   Membership Page
   ========================= */

.membership-page {
    background: linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
    color: #1f2937;
}

/* Hero Section */
.membership-hero {
    background:
        radial-gradient(circle at top right, rgba(22, 163, 74, 0.12), transparent 30%),
        radial-gradient(circle at left center, rgba(59, 130, 246, 0.08), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.membership-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.membership-hero h1 {
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.membership-hero .lead {
    font-size: 1.1rem;
    line-height: 1.9;
    max-width: 42rem;
}

.membership-hero-actions .btn {
    border-radius: 999px;
    font-weight: 700;
    min-height: 48px;
}

.membership-highlights {
    display: grid;
    gap: 0.75rem;
}

.membership-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #374151;
    line-height: 1.7;
}

.membership-highlights i {
    color: #16a34a;
    font-size: 1.1rem;
    margin-top: 0.1rem;
}

.membership-overview-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.overview-item {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
}

.overview-label {
    display: block;
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.4rem;
}

.overview-item strong {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: #111827;
}

.overview-note {
    margin-top: 1rem;
    background: #f9fafb;
    border-left: 4px solid #16a34a;
    border-radius: 0.9rem;
    padding: 0.95rem 1rem;
    color: #4b5563;
    line-height: 1.7;
    font-size: 0.95rem;
}

.overview-note i {
    color: #16a34a;
    margin-right: 0.4rem;
}

/* Shared Section Heading */
.section-heading {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.section-kicker {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #16a34a;
    margin-bottom: 0.75rem;
}

.section-heading h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 0.9rem;
}

.section-heading p {
    line-height: 1.8;
}

/* Benefit Cards */
.membership-benefits {
    margin-top: -0.5rem;
}

.benefit-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf3;
    color: #15803d;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.benefit-card h2 {
    margin-bottom: 0.75rem;
}

.benefit-card p {
    line-height: 1.8;
}

/* Pricing Cards */
.membership-plan-grid {
    align-items: stretch;
}

.pricing-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
}

.pricing-card-general,
.pricing-card-honorary {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}

.pricing-card-core {
    border: 2px solid #16a34a !important;
    transform: translateY(-4px);
}

.pricing-card-core:hover {
    transform: translateY(-10px);
}

.pricing-header {
    padding: 1.5rem 1.5rem 1.25rem;
    color: #ffffff;
}

.bg-general {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.bg-core {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
}

.bg-honorary {
    background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
}

.plan-type {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.95;
    font-weight: 700;
}

.pricing-header h3 {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.plan-description {
    line-height: 1.7;
    opacity: 0.95;
}

.price-box {
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
}

.price-box h4 {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.35rem;
}

.price-unit {
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 1.25rem 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-grow: 1;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    line-height: 1.75;
    color: #374151;
}

.feature-list i {
    font-size: 1rem;
    margin-top: 0.22rem;
    flex-shrink: 0;
}

.icon-blue {
    color: #2563eb;
}

.icon-dark {
    color: #166534;
}

.icon-yellow {
    color: #b45309;
}

.hot-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #111827;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    z-index: 2;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.pricing-footer {
    padding: 1rem 1.5rem 1.5rem;
    margin-top: auto;
}

.plan-fit {
    display: block;
    background: #f8fafc;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    line-height: 1.75;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Selection Tips */
.membership-tip-panel {
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border: 1px solid #dcfce7;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.membership-tip-panel p {
    line-height: 1.9;
}

.membership-tip-stats {
    display: grid;
    gap: 0.9rem;
}

.membership-tip-stats div {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.membership-tip-stats strong {
    display: block;
    color: #111827;
    margin-bottom: 0.2rem;
}

.membership-tip-stats span {
    color: #6b7280;
    font-size: 0.95rem;
}

/* Comparison Section */
.comparison-card {
    border: 1px solid #e5e7eb;
}

.membership-comparison-table {
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 0;
    background: #ffffff;
}

.membership-comparison-table caption {
    caption-side: top;
    font-weight: 700;
    color: #374151;
    padding-bottom: 0.9rem;
}

.membership-comparison-table thead th {
    background: #111827;
    color: #ffffff;
    font-weight: 700;
    vertical-align: middle;
    border-color: #374151;
    padding: 1rem;
}

.membership-comparison-table tbody th {
    background: #f9fafb;
    color: #111827;
    font-weight: 700;
    min-width: 240px;
}

.membership-comparison-table th,
.membership-comparison-table td {
    padding: 1rem;
    line-height: 1.7;
    border-color: #e5e7eb;
}

.membership-comparison-table tbody tr:nth-child(even) td {
    background: #fcfcfd;
}

.source-note {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.source-note p {
    line-height: 1.7;
}

.membership-page footer {
    background: #ffffff;
}

/* =========================
   Focus Styles
   ========================= */

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible,
.dropdown-item:focus-visible,
.nav-link:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
    border-radius: 0.5rem;
}

/* =========================
   Utilities
   ========================= */

.pt-lg-6 {
    padding-top: 4.5rem !important;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1199.98px) {
    .hero-section h1 {
        font-size: 3rem;
    }
}

@media (max-width: 991.98px) {
    .marquee-content {
        font-size: 0.98rem;
        gap: 2rem;
        padding: 0.6rem 1.5rem 0.6rem 0;
    }

    .hero-section {
        min-height: 68vh;
        padding: 6rem 1rem 5rem;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .navbar .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-left: 0;
        box-shadow: none;
        border-radius: 0.75rem;
    }

    .membership-hero {
        padding-top: 1rem;
    }

    .membership-hero h1 {
        font-size: 2.2rem;
    }

    .section-heading h2 {
        font-size: 1.7rem;
    }

    .pricing-card-core {
        transform: none;
    }

    .pricing-card-core:hover {
        transform: translateY(-6px);
    }

    .membership-tip-panel {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .marquee-content {
        font-size: 0.9rem;
        gap: 1.5rem;
        padding: 0.55rem 1.25rem 0.55rem 0;
    }

    .marquee-content span {
        gap: 0.45rem;
    }

    .hero-section {
        min-height: 60vh;
        padding: 5rem 1rem 4rem;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .lead {
        font-size: 1rem;
    }

    .overview-grid {
        grid-template-columns: 1fr;
    }

    .membership-overview-card {
        padding: 1.2rem;
    }

    .pricing-header,
    .price-box,
    .feature-list,
    .pricing-footer {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .price-box h4 {
        font-size: 1.7rem;
    }

    .section-heading h2 {
        font-size: 1.5rem;
    }

    .benefit-card,
    .membership-tip-panel,
    .comparison-card {
        border-radius: 1.1rem;
    }

    .membership-comparison-table th,
    .membership-comparison-table td {
        padding: 0.85rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .marquee-content {
        font-size: 0.84rem;
        gap: 1.2rem;
    }

    .hero-section h1 {
        font-size: 1.75rem;
    }

    .membership-eyebrow {
        font-size: 0.85rem;
    }

    .membership-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .membership-hero-actions .btn {
        width: 100%;
    }

    .hot-badge {
        top: 0.8rem;
        right: 0.8rem;
    }

    .pricing-header h3 {
        font-size: 1.45rem;
    }

    .feature-list li {
        gap: 0.6rem;
    }

    .plan-fit {
        font-size: 0.95rem;
    }
}

/* =========================
   Reduced Motion
   ========================= */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .marquee-track {
        animation: none !important;
        transform: translateX(0) !important;
    }

    .top-marquee-bar {
        overflow-x: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================
   Events Page
   ========================= */

.events-page {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 22%),
        radial-gradient(circle at left top, rgba(22, 163, 74, 0.07), transparent 20%),
        linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
    color: #1f2937;
}

.events-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.events-hero,
.events-status-section,
.events-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 64, 175, 0.88)),
        linear-gradient(180deg, #0f172a 0%, #1d4ed8 100%);
    color: #ffffff;
    padding: 5.5rem 0 5rem;
}

.events-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.12), transparent 20%),
        radial-gradient(circle at 85% 20%, rgba(134, 239, 172, 0.16), transparent 18%),
        radial-gradient(circle at 70% 75%, rgba(147, 197, 253, 0.15), transparent 18%);
    pointer-events: none;
}

.events-hero .events-container {
    position: relative;
    z-index: 1;
}

.events-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.events-hero .section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #dcfce7;
    margin-bottom: 1rem;
}

.section-desc {
    max-width: 48rem;
    font-size: 1.08rem;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0;
}

.events-status-section {
    padding-top: 2.25rem;
}

.events-status-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    padding: 1.8rem;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.events-status-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.events-status-head h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0;
    color: #111827;
}

.events-status-card p {
    margin: 0;
    line-height: 1.9;
    color: #4b5563;
}

.status-badge,
.status-badge {
    padding: 0.5rem 0.9rem;
}

.status-badge.ended,
.events-heading-left {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.75rem;
}

.summary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.year-header h3::before {
    content: "";
    width: 0.4rem;
    height: 1.5rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #16a34a 100%);
}

.site-footer {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 1.25rem 0;
}

.site-footer p {
    margin: 0;
    color: #4b5563;
    text-align: center;
    line-height: 1.7;
}

/* =========================
   Events Page Responsive
   ========================= */

@media (max-width: 991.98px) {
    .events-hero,

    .events-status-section {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .events-hero {
        padding: 4.75rem 0 4.5rem;
    }

    .events-status-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .summary-grid,
        @media (max-width: 767.98px) {
    .events-container {
        width: min(1120px, calc(100% - 24px));
    }

    .events-hero,

    .events-status-section {
        padding-top: 1.5rem;
        padding-bottom: 3.25rem;
    }

    .events-hero {
        padding: 4rem 0 3.75rem;
    }

    .events-hero h1 {
        font-size: 2rem;
    }

    .section-desc {
        font-size: 1rem;
        line-height: 1.85;
    }

    .events-status-card,
    .summary-card,
        .events-status-card {
        padding: 1.25rem;
    }

                        @media (max-width: 575.98px) {
    .events-hero h1 {
        font-size: 1.8rem;
    }

    .events-status-head h2 {
        font-size: 1.3rem;
    }

    .status-badge,
    .year-count,
        .events-status-actions {
    margin-top: 1.25rem;
}

.events-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.events-cta-btn:hover,
.events-cta-btn:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.22);
}

/* =========================
   Media News Page
   ========================= */

.media-card {
    transition: all 0.25s ease;
    border: none;
    border-radius: 1rem;
    overflow: hidden;
}

.media-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.media-thumb-wrap {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #e5e7eb;
}

.media-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-meta {
    font-size: 0.9rem;
    color: #6b7280;
}
