/* ======================================================
   QUOTES PUBLIC PAGE - Premium Reading-Oriented Design
   ====================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --q-primary: #1A535C;
    --q-primary-light: #E8F4F3;
    --q-accent: #D4A853;
    --q-accent-light: #FDF6E3;
    --q-bg: #FAFBFC;
    --q-card: #FFFFFF;
    --q-text: #1E293B;
    --q-text-muted: #64748B;
    --q-border: #E8EDF2;
    --q-radius: 20px;
    --q-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    --q-shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.quotes-public-page {
    font-family: 'Inter', 'Noto Sans Arabic', sans-serif;
    background: var(--q-bg);
    color: var(--q-text);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

/* ===== HERO ===== */
.quotes-hero {
    background: linear-gradient(135deg, #1A535C 0%, #0D3B40 60%, #0A2C30 100%);
    padding: 5rem 5% 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.quotes-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(212, 168, 83, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.quotes-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.quotes-hero-decoration .deco-quote {
    font-family: 'Playfair Display', serif;
    font-size: 8rem;
    color: rgba(212, 168, 83, 0.2);
    line-height: 1;
    display: block;
    margin-bottom: -2rem;
}

.quotes-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.quotes-hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2.5rem;
    font-weight: 400;
    line-height: 1.6;
}

.quotes-hero-search {
    display: flex;
    max-width: 620px;
    margin: 0 auto 2rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 6px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s;
}

.quotes-hero-search:focus-within {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(212, 168, 83, 0.4);
    box-shadow: 0 0 0 4px rgba(212, 168, 83, 0.1);
}

.quotes-hero-search i {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 0.75rem 0 1rem;
    display: flex;
    align-items: center;
}

.quotes-hero-search input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    padding: 0.85rem 0.5rem;
    outline: none;
    font-family: inherit;
}

.quotes-hero-search input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.hero-search-btn {
    background: var(--q-accent);
    color: #1A1A1A;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.hero-search-btn:hover {
    background: #C49A42;
    transform: translateY(-1px);
}

.quotes-hero-stats {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
}

.hero-stat strong {
    color: var(--q-accent);
    font-weight: 800;
}

.hero-stat-sep {
    opacity: 0.3;
}

/* ===== SECTION CONTAINERS ===== */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.section-title-bar {
    margin-bottom: 1.5rem;
}

.section-title-bar h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--q-text);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-title-bar h2 i {
    color: var(--q-accent);
    font-size: 1.2rem;
}

/* ===== FEATURED CAROUSEL ===== */
.quotes-featured-section {
    padding: 3rem 0 2rem;
    background: linear-gradient(to bottom, #F0F4F3, var(--q-bg));
}

.featured-carousel {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1rem;
}

.featured-carousel::-webkit-scrollbar {
    display: none;
}

.featured-slide {
    min-width: 420px;
    max-width: 550px;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.featured-card {
    background: linear-gradient(135deg, var(--q-primary) 0%, #0D3B40 100%);
    border-radius: var(--q-radius);
    padding: 2rem;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s;
}

.featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(26, 83, 92, 0.3);
}

.featured-card::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(212, 168, 83, 0.08);
}

.featured-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    color: rgba(212, 168, 83, 0.25);
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
}

.featured-text {
    font-family: 'Lora', 'Noto Naskh Arabic', serif;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 1.5rem 0 1rem;
    position: relative;
    z-index: 1;
    font-style: italic;
    opacity: 1;
    color: #FFFFFF;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-height: 160px;
    overflow: hidden;
}

.featured-meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.featured-author {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--q-accent);
}

.featured-book {
    font-size: 0.85rem;
    opacity: 0.7;
}

.featured-book i {
    margin-right: 0.25rem;
}

.featured-stats {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    margin-top: 0.75rem;
    opacity: 0.7;
}

