/**
 * AstroLeaf Enterprise - Pitra Dosha Calculator Stylesheet
 * Universal Warm Parchment Design System (#FAF6F0 / #FFFDF9 / #65250C)
 * Standardized to Sunrise & Sunset Calculator & Marriage Timing Predictor Form Card System
 */

:root {
    --ale-maroon: #65250C;
    --ale-maroon-dark: #4A1A08;
    --ale-gold: #FFBA5F;
    --ale-amber: #D97706;
    --ale-terracotta: #C37A2E;
    --ale-bg: #FAF6F0;
    --ale-card-bg: #FFFDF9;
    --ale-sub-card: #FFF7E8;
    --ale-border: #65250C;
    --ale-border-light: #DEC5A0;
    --ale-text: #2A150A;
    --ale-text-muted: #64748B;
    --ale-success: #008A45;
    --ale-warning: #D97706;
    --ale-danger: #DC2626;
}

/* ── 1. Page Wrapper & Container Baseline ── */
html, body, .ale-calc-workspace, .pkr-strict-wrapper, .ptd-body, .astroleaf-calc-page {
    background-color: #FAF6F0 !important;
    background: #FAF6F0 !important;
    color: #65250C !important;
    font-family: 'Be Vietnam Pro', system-ui, -apple-system, sans-serif !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ale-calc-workspace {
    padding: 0 0 60px 0 !important;
    background-color: #FAF6F0 !important;
}

.ale-container,
.checkout-wrapper,
.ptd-container,
.wy-seo-articles,
.pkr-faq-section {
    max-width: 860px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

/* ── 2. Universal Hero Banner (Standardized with Janam Kundli) ── */
.pkr-hero-banner,
.pkr-hero-banner.cd-hero,
.ptd-hero {
    position: relative !important;
    background: linear-gradient(135deg, #65250C 0%, #4A1A08 100%) !important;
    color: #FFFFFF !important;
    padding: 60px 24px 50px 24px !important;
    text-align: center !important;
    overflow: hidden !important;
    border-bottom: none !important;
}

.cd-hero-inner {
    max-width: 840px !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 2;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.cd-hero-badge,
.ptd-badge,
.pkr-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #FFEFD6 !important;
    border: 1.5px solid #FFBA5F !important;
    color: #65250C !important;
    -webkit-text-fill-color: #65250C !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin-bottom: 16px !important;
}

.pkr-hero-title,
.ptd-hero-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: #FFBA5F !important;
    -webkit-text-fill-color: #FFBA5F !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

.pkr-hero-sub,
.cd-hero-desc,
.ptd-hero-desc {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 1.05rem !important;
    color: #FFE2C2 !important;
    -webkit-text-fill-color: #FFE2C2 !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    line-height: 1.65 !important;
    opacity: 1 !important;
    text-align: center !important;
}

.animated-sun-svg-reverse {
    transform-origin: center;
    animation: spinSun 80s linear infinite reverse;
}

/* ── 3. Breadcrumb Bar ── */
.astroleaf-breadcrumb-bar {
    background: #FFFDF9 !important;
    border-bottom: 1px solid #EAE3D9 !important;
    padding: 12px 20px !important;
    font-size: 0.84rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.astroleaf-breadcrumb-bar a {
    color: #65250C !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.astroleaf-breadcrumb-bar a:hover {
    color: #D97706 !important;
    text-decoration: underline !important;
}

/* ── 4. Main Form Card ── */
html body .checkout-wrapper .ud-form-card,
html body .ud-form-card,
html body .aap-form-card,
html body .kl-form-card,
html body .mar-form-card {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 14px !important;
    padding: 28px 32px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin-bottom: 28px !important;
}

.form-card-eyebrow {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    color: #D97706 !important;
    letter-spacing: 0.10em !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 4px !important;
}

.form-card-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    color: #2A150A !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
}

.kl-form-grid,
.ud-form-grid,
.sun-form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 18px !important;
}

.date-dropdowns-grid,
.kl-sub-select-grid,
.ud-sub-select-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.pkr-field-label {
    display: block !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    color: #36190B !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

/* Bulletproof Form Inputs & Selects Override */
html body .checkout-wrapper input,
html body .checkout-wrapper select,
html body .ud-form-card input,
html body .ud-form-card select,
html body input.ud-input,
html body input.aap-input,
html body input.kl-input,
html body input.ptd-input,
html body select.ud-select,
html body select.aap-select,
html body select.kl-select,
html body select.ptd-select,
html body input[type="text"],
html body input[type="time"],
html body select {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 8px !important;
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    color: #1E293B !important;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

html body input[type="time"] {
    line-height: normal !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    cursor: pointer !important;
}

html body input::placeholder {
    color: #94A3B8 !important;
    opacity: 0.9 !important;
    font-weight: 500 !important;
}

html body .checkout-wrapper select,
html body .ud-form-card select,
html body select.ud-select,
html body select.aap-select,
html body select.kl-select,
html body select.ptd-select,
html body select {
    padding-left: 14px !important;
    padding-right: 36px !important;
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23D97706' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 14px 14px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
}

html body input:focus,
html body select:focus,
html body input:hover,
html body select:hover {
    border-color: #D97706 !important;
    background-color: #FFFFFF !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.16) !important;
}

select option {
    background-color: #FFFFFF !important;
    color: #1E293B !important;
    font-weight: 600 !important;
}

.input-error, input.input-error, select.input-error {
    border-color: #DC2626 !important;
    background-color: #FEF2F2 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15) !important;
}

/* Clear Cross Button */
#clear-pob {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 24px !important;
    height: 24px !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #D97706 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    z-index: 10 !important;
    box-shadow: none !important;
    transition: color 0.15s ease, transform 0.15s ease !important;
}

#clear-pob:hover {
    color: #DC2626 !important;
    transform: translateY(-50%) scale(1.15) !important;
}

/* Autocomplete Suggestions Popup Box */
#osm-suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 4px) !important;
    left: 0 !important;
    right: 0 !important;
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 8px !important;
    z-index: 99999 !important;
    max-height: 210px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04) !important;
    padding: 4px 0 !important;
}

