/* ==========================================================================
   Modern Hebrew Primer — Masoretes.online Light Mode Harmonized Stylesheet
   Clean, distinctive typography, crisp white cards, warm gold accents.
   ========================================================================== */

:root {
    --mh-gold: #967012;
    --mh-gold-bright: #b38b22;
    --mh-gold-subtle: rgba(150, 112, 18, 0.25);
    --mh-gold-pale: rgba(180, 140, 30, 0.08);
    --mh-navy-dark: #0f172a;
    --mh-navy-head: #1e293b;
    --mh-text-body: #334155;
    --mh-text-muted: #64748b;
    --mh-card-bg: #ffffff;
    --mh-card-hover: #fcfbf7;
    --mh-secondary-bg: #f8fafc;
    --mh-border: #e2e8f0;
    --font-hebrew: 'Frank Ruhl Libre', 'David Libre', serif;
    --font-display: 'Cinzel', serif;
}

/* Top Module Navigation Bar */
.modern-hebrew-module-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 0 16px 0;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--mh-gold-subtle);
}

.modern-hebrew-module-nav::-webkit-scrollbar {
    height: 8px;
}

.modern-hebrew-module-nav::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.modern-hebrew-module-nav::-webkit-scrollbar-thumb {
    background: #b38b22;
    border-radius: 4px;
}

.mh-nav-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 0.84rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.mh-nav-tab-btn i {
    color: #64748b;
    font-size: 0.85rem;
    transition: color 0.15s ease;
}

.mh-nav-tab-btn:hover {
    color: #967012;
    background: #fdfaf3;
    border-color: rgba(150, 112, 18, 0.4);
}

.mh-nav-tab-btn:hover i {
    color: #967012;
}

.mh-nav-tab-btn.active {
    color: #967012 !important;
    background: #fdfaf3 !important;
    border-color: #967012 !important;
    font-weight: 700 !important;
    box-shadow: 0 0 0 1px #967012, 0 2px 6px rgba(150, 112, 18, 0.12) !important;
}

.mh-nav-tab-btn.active i {
    color: #967012 !important;
}

.course-lesson-nav .sidebar-link.sidebar-sublink {
    color: var(--text-muted);
    border-left: 3px solid transparent;
    transition: all 0.15s ease;
}

.course-lesson-nav .sidebar-link.sidebar-sublink:hover {
    color: #967012;
    background: rgba(150, 112, 18, 0.06);
}

.course-lesson-nav .sidebar-link.sidebar-sublink.active {
    color: #967012 !important;
    background: #fdfaf3 !important;
    border-left: 3px solid #967012 !important;
    font-weight: 700 !important;
}

.course-lesson-nav .sidebar-link.sidebar-sublink.active i {
    color: #967012 !important;
}

/* Module Section Transitions */
.view-tab {
    display: none;
    animation: mhFadeIn 0.2s ease forwards;
}

.view-tab.active {
    display: block;
}

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

/* Section Headings */
.mh-section-title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--mh-navy-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.mh-section-title i {
    color: var(--mh-gold);
}

.mh-section-sub {
    font-size: 0.88rem;
    color: var(--mh-text-muted);
    margin-bottom: 18px;
}

/* Clean, Non-Ornate Artwork Framing */
.clean-art-frame {
    margin: 18px 0 24px 0;
    border: 1px solid var(--mh-gold-subtle);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.art-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    overflow: hidden;
}