.featured-stats i {
    margin-right: 0.25rem;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.carousel-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid var(--q-border);
    background: var(--q-card);
    color: var(--q-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    font-size: 0.9rem;
}

.carousel-btn:hover {
    background: var(--q-primary);
    color: white;
    border-color: var(--q-primary);
}

/* RTL Featured Cards */
.featured-card.rtl-card::before {
    right: auto;
    left: -20%;
}

.featured-card.rtl-card .featured-quote-mark {
    left: auto;
    right: 1.5rem;
}

/* ===== FILTERS ===== */
.quotes-filters-section {
    padding: 2rem 0;
    background: var(--q-card);
    border-bottom: 1px solid var(--q-border);
    position: sticky;
    top: 60px;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.filters-bar {
    display: flex;
    gap: 1.25rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.filter-group label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--q-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-group label i {
    margin-right: 0.25rem;
}

.filter-group select {
    padding: 0.65rem 1rem;
    border: 1.5px solid var(--q-border);
    border-radius: 10px;
    font-size: 0.9rem;
    background: var(--q-bg);
    color: var(--q-text);
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s;
}

.filter-group select:focus {
    outline: none;
    border-color: var(--q-primary);
    box-shadow: 0 0 0 3px rgba(26, 83, 92, 0.1);
}

.filter-toggles {
    flex-direction: row !important;
    gap: 0.5rem !important;
    align-items: center;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.6rem 1rem;
    border-radius: 99px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid var(--q-border);
    color: var(--q-text-muted);
    background: var(--q-bg);
    transition: all 0.2s;
}

.filter-chip:hover,
.filter-chip.active {
    background: var(--q-accent-light);
    color: var(--q-accent);
    border-color: var(--q-accent);
}

.filter-reset {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    color: #EF4444;
    text-decoration: none;
    font-weight: 600;
    padding: 0.6rem 1rem;
    transition: all 0.2s;
}

.filter-reset:hover {
    color: #DC2626;
}

/* ===== MAIN GRID ===== */
.quotes-main-section {
    padding: 2.5rem 0 4rem;
}

.quotes-count-bar {
    font-size: 0.9rem;
    color: var(--q-text-muted);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.pub-quotes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.75rem;
    align-items: start;
}

/* ===== QUOTE CARD ===== */
.pub-quote-card {
    background: var(--q-card);
    border-radius: var(--q-radius);
    padding: 2rem;
    border: 1px solid var(--q-border);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.pub-quote-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--q-shadow-hover);
    border-color: rgba(26, 83, 92, 0.15);
}

.pub-quote-card.featured {
    border-color: var(--q-accent);
    background: linear-gradient(135deg, var(--q-card), var(--q-accent-light));
}

.pub-quote-card.important {
    border-left: 4px solid var(--q-accent);
}

.pub-quote-featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--q-accent);
    color: #1A1A1A;
    padding: 0.3rem 0.75rem;
    border-radius: 99px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pub-quote-featured-badge i {
    margin-right: 0.25rem;
}

/* Quote Text */
.pub-quote-body {
    flex: 1;
    margin-bottom: 1.25rem;
}

.pub-quote-text {
    font-family: 'Lora', 'Noto Naskh Arabic', serif;
    font-size: 1.2rem;
    line-height: 1.85;
    color: #1E293B;
    /* Hardcoded dark color to prevent visibility issues */
    position: relative;
    padding-left: 1.75rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

[dir="rtl"] .pub-quote-text {
    font-size: 1.4rem;
    line-height: 2;
}

.pub-quote-text[dir="rtl"] {
    padding-left: 0;
    padding-right: 1.75rem;
}

.pub-quote-text[dir="rtl"] .pub-quote-mark {
    left: auto;
    right: -0.25rem;
}

.pub-quote-text .pub-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: var(--q-primary);
    opacity: 0.2;
    position: absolute;
    left: -0.25rem;
    top: -0.75rem;
    line-height: 1;
}

.pub-quote-text.is-long {
    max-height: 140px;
    overflow: hidden;
    position: relative;
}

.pub-quote-text.is-long::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(transparent, var(--q-card));
}