/* Submit Button — Signature Brand Orange Gradient */
html body .pay-now-hero-btn,
html body .ud-btn-submit,
html body .kl-btn-submit,
html body button.wy-btn-submit,
html body .ud-form-card button[type="submit"] {
    display: inline-flex !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #F97316 !important;
    color: #FFFFFF !important;
    font-family: 'Plus Jakarta Sans', 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.02rem !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
    margin: 0 !important;
}

html body .pay-now-hero-btn:hover,
html body .ud-btn-submit:hover,
html body .kl-btn-submit:hover,
html body button.wy-btn-submit:hover,
html body .ud-form-card button[type="submit"]:hover {
    background: #EA580C !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.4) !important;
    color: #FFFFFF !important;
}

/* ── 5. Results Section Styling ── */
#ptd-results {
    width: 100% !important;
    box-sizing: border-box !important;
}

.ptd-result-card {
    background: #FFFDF9 !important;
    border: 1px solid rgba(217, 119, 6, 0.22) !important;
    border-radius: 12px !important;
    padding: 24px 28px !important;
    box-shadow: 0 4px 20px rgba(42, 21, 10, 0.04) !important;
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
}

.ptd-banner-auspicious {
    background: linear-gradient(135deg, #065F46 0%, #047857 100%) !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;
    margin-bottom: 20px !important;
}

.ptd-banner-warning {
    background: linear-gradient(135deg, #92400E 0%, #B45309 100%) !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;
    margin-bottom: 20px !important;
}

.ptd-banner-inauspicious {
    background: linear-gradient(135deg, #991B1B 0%, #B91C1C 100%) !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;
    margin-bottom: 20px !important;
}

html body .ptd-banner-auspicious h3,
html body .ptd-banner-warning h3,
html body .ptd-banner-inauspicious h3,
html body .ptd-banner-auspicious p,
html body .ptd-banner-warning p,
html body .ptd-banner-inauspicious p,
html body .ptd-banner-auspicious strong,
html body .ptd-banner-warning strong,
html body .ptd-banner-inauspicious strong {
    color: #FFFFFF !important;
}

.ptd-summary-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 22px !important;
}

.ptd-summary-box {
    background: #FFF7E8 !important;
    border: 1.5px solid #DEC5A0 !important;
    border-radius: 10px !important;
    padding: 14px 12px !important;
    box-sizing: border-box !important;
}

.ptd-summary-label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #8C7A6B !important;
    margin-bottom: 4px !important;
    letter-spacing: 0.05em !important;
    display: block !important;
}

.ptd-summary-val {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #65250C !important;
    line-height: 1.25 !important;
}

.ptd-summary-sub {
    font-size: 0.78rem !important;
    color: #64748B !important;
    margin-top: 4px !important;
    font-weight: 600 !important;
}

/* Status Badges */
.ptd-badge-clean,
.ptd-badge-auspicious {
    background: #DCFCE7 !important;
    color: #15803D !important;
    border: 1px solid #86EFAC !important;
    padding: 3px 10px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.76rem !important;
    display: inline-block !important;
}

.ptd-badge-moderate,
.ptd-badge-warning {
    background: #FEF3C7 !important;
    color: #B45309 !important;
    border: 1px solid #FCD34D !important;
    padding: 3px 10px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.76rem !important;
    display: inline-block !important;
}

.ptd-badge-afflicted,
.ptd-badge-inauspicious {
    background: #FEE2E2 !important;
    color: #B91C1C !important;
    border: 1px solid #FCA5A5 !important;
    padding: 3px 10px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.76rem !important;
    display: inline-block !important;
}

/* Diagnostic Breakdown Table */
.ptd-table-wrap {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin-bottom: 24px !important;
    border: 1.5px solid #65250C !important;
    border-radius: 10px !important;
    background: #FFFDF9 !important;
    box-sizing: border-box !important;
}

table.ptd-table,
table.wy-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #FFFDF9 !important;
    text-align: left !important;
    margin: 0 !important;
}

