/**
 * PaddockPages Frontend Styles
 * Core directory styling for the PaddockPages directory theme
 */

:root {
    --ochre: #C2703A;
    --ochre-dark: #A85D2E;
    --ochre-light: #D4824A;
    --terracotta: #B85C3A;
    --rust: #9C4428;
    --earth: #3D2B1F;
    --earth-light: #5A4233;
    --wheat: #D4A843;
    --wheat-light: #E8C96A;
    --wheat-pale: #F0D88A;
    --sand: #E8DCC8;
    --cream: #F5F0E8;
    --milk: #FAF8F4;
    --bark: #6B5344;
    --sky: #6A9AB0;
    --pro-gold: #C9952B;
    --shadow: rgba(61, 43, 31, 0.08);
    --shadow-md: rgba(61, 43, 31, 0.12);
    --shadow-lg: rgba(61, 43, 31, 0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--milk);
    color: var(--earth);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ── HEADER ── */
header {
    background: var(--earth);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 3px solid var(--wheat);
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--wheat), var(--wheat-light));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-3deg);
    box-shadow: 0 2px 8px rgba(212, 168, 67, 0.3);
}

.logo-icon svg {
    width: 24px;
    height: 24px;
    color: var(--earth);
}

.logo-text {
    font-family: 'Fraunces', serif;
    font-size: 1.5rem;
    color: var(--cream);
    letter-spacing: -0.02em;
    font-weight: 600;
}

.logo-text span { color: var(--wheat); }

nav { display: flex; align-items: center; gap: 2rem; }

nav a {
    color: var(--cream);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.8;
    transition: opacity 0.2s;
}
nav a:hover { opacity: 1; }

.btn-list-business {
    background: var(--wheat);
    color: var(--earth);
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-list-business:hover {
    background: var(--wheat-light);
    transform: translateY(-1px);
}

/* ── HERO ── */
.hero {
    background: linear-gradient(165deg, var(--earth) 0%, var(--earth-light) 40%, var(--ochre-dark) 80%, var(--terracotta) 100%);
    padding: 5rem 2rem 6rem;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 8 Q48 22 40 36 Q32 22 40 8Z' fill='%23D4A843' opacity='0.035'/%3E%3Ccircle cx='20' cy='60' r='2' fill='%23D4A843' opacity='0.03'/%3E%3Ccircle cx='60' cy='55' r='1.5' fill='%23D4A843' opacity='0.025'/%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(250, 248, 244, 0.08), transparent);
    pointer-events: none;
}

.hero-content {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 168, 67, 0.15);
    border: 1px solid rgba(212, 168, 67, 0.3);
    color: var(--wheat-light);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    animation: fadeDown 0.6s ease;
}

.hero-badge svg {
    width: 16px;
    height: 16px;
}

.hero h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--cream);
    line-height: 1.15;
    margin-bottom: 1rem;
    animation: fadeDown 0.6s ease 0.1s both;
    font-weight: 600;
}

.hero h1 em {
    color: var(--wheat);
    font-style: italic;
}

.hero p {
    color: rgba(245, 240, 232, 0.8);
    font-size: 1.15rem;
    max-width: 620px;
    margin: 0 auto 2.5rem;
    animation: fadeDown 0.6s ease 0.2s both;
}

/* ── SEARCH ── */
.search-bar {
    max-width: 740px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    padding: 8px;
    display: flex;
    gap: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: fadeUp 0.6s ease 0.3s both;
}

.search-bar input, .search-bar select {
    border: none;
    outline: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    background: var(--cream);
    border-radius: 10px;
    padding: 14px 18px;
}

.search-bar input { flex: 1; min-width: 0; }
.search-bar select { width: 180px; color: var(--earth-light); cursor: pointer; }

.search-btn {
    background: var(--ochre);
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.search-btn:hover { background: var(--ochre-dark); }

.search-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    animation: fadeUp 0.6s ease 0.4s both;
}

.search-tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(245,240,232,0.75);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s;
}
.search-tag:hover {
    background: rgba(255,255,255,0.18);
    color: var(--cream);
}

/* ── STATS BAR ── */
.stats-bar {
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 1.2rem 2rem;
}

.stats-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--bark);
}

.stat-item svg {
    width: 18px;
    height: 18px;
    color: var(--ochre);
}

.stat-num {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--earth);
}

/* ── SECTION WRAPPER ── */
.section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.content-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: var(--ochre);
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.section-label svg {
    width: 14px;
    height: 14px;
}