.clean-oil-painting {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.clean-caption-box {
    padding: 14px 18px;
    background: #faf8f5;
    border-top: 1px solid var(--mh-gold-subtle);
}

.clean-art-title {
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--mh-gold);
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.clean-art-sub {
    font-size: 0.84rem;
    color: var(--mh-navy-dark);
    font-weight: 600;
    margin-top: 2px;
}

.clean-art-desc {
    font-size: 0.82rem;
    color: var(--mh-text-body);
    margin-top: 4px;
    line-height: 1.55;
}

/* History & Pedagogy Articles */
.history-article {
    background: #ffffff;
    border: 1px solid var(--mh-gold-subtle);
    border-radius: 8px;
    padding: 22px 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.history-article-header {
    border-bottom: 1px solid var(--mh-gold-subtle);
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.history-period-tag {
    font-size: 0.72rem;
    color: var(--mh-gold);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.history-title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--mh-navy-dark);
    margin: 3px 0;
}

.history-sub {
    font-size: 0.88rem;
    color: var(--mh-gold);
    font-style: italic;
    font-weight: 500;
}

.history-content {
    font-size: 0.94rem;
    line-height: 1.75;
    color: var(--mh-text-body);
}

.history-section-head {
    font-family: var(--font-display);
    color: var(--mh-navy-head);
    margin: 20px 0 8px 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.history-quote {
    border-left: 3px solid var(--mh-gold);
    padding: 10px 16px;
    margin: 16px 0;
    background: #fdfaf3;
    border-radius: 0 6px 6px 0;
    font-style: italic;
    color: var(--mh-navy-dark);
    font-size: 0.92rem;
}

.history-list-item {
    margin-left: 20px;
    margin-bottom: 5px;
}

/* Card Grids */
.masoretic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.masoretic-card {
    background-color: #ffffff;
    border: 1px solid var(--mh-border);
    border-radius: 8px;
    padding: 18px;
    transition: all 0.15s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.masoretic-card:hover {
    border-color: var(--mh-gold);
    background-color: #faf9f5;
    box-shadow: 0 4px 12px rgba(150, 112, 18, 0.08);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.card-title {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--mh-navy-dark);
}

.card-hebrew-large {
    font-family: var(--font-hebrew);
    font-size: 2.75rem;
    line-height: 1;
    color: var(--mh-navy-dark);
    text-align: center;
    margin: 12px 0;
}

.card-body {
    font-size: 0.86rem;
    color: var(--mh-text-body);
    line-height: 1.55;
    flex-grow: 1;
}

.example-pill {
    background: #f8fafc;
    border: 1px solid var(--mh-border);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.76rem;
    cursor: pointer;
    display: inline-block;
    color: var(--mh-navy-head);
    transition: all 0.15s ease;
}

.example-pill:hover {
    border-color: var(--mh-gold);
    background: #fefcf6;
    color: var(--mh-gold);
}

/* Audio Player Button */
.audio-btn {
    background: #fefcf6;
    border: 1px solid var(--mh-gold-subtle);
    color: var(--mh-gold);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 0.85rem;
    flex-shrink: 0;
    user-select: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.audio-btn:hover {
    background: var(--mh-gold);
    color: #ffffff;
    border-color: var(--mh-gold);
    transform: scale(1.08);
}

.audio-btn:active,
.audio-btn.playing {
    transform: scale(1.18);
    background: var(--mh-gold);
    color: #ffffff;
    box-shadow: 0 0 12px rgba(184, 134, 11, 0.45);
}

/* ==========================================================================
   LIGHT MODE INTERACTIVE WRITING STUDIO
   ========================================================================== */
.writing-studio-card {
    background: #ffffff;
    border: 1px solid var(--mh-gold-subtle);
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.writing-ribbon-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--mh-border);
    flex-wrap: wrap;
    gap: 10px;
}

.writing-mode-switcher {
    display: flex;
    background: #f1f5f9;
    border: 1px solid var(--mh-border);
    border-radius: 16px;
    padding: 2px;
}

.writing-mode-btn {
    padding: 4px 12px;
    border-radius: 14px;
    border: none;
    background: transparent;
    color: var(--mh-text-muted);
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.writing-mode-btn.active {
    background: #ffffff;
    color: var(--mh-navy-dark);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.writing-letter-ribbon {
    display: flex;
    gap: 6px;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 6px 4px 14px 4px;
    width: 100%;
    margin-bottom: 18px;
    scrollbar-width: thin;
    scrollbar-color: #967012 #e2e8f0;
}

.writing-letter-ribbon::-webkit-scrollbar {
    height: 10px;
    display: block !important;
}

.writing-letter-ribbon::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.writing-letter-ribbon::-webkit-scrollbar-thumb {
    background: #b38b22;
    border-radius: 6px;
    border: 2px solid #f1f5f9;
}

.writing-letter-ribbon::-webkit-scrollbar-thumb:hover {
    background: #967012;
}

.ribbon-scroll-arrow-btn {
    background: #ffffff;
    border: 1px solid var(--mh-border);
    color: var(--mh-navy-dark);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.76rem;
    transition: all 0.15s ease;
}

.ribbon-scroll-arrow-btn:hover {
    background: #fdfaf3;
    border-color: #967012;
    color: #967012;
}

.ribbon-letter-btn {
    background: #ffffff;
    border: 1px solid var(--mh-border);
    color: var(--mh-navy-dark);
    font-family: var(--font-hebrew);
    font-size: 1.3rem;
    min-width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.ribbon-letter-btn:hover {
    background: #fefcf6;
    border-color: var(--mh-gold);
    color: var(--mh-gold);
}

.ribbon-letter-btn.active {
    background: var(--mh-navy-dark);
    color: #ffffff;
    border-color: var(--mh-navy-dark);
    font-weight: 700;
}

.writing-main-workspace {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 24px;
    align-items: start;
}

@media (max-width: 920px) {
    .writing-main-workspace {
        grid-template-columns: 1fr;
    }
}

.canvas-box-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    background: #ffffff;
    border: 2px solid var(--mh-border);
    border-radius: 8px;
    touch-action: none;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}

#strokeCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    z-index: 10;
}

.canvas-watermark-guide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-hebrew);
    font-size: 180px;
    color: var(--mh-navy-dark);
    opacity: 0.12;
    pointer-events: none;
    user-select: none;
    z-index: 2;
}

.canvas-bottom-tools {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
    gap: 6px;
}

.tool-action-btn {
    background: #f8fafc;
    border: 1px solid var(--mh-border);
    color: var(--mh-navy-head);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.15s ease;
}

.tool-action-btn:hover {
    background: #fefcf6;
    border-color: var(--mh-gold);
    color: var(--mh-gold);
}

/* Writing Instruction Panel (Light Mode) */
.writing-instruction-panel {
    background: #faf8f5;
    border: 1px solid var(--mh-gold-subtle);
    border-radius: 8px;
    padding: 20px;
}

.instruction-letter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--mh-gold-subtle);
}

.instruction-letter-title {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--mh-navy-dark);
}