.pub-quote-card.featured .pub-quote-text.is-long::after {
    background: linear-gradient(transparent, #FEFCF4);
}

.pub-show-more {
    background: none;
    border: none;
    color: var(--q-primary);
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    transition: all 0.2s;
}

.pub-show-more:hover {
    color: var(--q-accent);
}

.pub-show-more i {
    font-size: 0.7rem;
    transition: transform 0.3s;
}

/* Show more actions container */
.pub-show-more-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.25rem;
}

.pub-read-full {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--q-accent);
    text-decoration: none;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    background: var(--q-accent-light);
    border: 1px solid rgba(212, 168, 83, 0.2);
    transition: all 0.2s;
}

.pub-read-full:hover {
    background: var(--q-accent);
    color: #1A1A1A;
    border-color: var(--q-accent);
    transform: translateY(-1px);
}

/* Footer */
.pub-quote-footer {
    border-top: 1px solid var(--q-border);
    padding-top: 1.25rem;
}

.pub-quote-author-info {
    margin-bottom: 1rem;
}

.pub-quote-author {
    font-weight: 700;
    color: var(--q-text);
    font-size: 1rem;
    font-family: 'Playfair Display', serif;
}

.pub-quote-book {
    font-size: 0.85rem;
    color: var(--q-text-muted);
    margin-top: 0.2rem;
}

.pub-quote-book i {
    color: var(--q-accent);
    margin-right: 0.3rem;
}

.pub-quote-added-by {
    font-size: 0.8rem;
    color: var(--q-text-muted);
    margin-top: 0.5rem;
    opacity: 0.8;
}

.pub-quote-added-by i {
    margin-right: 0.2rem;
}

.pub-quote-added-by strong {
    color: var(--q-primary);
}

/* Interactions */
.pub-quote-interaction {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.pub-like-btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: 1.5px solid var(--q-border);
    padding: 0.5rem 0.85rem;
    border-radius: 99px;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--q-text-muted);
    font-weight: 600;
    transition: all 0.25s;
}

.pub-like-btn:hover {
    border-color: #EF4444;
    color: #EF4444;
    background: #FEF2F2;
}

.pub-like-btn.liked {
    background: #FEF2F2;
    border-color: #EF4444;
    color: #EF4444;
}

.pub-like-btn .like-count {
    font-weight: 700;
}

/* Rating */
.pub-rating {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.pub-rating i {
    color: #E5E7EB;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.pub-rating i.fas {
    color: #F59E0B;
}

.pub-rating i:hover {
    color: #F59E0B;
    transform: scale(1.2);
}

.pub-rating .rating-info {
    font-size: 0.8rem;
    color: var(--q-text-muted);
    margin-left: 0.4rem;
    font-weight: 600;
}

/* Share buttons */
.pub-share-btns {
    display: flex;
    gap: 0.25rem;
    margin-left: auto;
}

.pub-share-btns button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--q-border);
    background: var(--q-bg);
    color: var(--q-text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: all 0.2s;
}

.pub-share-btns button:hover {
    background: var(--q-primary);
    color: white;
    border-color: var(--q-primary);
    transform: scale(1.1);
}

/* Tags */
.pub-quote-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px dashed var(--q-border);
}

.pub-tag {
    font-size: 0.78rem;
    color: var(--q-primary);
    background: var(--q-primary-light);
    padding: 0.25rem 0.65rem;
    border-radius: 99px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
}

.pub-tag:hover {
    background: var(--q-primary);
    color: white;
}

/* ===== LOAD MORE ===== */
.quotes-load-section {
    text-align: center;
    margin-top: 3rem;
}

.load-more-quotes-btn {
    padding: 0.9rem 2.5rem;
    border-radius: 99px;
    background: var(--q-primary);
    color: white;
    border: none;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(26, 83, 92, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.load-more-quotes-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 83, 92, 0.3);
}

.load-more-quotes-btn:disabled {
    background: #94A3B8;
    cursor: not-allowed;
    box-shadow: none;
}