.section-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--earth);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.section-desc {
    color: var(--bark);
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto;
}

/* ── REGIONS GRID ── */
.regions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 4rem;
}

.region-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--earth);
    display: flex;
    align-items: center;
    gap: 16px;
}

.region-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px var(--shadow-md);
    border-color: var(--ochre);
}

.region-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--sand) 0%, var(--cream) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.region-icon svg {
    width: 24px;
    height: 24px;
    color: var(--ochre);
}

.region-info {
    flex: 1;
}

.region-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 2px;
}

.region-count {
    font-size: 0.82rem;
    color: var(--bark);
}

/* ── CATEGORIES ── */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}

.category-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    padding: 1.5rem 1.2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--earth);
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px var(--shadow-md);
    border-color: var(--ochre);
}

.category-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--sand) 0%, var(--cream) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
}

.category-icon svg {
    width: 28px;
    height: 28px;
    color: var(--ochre);
}

.category-name {
    font-weight: 600;
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
}

.category-count {
    font-size: 0.78rem;
    color: var(--bark);
}

/* ── LISTING CARDS ── */
.listings-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.filter-tabs {
    display: flex;
    gap: 8px;
}

.filter-tab {
    padding: 8px 18px;
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,0.1);
    background: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.filter-tab.active, .filter-tab:hover {
    background: var(--earth);
    color: var(--cream);
    border-color: var(--earth);
}

.filter-tab svg {
    width: 14px;
    height: 14px;
}

.results-count { font-size: 0.88rem; color: var(--bark); }

.listings-grid {
    display: grid;
    gap: 20px;
}

/* ── LISTING CARD ── */
.listing-card {
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    display: grid;
    grid-template-columns: 260px 1fr;
    position: relative;
}

.listing-card:hover {
    box-shadow: 0 16px 48px var(--shadow-md);
    transform: translateY(-2px);
}

/* Tier-specific borders */
.listing-card.tier-pro {
    border: 2px solid var(--ochre);
    box-shadow: 0 4px 20px rgba(194, 112, 58, 0.12);
}

.listing-card.tier-premium {
    border: 2px solid var(--pro-gold);
    box-shadow: 0 4px 20px rgba(201, 149, 43, 0.12);
}

.listing-card.tier-essential {
    border: 1px solid rgba(0,0,0,0.06);
}

