/**
 * AstroLeaf Enterprise - Jaimini Raja Yogas Calculator iOS Glassmorphism Stylesheet
 * Evaluates Atmakaraka & Amatyakaraka royal status combinations & wealth yogas.
 */

:root {
    --ry-gold: #D97706;
    --ry-gold-light: #FBBF24;
    --ry-gold-dark: #B45309;
    --ry-gold-bg: rgba(217, 119, 6, 0.08);
    --ry-dark: #1C130D;
    --ry-dark-muted: #5C4D42;
    --ry-border-color: rgba(230, 223, 213, 0.8);
    --ry-amber: #D97706;
    --ry-emerald: #059669;
    --ry-purple: #7C3AED;
}

html body .jaimini-raja-body {
    background-color: #FFFBF4 !important;
    color: var(--ry-dark) !important;
    font-family: var(--font-primary, -apple-system, BlinkMacSystemFont, 'Plus Jakarta Sans', sans-serif) !important;
    line-height: 1.6 !important;
    padding-bottom: 90px !important;
}

html body .ry-breadcrumbs-bar {
    background: #FFF7E8 !important;
    border-bottom: 1.5px solid #E6DFD5 !important;
    padding: 14px 24px !important;
    font-size: 0.82rem !important;
}

html body .ry-breadcrumbs-container {
    max-width: 1080px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #65250C !important;
    flex-wrap: wrap !important;
}