table.ptd-table th,
table.wy-table th {
    background: #65250C !important;
    color: #FFBA5F !important;
    padding: 12px 14px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    border-bottom: 2px solid #4A1A08 !important;
    white-space: nowrap !important;
}

table.ptd-table td,
table.wy-table td {
    padding: 12px 14px !important;
    border-bottom: 1px solid #EFE2CF !important;
    color: #334155 !important;
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
    white-space: nowrap !important;
}

table.ptd-table tr:nth-child(even) td,
table.wy-table tr:nth-child(even) td {
    background-color: #FFF9F0 !important;
}

table.ptd-table tr:hover td,
table.wy-table tr:hover td {
    background-color: #FFF2DF !important;
}

/* Remedies List in Results */
.ptd-remedies-container {
    background: #FFF7E8 !important;
    border: 1.5px solid #DEC5A0 !important;
    border-radius: 12px !important;
    padding: 20px 22px !important;
    box-sizing: border-box !important;
}

.ptd-remedy-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #DEC5A0 !important;
}

.ptd-remedy-item:last-child {
    border-bottom: none !important;
}

.ptd-remedy-num {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    background: #65250C !important;
    color: #FFBA5F !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    flex-shrink: 0 !important;
}

.ptd-remedy-text {
    font-size: 0.92rem !important;
    color: #4A2E1B !important;
    line-height: 1.6 !important;
}

.ptd-remedy-text strong {
    color: #65250C !important;
}

/* ── 6. Educational SEO Articles Section ── */
.wy-seo-articles,
.ud-seo-articles {
    max-width: 860px !important;
    margin: 36px auto 20px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    text-align: left !important;
    background: transparent !important;
}

.wy-article-section,
.ud-article {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 0 24px 0 !important;
    margin-bottom: 28px !important;
    border-bottom: 1.5px solid #DEC5A0 !important;
    text-align: left !important;
}

.wy-article-h2,
.ud-article-title,
h2.wy-article-h2 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    margin: 0 0 16px 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 1.5px solid #65250C !important;
    background: transparent !important;
    text-align: left !important;
    line-height: 1.3 !important;
}

.wy-article-body p,
.ud-article-body p,
.wy-seo-articles p {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 1.02rem !important;
    color: #4A2E1B !important;
    line-height: 1.8 !important;
    margin: 0 0 16px 0 !important;
    text-align: left !important;
}

.wy-item-list,
.ud-article-body ul,
.wy-article-body ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 14px 0 20px 0 !important;
}