.instruction-section-heading {
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--mh-gold);
    margin: 14px 0 6px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.stroke-step-list {
    margin-left: 20px;
    font-size: 0.88rem;
    color: var(--mh-text-body);
    line-height: 1.65;
}

.stroke-step-list li {
    margin-bottom: 5px;
}

.cursive-note-box {
    background: #fdfaf3;
    border-left: 3px solid var(--mh-gold);
    padding: 9px 13px;
    margin: 10px 0;
    border-radius: 0 6px 6px 0;
    font-size: 0.85rem;
    color: var(--mh-text-body);
}

.lookalike-warning-box {
    background: #fef2f2;
    border-left: 3px solid #ef4444;
    padding: 9px 13px;
    margin: 10px 0;
    border-radius: 0 6px 6px 0;
    font-size: 0.85rem;
    color: #991b1b;
}

.vocab-example-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 6px;
}

/* Conjugator Card & Tables */
.conjugator-card {
    background: #ffffff;
    border: 1px solid var(--mh-gold-subtle);
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.conjugator-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--mh-border);
    padding-bottom: 10px;
}

.binyan-tab-btn {
    background: #f8fafc;
    border: 1px solid var(--mh-border);
    color: var(--mh-navy-head);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
}

.binyan-tab-btn:hover {
    background: #fefcf6;
    border-color: var(--mh-gold);
    color: var(--mh-gold);
}

.binyan-tab-btn.active {
    background: var(--mh-navy-dark);
    color: #ffffff;
    border-color: var(--mh-navy-dark);
    font-weight: 700;
}

.table-scroll-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
}

.conjugation-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    background: #ffffff;
}

.conjugation-table th,
.conjugation-table td {
    padding: 9px 12px;
    border: 1px solid var(--mh-border);
    text-align: left;
}

.conjugation-table th {
    background: #f1f5f9;
    color: var(--mh-navy-dark);
    font-family: var(--font-display);
    font-size: 0.76rem;
    letter-spacing: 0.6px;
    font-weight: 700;
}

.conjugation-table td.hebrew-cell {
    font-family: var(--font-hebrew);
    font-size: 1.2rem;
    direction: rtl;
    text-align: right;
    color: var(--mh-navy-dark);
    font-weight: 700;
    cursor: pointer;
}