html body .ry-breadcrumbs-container a { color: #65250C !important; text-decoration: none !important; font-weight: 500 !important; }
html body .ry-breadcrumbs-container a:hover { color: #C37A2E !important; }
html body .ry-breadcrumb-separator { color: #C0B2A3 !important; }
html body .ry-breadcrumb-current { color: #65250C !important; font-weight: 700 !important; }

html body .ry-hero {
    position: relative !important;
    background: #F97316 !important;
    border-bottom: none !important;
    padding: 65px 24px 55px 24px !important;
    text-align: center !important;
    overflow: hidden !important;
}

html body .ry-hero-watermark {
    position: absolute !important;
    width: 170px !important;
    height: 170px !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

html body .ry-hero-watermark.left { top: -30px !important; left: -30px !important; }
html body .ry-hero-watermark.right { bottom: -30px !important; right: -30px !important; }

html body .ry-hero-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

html body .ry-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-family: var(--font-mono, monospace) !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    background: #FFEFD6 !important;
    border: 1.5px solid #FFBA5F !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

html body .ry-hero-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(2.1rem, 4.5vw, 3.1rem) !important;
    font-weight: 800 !important;
    color: #FFBA5F !important;
    margin: 0 0 16px 0 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
}

html body .ry-hero-title span {
    color: #FFBA5F !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
}

html body .ry-hero-desc {
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
    color: #FFE2C2 !important;
    margin: 0 auto 24px auto !important;
    max-width: 670px !important;
}

html body .ry-btn-outline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 42px !important;
    padding: 0 22px !important;
    background: transparent !important;
    color: #FFBA5F !important;
    border: 1.5px solid #FFBA5F !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

html body .ry-btn-outline:hover { background: rgba(255, 186, 95, 0.1) !important; transform: translateY(-1px) !important; }

/* Form Card */
html body .ry-form-card {
    background: #FFEFD6 !important;
    backdrop-filter: none !important;
    border: 1.5px solid #65250C !important;
    border-radius: 16px !important;
    padding: 28px 32px !important;
    box-shadow: 0 4px 18px rgba(101, 37, 12, 0.08) !important;
    margin: 32px auto 36px auto !important;
    max-width: 840px !important;
    position: relative !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

html body .ry-form-header {
    margin-bottom: 20px !important;
    border-bottom: 1.5px solid #65250C !important;
    padding-bottom: 12px !important;
}

html body .ry-form-eyebrow {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: #C37A2E !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 4px !important;
}

html body .ry-form-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.55rem !important;
    font-weight: 800 !important;
    color: #65250C !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

html body .ry-input-group label,
html body .ry-form-card label {
    display: block !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

html body .ry-form-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    width: 100% !important;
}

html body .ry-sub-select-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: center !important;
}

/* DOB & TOB select dropdowns */
html body .ry-sub-select-grid select,
html body #select-dob-day,
html body #select-dob-month,
html body #select-dob-year,
html body #select-tob-hour,
html body #select-tob-min,
html body #select-tob-ampm {
    width: 100% !important;
    height: 50px !important;
    padding-left: 10px !important;
    padding-right: 22px !important;
    background-position: right 6px center !important;
    text-overflow: clip !important;
    box-sizing: border-box !important;
    border: 1.5px solid #65250C !important;
    border-radius: 8px !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
}

html body .ry-form-card select.ry-input,
html body .ry-form-card select.ry-select,
html body .ry-form-card select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FFF7E8 !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2365250C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 14px 14px !important;
    padding-right: 26px !important;
    cursor: pointer !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    font-weight: 700 !important;
}

html body .ry-form-card select option,
html body select option {
    color: #000000 !important;
    background-color: #FFF7E8 !important;
    font-weight: 700 !important;
}

html body .ry-input-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 50px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .ry-input-icon {
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    color: #65250C !important;
    pointer-events: none !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .ry-input-icon svg {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    stroke: #65250C !important;
    stroke-width: 2px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .ry-input-wrapper input.ry-input,
html body .ry-input-wrapper select.ry-input,
html body .ry-input-wrapper select.ry-select,
html body .ry-input-wrapper select,
html body #ayanamsha-select {
    padding-left: 14px !important;
    padding-right: 28px !important;
    height: 50px !important;
    line-height: normal !important;
    width: 100% !important;
    border: 1.5px solid #65250C !important;
    border-radius: 8px !important;
    background-color: #FFF7E8 !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    outline: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

html body #clear-pob {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    font-size: 1.3rem !important;
    color: #A08F80 !important;
    cursor: pointer !important;
    display: none;
    z-index: 11 !important;
}

html body #osm-suggestions {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    right: 0 !important;
    background: #FFFFFF !important;
    border: 1.5px solid var(--ry-border-color) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 35px rgba(28, 19, 13, 0.12) !important;
    z-index: 99 !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    display: none;
}

html body .ry-autocomplete-item {
    padding: 12px 16px !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    color: var(--ry-dark) !important;
    border-bottom: 1px solid #F4EFE6 !important;
}

html body .ry-autocomplete-item:hover { background: #FAF3E8 !important; color: var(--ry-gold-dark) !important; }

html body .ry-form-actions { margin-top: 12px !important; display: flex !important; justify-content: center !important; grid-column: 1 / -1 !important; width: 100% !important; }

html body .ry-btn-submit {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #F97316 !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.25s ease !important;
    overflow: hidden !important;
    gap: 10px !important;
}

html body .ry-btn-submit:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.45) !important;
    background: linear-gradient(180deg, #FFAC47 0%, #B26C24 100%) !important;
}

html body #autocomplete-warning {
    display: none;
    margin-top: 18px !important;
    padding: 14px 18px !important;
    background: #FEF2F2 !important;
    border: 1px solid #FCA5A5 !important;
    border-radius: 12px;
    color: #991B1B !important;
    font-size: 0.88rem !important;
}

/* Loading & Results Dashboard */
html body #calc-loading {
    display: none;
    text-align: center !important;
    padding: 65px 24px !important;
    background: #FAF6EE !important;
    border: 1px solid var(--ry-border-color) !important;
    border-radius: 12px;
    margin: 40px auto !important;
    max-width: 840px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

html body .ry-spinner {
    width: 50px !important;
    height: 50px !important;
    border: 4px solid var(--ry-gold-bg) !important;
    border-top-color: var(--ry-gold) !important;
    border-radius: 50%;
    animation: ry-spin 0.85s linear infinite !important;
    margin: 0 auto 22px auto !important;
}

@keyframes ry-spin { to { transform: rotate(360deg); } }

html body #calc-results {
    display: none;
    margin-top: 40px !important;
    animation: ryFadeInUp 0.4s ease-out forwards !important;
}

@keyframes ryFadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Hero Spotlight Banner */
html body .ry-result-hero-card {
    background: linear-gradient(135deg, #140D08 0%, #26170B 50%, #160D07 100%) !important;
    color: #FFFFFF !important;
    border-radius: 12px;
    padding: 36px 40px !important;
    box-shadow: 0 20px 50px rgba(20, 13, 8, 0.22) !important;
    margin-bottom: 36px !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    flex-wrap: wrap !important;
    border: 1px solid rgba(217, 119, 6, 0.4) !important;
}

html body .ry-result-hero-card::before {
    content: '' !important;
    position: absolute !important;
    top: -60px !important;
    right: -60px !important;
    width: 240px !important;
    height: 240px !important;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.15) 0%, rgba(0, 0, 0, 0) 70%) !important;
    pointer-events: none !important;
}