.listing-image {
    height: 100%;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.listing-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.listing-badge svg {
    width: 12px;
    height: 12px;
}

.badge-essential {
    background: var(--cream);
    color: var(--earth-light);
}

.badge-premium {
    background: linear-gradient(135deg, var(--pro-gold), #E0B44C);
    color: var(--earth);
}

.badge-pro {
    background: var(--ochre);
    color: white;
}

.listing-body {
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
}

.listing-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.listing-name {
    font-family: 'Fraunces', serif;
    font-size: 1.3rem;
    color: var(--earth);
    font-weight: 600;
}

.listing-name a {
    color: var(--earth);
    text-decoration: none;
}

.listing-name a:hover {
    color: var(--ochre);
}

.listing-location {
    font-size: 0.85rem;
    color: var(--bark);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.listing-location svg {
    width: 14px;
    height: 14px;
    color: var(--ochre);
}

.listing-desc {
    font-size: 0.9rem;
    color: var(--earth-light);
    line-height: 1.6;
    margin-bottom: 1rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.listing-tag {
    background: var(--cream);
    color: var(--earth-light);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

.listing-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.06);
    gap: 12px;
    flex-wrap: wrap;
}

.listing-features {
    display: flex;
    gap: 14px;
    font-size: 0.78rem;
    color: var(--bark);
}

.listing-feature {
    display: flex;
    align-items: center;
    gap: 4px;
}

.listing-feature svg {
    width: 14px;
    height: 14px;
    color: var(--ochre);
}

/* ── BUTTONS ── */
.btn-view {
    padding: 10px 20px;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-view svg {
    width: 14px;
    height: 14px;
}

.btn-view-essential {
    background: var(--cream);
    color: var(--earth);
}
.btn-view-essential:hover { background: #EBE5D8; }

.btn-view-premium {
    background: linear-gradient(135deg, var(--pro-gold), #D4A843);
    color: var(--earth);
}
.btn-view-premium:hover { filter: brightness(1.08); }

.btn-view-pro {
    background: var(--ochre);
    color: white;
}
.btn-view-pro:hover { background: var(--ochre-dark); }

.btn-enquire {
    padding: 10px 20px;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid var(--ochre);
    background: transparent;
    color: var(--ochre);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-enquire svg {
    width: 14px;
    height: 14px;
}

.btn-enquire:hover {
    background: var(--ochre);
    color: white;
}

/* ── PRICING SECTION ── */
.pricing-section {
    background: linear-gradient(165deg, var(--earth) 0%, var(--earth-light) 50%, var(--ochre-dark) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 Q35 15 30 25 Q25 15 30 5Z' fill='%23D4A843' opacity='0.03'/%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

.pricing-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pricing-section .section-label { color: var(--wheat); }
.pricing-section .section-title { color: var(--cream); }
.pricing-section .section-desc { color: rgba(245,240,232,0.7); }

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 2.5rem;
}

.pricing-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    padding: 2rem;
    transition: all 0.3s;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}

.pricing-card.featured {
    background: rgba(255,255,255,0.12);
    border: 2px solid var(--wheat);
    transform: scale(1.04);
}

.pricing-card.featured:hover {
    transform: scale(1.04) translateY(-4px);
}

.pricing-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--wheat), var(--wheat-light));
    color: var(--earth);
    padding: 5px 16px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.pricing-popular svg {
    width: 12px;
    height: 12px;
}

.pricing-tier {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: rgba(245,240,232,0.6);
    margin-bottom: 0.5rem;
}

.pricing-name {
    font-family: 'Fraunces', serif;
    font-size: 1.4rem;
    color: var(--cream);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.pricing-price {
    margin-bottom: 0.5rem;
}

.pricing-amount {
    font-family: 'Fraunces', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--wheat);
}

.pricing-period {
    font-size: 0.85rem;
    color: rgba(245,240,232,0.5);
}

.pricing-desc {
    color: rgba(245,240,232,0.5);
    font-size: 0.88rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2rem;
    padding: 0;
}

.pricing-features li {
    padding: 8px 0;
    font-size: 0.9rem;
    color: rgba(245,240,232,0.75);
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-features li .feature-icon {
    width: 20px;
    height: 20px;
    background: rgba(194, 112, 58, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing-features li .feature-icon svg {
    width: 12px;
    height: 12px;
    color: var(--ochre);
}

.btn-pricing {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-align: center;
    display: block;
    text-decoration: none;
}

.btn-pricing-essential {
    background: rgba(255,255,255,0.1);
    color: var(--cream);
    border: 1px solid rgba(255,255,255,0.2);
}
.btn-pricing-essential:hover { background: rgba(255,255,255,0.18); }

.btn-pricing-premium {
    background: linear-gradient(135deg, var(--wheat), var(--wheat-light));
    color: var(--earth);
}
.btn-pricing-premium:hover { filter: brightness(1.08); }

.btn-pricing-pro {
    background: var(--ochre);
    color: white;
}
.btn-pricing-pro:hover { background: var(--ochre-dark); }

/* ── FOOTER ── */
footer {
    background: var(--earth);
    padding: 3.5rem 2rem 2rem;
    color: rgba(245,240,232,0.5);
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.footer-brand .logo-text {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    display: block;
}

.footer-brand p {
    font-size: 0.88rem;
    line-height: 1.6;
    max-width: 300px;
}

.footer-col h4 {
    color: var(--cream);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.footer-col a {
    display: block;
    color: rgba(245,240,232,0.5);
    text-decoration: none;
    font-size: 0.88rem;
    padding: 4px 0;
    transition: color 0.2s;
}
.footer-col a:hover { color: var(--wheat); }

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    flex-wrap: wrap;
    gap: 1rem;
}

/* ── PAGINATION ── */
.pagination {
    margin-top: 3rem;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 6px;
    color: var(--earth);
    text-decoration: none;
}

.pagination a:hover {
    background: var(--cream);
}

.pagination .current {
    background: var(--ochre);
    color: white;
}

/* ── ANIMATIONS ── */
@keyframes fadeDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .listing-card { grid-template-columns: 1fr; }
    .listing-image { min-height: 180px; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
    .pricing-card.featured { transform: none; }
    .pricing-card.featured:hover { transform: translateY(-4px); }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .header-inner { height: 60px; }
    nav a:not(.btn-list-business) { display: none; }
    .search-bar { flex-direction: column; }
    .search-bar select { width: 100%; }
    .footer-inner { grid-template-columns: 1fr; }
    .listings-controls { flex-direction: column; align-items: flex-start; }
    .filter-tabs { overflow-x: auto; width: 100%; }
    .hero h1 { font-size: 2rem; }
}