/* Pagination */
.pub-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.pag-btn {
    padding: 0.5rem 0.9rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: var(--q-text);
    background: var(--q-card);
    border: 1.5px solid var(--q-border);
    font-size: 0.9rem;
    transition: all 0.2s;
}

.pag-btn:hover {
    background: var(--q-primary);
    color: white;
    border-color: var(--q-primary);
}

.pag-btn.current {
    background: var(--q-primary);
    color: white;
    border-color: var(--q-primary);
}

.pag-info {
    font-size: 0.85rem;
    color: var(--q-text-muted);
    margin-left: 0.75rem;
}

/* ===== EMPTY STATE ===== */
.quotes-public-empty {
    text-align: center;
    padding: 5rem 2rem;
    background: var(--q-card);
    border-radius: var(--q-radius);
    border: 2px dashed var(--q-border);
}

.quotes-public-empty i {
    font-size: 4rem;
    color: var(--q-primary);
    opacity: 0.2;
    margin-bottom: 1.5rem;
}

.quotes-public-empty h3 {
    font-size: 1.3rem;
    color: var(--q-text);
    margin-bottom: 0.5rem;
}

.quotes-public-empty p {
    color: var(--q-text-muted);
    font-size: 0.95rem;
}

/* ===== CTA SECTION ===== */
.quotes-cta-section {
    padding: 3rem 0 4rem;
}

.cta-card {
    background: linear-gradient(135deg, var(--q-primary) 0%, #0D3B40 100%);
    border-radius: var(--q-radius);
    padding: 3.5rem 2.5rem;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(212, 168, 83, 0.1);
}

.cta-icon {
    font-size: 3rem;
    color: var(--q-accent);
    margin-bottom: 1.5rem;
}

.cta-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.cta-card p {
    opacity: 0.8;
    font-size: 1rem;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-btn {
    display: inline-block;
    padding: 0.9rem 2.5rem;
    background: var(--q-accent);
    color: #1A1A1A;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(212, 168, 83, 0.3);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 168, 83, 0.4);
    background: #C49A42;
}

/* ===== TOAST ===== */
.pub-toast {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #1E293B;
    color: white;
    padding: 0.85rem 1.75rem;
    border-radius: 12px;
    font-weight: 600;
    z-index: 99999;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    font-size: 0.9rem;
}

.pub-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* ===== HIGHLIGHT ANIMATION ===== */
@keyframes highlightPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 168, 83, 0.5);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(212, 168, 83, 0);
    }

    100% {
        box-shadow: var(--q-shadow);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .quotes-hero {
        padding: 3rem 5% 2.5rem;
    }

    .quotes-hero h1 {
        font-size: 2rem;
    }

    .quotes-hero-subtitle {
        font-size: 0.95rem;
    }

    .quotes-hero-search {
        flex-direction: column;
        gap: 0.5rem;
    }

    .quotes-hero-search i {
        display: none;
    }

    .quotes-hero-search input {
        padding: 0.85rem 1rem;
    }

    .hero-search-btn {
        width: 100%;
        text-align: center;
    }

    .quotes-hero-stats {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.85rem;
    }

    .featured-slide {
        min-width: 300px;
    }

    .filters-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group select {
        width: 100%;
    }

    .filter-toggles {
        justify-content: center;
    }

    .pub-quotes-grid {
        grid-template-columns: 1fr;
    }

    .pub-quote-card {
        padding: 1.5rem;
    }

    .pub-quote-interaction {
        flex-direction: column;
        align-items: flex-start;
    }

    .pub-share-btns {
        margin-left: 0;
    }

    .cta-card {
        padding: 2.5rem 1.5rem;
    }

    .cta-card h2 {
        font-size: 1.4rem;
    }

    .quotes-filters-section {
        position: static;
    }
}

@media (max-width: 480px) {
    .quotes-hero h1 {
        font-size: 1.7rem;
    }

    .quotes-hero-decoration .deco-quote {
        font-size: 5rem;
    }

    .featured-slide {
        min-width: 280px;
    }

    .pub-quote-text {
        font-size: 0.95rem;
    }
}