html body .ry-hero-card-left { 
    max-width: 600px !important; 
    position: relative !important; 
    z-index: 2 !important; 
}

html body .ry-result-eyebrow {
    font-family: var(--font-mono, monospace) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    color: #FBBF24 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
    background: rgba(251, 191, 36, 0.1) !important;
    padding: 4px 12px !important;
    border-radius: 8px;
    border: 1px solid rgba(251, 191, 36, 0.25) !important;
}

html body .ry-result-title {
    font-family: var(--font-heading, serif) !important;
    font-size: clamp(1.5rem, 3vw, 2.05rem) !important;
    font-weight: 800 !important;
    margin: 6px 0 10px 0 !important;
    color: #FAF6EE !important;
    line-height: 1.25 !important;
}

html body .ry-result-subtitle { 
    font-size: 0.96rem !important; 
    color: #D6C9BC !important; 
    margin: 0 !important; 
    line-height: 1.55 !important;
}

html body .ry-hero-card-badges {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    position: relative !important;
    z-index: 2 !important;
}

html body .ry-badge-spotlight {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(251, 191, 36, 0.35) !important;
    padding: 16px 24px !important;
    border-radius: 50px;
    text-align: center !important;
    backdrop-filter: blur(8px) !important;
    min-width: 130px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

html body .ry-badge-label { 
    font-size: 0.68rem !important; 
    font-weight: 700 !important; 
    color: #FBBF24 !important; 
    text-transform: uppercase !important; 
    letter-spacing: 0.08em !important;
    display: block !important; 
}

html body .ry-badge-value { 
    font-size: 1.25rem !important; 
    font-weight: 800 !important; 
    color: #FFFFFF !important; 
    margin-top: 4px !important; 
    display: block !important; 
}

/* Executive Section Blocks */
html body .ry-section-block {
    background: #FFEFD6 !important;
    border: 1.5px solid #65250C !important;
    border-radius: 14px !important;
    padding: 28px 32px !important;
    margin-bottom: 32px !important;
    box-shadow: rgba(9, 30, 66, 0.12) 0px 4px 14px -2px, rgba(9, 30, 66, 0.05) 0px 0px 0px 1px !important;
}

html body table tr:hover,
html body .ry-table tr:hover,
html body .ry-minimal-table tr:hover {
    background: #FAF3E8 !important;
    transition: background 0.15s ease !important;
}

html body .ry-section-header {
    margin-bottom: 24px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #F2ECE1 !important;
}

html body .ry-section-title {
    font-family: var(--font-heading, serif) !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #1C130D !important;
    margin: 0 0 6px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

html body .ry-section-desc {
    font-size: 0.9rem !important;
    color: #786859 !important;
    margin: 0 !important;
}

/* Karaka Matrix Table */
html body .ry-table-responsive,
html body div[style*="overflow-x: auto"] {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

html body .ry-minimal-table {
    width: 100% !important;
    min-width: 650px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    font-size: 0.93rem !important;
    text-align: left !important;
}

html body .ry-table-responsive::-webkit-scrollbar,
html body div[style*="overflow-x: auto"]::-webkit-scrollbar {
    height: 8px !important;
}

html body .ry-table-responsive::-webkit-scrollbar-track,
html body div[style*="overflow-x: auto"]::-webkit-scrollbar-track {
    background: #FFEFD6 !important;
    border-radius: 4px !important;
}

html body .ry-table-responsive::-webkit-scrollbar-thumb,
html body div[style*="overflow-x: auto"]::-webkit-scrollbar-thumb {
    background: #C37A2E !important;
    border-radius: 4px !important;
}

html body .ry-table-responsive::-webkit-scrollbar-thumb:hover,
html body div[style*="overflow-x: auto"]::-webkit-scrollbar-thumb:hover {
    background: #65250C !important;
}

html body .ry-minimal-table th {
    background: #FAF6EE !important;
    color: #59483B !important;
    font-weight: 800 !important;
    padding: 14px 18px !important;
    border-bottom: 2px solid #E6DCCB !important;
    font-size: 0.78rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

html body .ry-minimal-table th:first-child { border-top-left-radius: 10px; }
html body .ry-minimal-table th:last-child { border-top-right-radius: 10px; }

html body .ry-minimal-table td {
    padding: 16px 18px !important;
    border-bottom: 1px solid #F4EFE6 !important;
    color: #2D231A !important;
    vertical-align: middle !important;
}

html body .ry-minimal-table tr:hover td {
    background: #FAF8F3 !important;
}

html body .ry-minimal-table tr.ry-row-highlight td {
    background: rgba(217, 119, 6, 0.06) !important;
}

html body .ry-karaka-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--font-mono, monospace) !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    padding: 4px 10px !important;
    border-radius: 50px;
    margin-right: 8px !important;
    min-width: 44px !important;
    text-align: center !important;
}

/* Distinct Karaka Badge Color System */
html body .ry-karaka-badge.ak {
    background: #FEF3C7 !important;
    color: #92400E !important;
    border: 1px solid #FCD34D !important;
}

html body .ry-karaka-badge.amk {
    background: #C37A2E !important;
    color: #FFFFFF !important;
    border: 1px solid #65250C !important;
}

html body .ry-karaka-badge.bk {
    background: #D1FAE5 !important;
    color: #065F46 !important;
    border: 1px solid #6EE7B7 !important;
}

html body .ry-karaka-badge.mk {
    background: #DBEAFE !important;
    color: #1E40AF !important;
    border: 1px solid #93C5FD !important;
}

html body .ry-karaka-badge.pk {
    background: #EDE9FE !important;
    color: #5B21B6 !important;
    border: 1px solid #C4B5FD !important;
}

html body .ry-karaka-badge.gk {
    background: #F3F4F6 !important;
    color: #374151 !important;
    border: 1px solid #D1D5DB !important;
}

html body .ry-karaka-badge.dk {
    background: #FFEDD5 !important;
    color: #9A3412 !important;
    border: 1px solid #FDBA74 !important;
}

html body .ry-role-text {
    font-size: 0.86rem !important;
    color: #6E5E50 !important;
}

html body .ry-mono-deg {
    font-family: var(--font-mono, monospace) !important;
    font-weight: 700 !important;
    color: #1F2937 !important;
    background: #F7F3EB !important;
    padding: 4px 10px !important;
    border-radius: 8px;
    display: inline-block !important;
}

/* Executive Detected Yogas Cards */
html body .ry-yogas-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

html body .ry-yoga-item {
    background: #FFFFFF !important;
    border: 1px solid #EBE3D5 !important;
    border-left: 5px solid #D97706 !important;
    border-radius: 8px;
    padding: 22px 28px !important;
    box-shadow: 0 4px 16px rgba(28, 19, 13, 0.03) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

html body .ry-yoga-item:hover {
    transform: translateY(-2px) !important;
    border-color: #D6C4A6 !important;
    border-left-color: #B45309 !important;
    box-shadow: 0 8px 24px rgba(217, 119, 6, 0.08) !important;
}

html body .ry-yoga-item-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap !important;
}

html body .ry-yoga-title-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

html body .ry-yoga-num {
    font-family: var(--font-mono, monospace) !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    color: #D97706 !important;
    background: #FEF3C7 !important;
    border: 1px solid #FDE68A !important;
    padding: 4px 10px !important;
    border-radius: 8px;
}

html body .ry-yoga-name {
    font-family: var(--font-heading, serif) !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: #1C130D !important;
    margin: 0 !important;
}

html body .ry-yoga-badges {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

html body .ry-yoga-tag {
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    padding: 5px 12px !important;
    border-radius: 20px;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

html body .ry-badge-yuti {
    background: #DCFCE7 !important;
    color: #15803D !important;
    border: 1px solid #86EFAC !important;
}

html body .ry-badge-drishti {
    background: #E0F2FE !important;
    color: #0369A1 !important;
    border: 1px solid #7DD3FC !important;
}

html body .ry-yoga-level {
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    background: #FAF3E8 !important;
    color: #78350F !important;
    border: 1px solid #F3E4CD !important;
    padding: 5px 12px !important;
    border-radius: 8px;
}

html body .ry-yoga-item-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

html body .ry-yoga-planets {
    background: #FAF6EE !important;
    border: 1px solid #F0E6D5 !important;
    padding: 10px 16px !important;
    border-radius: 8px;
    font-size: 0.88rem !important;
    color: #4A3E34 !important;
}

html body .ry-yoga-planets span {
    color: #B45309 !important;
    font-weight: 700 !important;
}

html body .ry-yoga-desc {
    font-size: 0.93rem !important;
    line-height: 1.6 !important;
    color: #54463A !important;
    margin: 4px 0 0 0 !important;
}

html body .ry-no-yogas-box {
    padding: 32px !important;
    background: #FFFBEB !important;
    border: 1px solid #FDE68A !important;
    border-radius: 12px;
    color: #92400E !important;
    text-align: center !important;
    font-size: 0.98rem !important;
    font-weight: 600 !important;
}

@media (max-width: 600px) {
    html body .ry-form-card { padding: 24px 16px !important; }
    html body .ry-hero { padding: 48px 16px 36px 16px !important; }
    html body .ry-btn-submit { width: 100% !important; }
    html body .ry-section-block { padding: 20px 14px !important; }
    html body .ry-result-hero-card { padding: 24px 16px !important; }
    html body .ry-hero-card-badges { width: 100% !important; justify-content: flex-start !important; }
}

@media (max-width: 767px) {
    html body .ry-form-card {
        padding: 24px 16px !important;
        border-radius: 12px;
        box-sizing: border-box !important;
    }
    html body .ry-form-grid, html body .form-grid-columns {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    html body .ry-result-hero-card {
        padding: 24px 16px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    html body .ry-hero-card-badges {
        width: 100% !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }
    html body .ry-badge-spotlight {
        flex: 1 1 calc(50% - 10px) !important;
        min-width: 0 !important;
        padding: 12px 14px !important;
    }
    html body .ry-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    html body .ry-organic-card {
        padding: 20px 16px !important;
        border-radius: 12px;
    }
    html body .ry-section-block {
        padding: 20px 14px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

.kl-input { padding-left: 14px !important; }


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
/* --- AstroLeaf Standard Educational Article & FAQ Content System --- */
html body .wy-seo-article,
html body .wy-seo-articles {
    margin-top: 50px !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html body .wy-article-section,
html body .cd-article-section,
html body .kl-article,
html body .ry-article {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 48px !important;
    box-shadow: none !important;
}

html body .wy-article-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    background: rgba(184, 108, 16, 0.08) !important;
    color: #B86C10 !important;
    font-family: var(--font-mono, monospace) !important;
    font-weight: 800 !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
    margin-bottom: 14px !important;
    border: 1px solid rgba(184, 108, 16, 0.2) !important;
}

html body .wy-article-h2 {
    font-family: var(--font-heading, Georgia, serif) !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #1C1917 !important;
    margin: 0 0 16px 0 !important;
}

html body .wy-article-body {
    font-size: 0.98rem !important;
    line-height: 1.82 !important;
    color: #44403C !important;
}

html body .wy-article-body p { margin-bottom: 16px !important; }
html body .wy-article-body p:last-child { margin-bottom: 0 !important; }

/* Table Content Styling */
html body .wy-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    font-size: 0.92rem !important;
}

html body .wy-table th,
html body .wy-table td {
    padding: 12px 14px !important;
    border: 1px solid #E7E0D6 !important;
}

html body .wy-table th {
    background: #FAF4E8 !important;
    font-weight: 700 !important;
    color: #1C1917 !important;
}

/* FAQ Accordion Styling */
html body .wy-faq-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 10px !important;
}

html body .wy-faq-item {
    border: 1.5px solid #E7E0D6 !important;
    border-radius: 10px !important;
    background: #FAF8F5 !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
}

html body .wy-faq-item.active {
    border-color: #B86C10 !important;
    background: #FFFDF9 !important;
    box-shadow: 0 4px 14px rgba(184, 108, 16, 0.08) !important;
}

html body .wy-faq-trigger {
    width: 100% !important;
    padding: 16px 20px !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-family: inherit !important;
    font-size: 0.96rem !important;
    font-weight: 700 !important;
    color: #1C1917 !important;
    text-align: left !important;
    cursor: pointer !important;
    outline: none !important;
    gap: 14px !important;
}

html body .wy-faq-icon {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #B86C10 !important;
    transition: transform 0.25s ease !important;
    line-height: 1 !important;
}

html body .wy-faq-item.active .wy-faq-icon {
    transform: none !important;
    color: #D97706 !important;
}

html body .wy-faq-content {
    display: none;
    padding: 0 20px 18px 20px !important;
    font-size: 0.92rem !important;
    line-height: 1.7 !important;
    color: #44403C !important;
    border-top: 1px solid #E7E0D6 !important;
}

html body .wy-faq-item.active .wy-faq-content {
    display: block !important;
}

@media (max-width: 767px) {
    html body .wy-article-section, html body .cd-article-section, html body .kl-article, html body .ry-article { background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; }
    html body .wy-faq-trigger { padding: 14px 16px !important; font-size: 0.9rem !important; }
}