.wy-item-list li,
.ud-article-body ul li,
.wy-article-body ul li {
    position: relative !important;
    padding-left: 24px !important;
    margin-bottom: 10px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 1rem !important;
    color: #4A2E1B !important;
    line-height: 1.75 !important;
    text-align: left !important;
}

.wy-item-list li::before,
.ud-article-body ul li::before,
.wy-article-body ul li::before {
    content: "✦" !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #65250C !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
}

.wy-item-list strong,
.ud-article-body strong,
.wy-article-body strong {
    color: #65250C !important;
    font-weight: 700 !important;
}

/* Universal Inline Links */
html body a.vng-inline-link,
html body a.ud-inline-link,
html body a.wy-inline-link,
html body .wy-article-body a,
html body .ud-article-body a,
html body .wy-seo-articles a {
    color: #65250C !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-decoration-color: #65250C !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1.5px !important;
    transition: color 0.2s ease, text-decoration-color 0.2s ease !important;
}

html body a.vng-inline-link:hover,
html body a.ud-inline-link:hover,
html body a.wy-inline-link:hover,
html body .wy-article-body a:hover,
html body .ud-article-body a:hover,
html body .wy-seo-articles a:hover {
    color: #D97706 !important;
    text-decoration-color: #D97706 !important;
}

/* ── 7. Related Tools Box ── */
.vng-related-links {
    margin: 0 !important;
    padding: 18px 22px !important;
    background: #FFF7E8 !important;
    border: 1.5px solid #65250C !important;
    border-left: 4px solid #65250C !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
}

/* ── 8. Centered FAQ Section ── */
.pkr-faq-section {
    margin: 36px auto 48px auto !important;
    padding: 0 20px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.pkr-section-header {
    text-align: center !important;
    margin-bottom: 24px !important;
}

.pkr-pill-label {
    display: inline-block !important;
    background: #FDE8CD !important;
    border: 1px solid #DEC5A0 !important;
    color: #65250C !important;
    padding: 4px 14px !important;
    border-radius: 50px !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 8px !important;
}

.pkr-section-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    margin: 6px 0 !important;
    text-align: center !important;
}

.pkr-section-desc {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 0.94rem !important;
    color: #555555 !important;
    margin: 0 auto !important;
    text-align: center !important;
    max-width: 600px !important;
}

.pkr-faq-container,
.wy-faq-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
}

.pkr-faq-item,
.wy-faq-item {
    background: #FFF7E8 !important;
    border: 1.5px solid #E6DFD5 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
}

.pkr-faq-item.active,
.wy-faq-item.active {
    border-color: #65250C !important;
    background: #FFEFD6 !important;
}

.pkr-faq-question {
    padding: 16px 20px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-sizing: border-box !important;
}

.faq-icon {
    font-size: 1.2rem !important;
    color: #65250C !important;
    font-weight: 700 !important;
    transition: transform 0.2s ease !important;
    line-height: 1 !important;
    margin-left: 12px !important;
    flex-shrink: 0 !important;
}

.pkr-faq-item.active .faq-icon,
.wy-faq-item.active .faq-icon {
    transform: rotate(45deg) !important;
}

.pkr-faq-answer {
    display: none;
    padding: 0 20px 16px 20px !important;
    color: #4A2E1B !important;
    font-size: 0.94rem !important;
    line-height: 1.7 !important;
    border-top: 1px solid #DEC5A0 !important;
}

.pkr-faq-item.active .pkr-faq-answer,
.wy-faq-item.active .pkr-faq-answer {
    display: block !important;
}

/* ── 9. Mobile Responsive Rules ── */
@media (max-width: 768px) {
    html body .checkout-wrapper .ud-form-card,
    html body .ud-form-card,
    html body .aap-form-card,
    html body .kl-form-card,
    html body .mar-form-card,
    html body .ptd-result-card {
        padding: 16px 14px !important;
    }

    .kl-form-grid,
    .ud-form-grid,
    .sun-form-grid,
    #ptd-form {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .ptd-summary-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

@media (max-width: 480px) {
    .date-dropdowns-grid,
    .kl-sub-select-grid,
    .ud-sub-select-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .ptd-summary-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .ptd-remedy-item {
        gap: 10px !important;
    }
}