.conjugation-table td.hebrew-cell:hover {
    color: var(--mh-gold);
}

/* Reading Trainer */
.reading-card {
    background: #ffffff;
    border: 1px solid var(--mh-gold-subtle);
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.reading-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--mh-border);
    flex-wrap: wrap;
    gap: 10px;
}

.hebrew-reading-box {
    font-family: var(--font-hebrew);
    font-size: 1.45rem;
    line-height: 2.1;
    direction: rtl;
    text-align: right;
    color: var(--mh-navy-dark);
    background: #faf8f5;
    padding: 18px 22px;
    border-radius: 8px;
    border: 1px solid var(--mh-gold-subtle);
    margin-bottom: 16px;
}

.reading-translation-box {
    font-size: 0.94rem;
    line-height: 1.65;
    color: var(--mh-text-body);
    background: #f8fafc;
    border-left: 3px solid var(--mh-gold);
    padding: 12px 16px;
    border-radius: 0 6px 6px 0;
}

/* Flashcards & SRS */
.flashcard-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.flashcard {
    width: 100%;
    max-width: 440px;
    height: 240px;
    perspective: 1000px;
    cursor: pointer;
}

.flashcard-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.flashcard.flipped .flashcard-inner {
    transform: rotateY(180deg);
}

.flashcard-front,
.flashcard-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    border: 1px solid var(--mh-gold-subtle);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.flashcard-back {
    transform: rotateY(180deg);
    background: #faf8f5;
}

.flashcard-hebrew {
    font-family: var(--font-hebrew);
    font-size: 2.8rem;
    color: var(--mh-navy-dark);
    margin-bottom: 4px;
}

.flashcard-translit {
    font-size: 0.95rem;
    color: var(--mh-text-muted);
    font-style: italic;
}

.flashcard-translation {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--mh-navy-dark);
    margin-bottom: 4px;
}

.flashcard-root {
    font-size: 0.82rem;
    color: var(--mh-gold);
    font-weight: 600;
}

.srs-btn-row {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.srs-btn {
    padding: 8px 18px;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    font-size: 0.84rem;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.srs-btn-again { background: #fee2e2; color: #b91c1c; }
.srs-btn-good { background: #fef3c7; color: #b45309; }
.srs-btn-easy { background: #dcfce7; color: #15803d; }

.srs-btn-again:hover { background: #fca5a5; }
.srs-btn-good:hover { background: #fde68a; }
.srs-btn-easy:hover { background: #bbf7d0; }

/* Dialogues */
.dialogue-card {
    background: #ffffff;
    border: 1px solid var(--mh-gold-subtle);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.dialogue-line {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--mh-border);
}

.speaker-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 1px solid var(--mh-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mh-navy-dark);
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.line-content {
    flex-grow: 1;
}

.line-speaker {
    font-size: 0.74rem;
    color: var(--mh-gold);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.line-hebrew {
    font-family: var(--font-hebrew);
    font-size: 1.25rem;
    direction: rtl;
    text-align: right;
    color: var(--mh-navy-dark);
    margin-bottom: 2px;
}

.line-translation {
    font-size: 0.88rem;
    color: var(--mh-text-body);
}

/* Quizzes */
.quiz-card {
    background: #ffffff;
    border: 1px solid var(--mh-gold-subtle);
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.quiz-question-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--mh-navy-dark);
    margin-bottom: 14px;
    line-height: 1.45;
}

.quiz-options-grid {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.quiz-option-btn {
    background: #f8fafc;
    border: 1px solid var(--mh-border);
    color: var(--mh-navy-head);
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 0.88rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.15s ease;
}

.quiz-option-btn:hover {
    border-color: var(--mh-gold);
    background: #fefcf6;
    color: var(--mh-gold);
}

.quiz-option-btn.correct {
    background: #dcfce7;
    border-color: #22c55e;
    color: #15803d;
    font-weight: 600;
}

.quiz-option-btn.wrong {
    background: #fee2e2;
    border-color: #ef4444;
    color: #b91c1c;
}

.quiz-explanation {
    background: #fdfaf3;
    border-left: 3px solid var(--mh-gold);
    padding: 10px 14px;
    border-radius: 0 6px 6px 0;
    margin-top: 10px;
    font-size: 0.86rem;
    color: var(--mh-text-body);
    display: none;
}
