.elementor-907 .elementor-element.elementor-element-6d1d462{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-907 .elementor-element.elementor-element-79f2b03{text-align:center;}.elementor-907 .elementor-element.elementor-element-79f2b03 .elementor-heading-title{color:#36020A;}.elementor-907 .elementor-element.elementor-element-22c35b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-76407e8 *//* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fef9e8;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #1e1a15;
    line-height: 1.5;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

/* Header */
.site-header {
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 2px solid #e2d5c0;
    padding-bottom: 1.5rem;
}

.site-header h1 {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #b45f2b;
    margin-bottom: 0.5rem;
}

.subhead {
    font-size: 1rem;
    color: #6b4c2c;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.chapter-title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #8b3c1c;
    margin-top: 1rem;
}

.chapter-desc {
    font-size: 1.1rem;
    color: #5a3e2a;
    font-style: italic;
}

/* Section Headings */
.shlokas h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #9b4b2c;
    border-left: 5px solid #d4a373;
    padding-left: 1rem;
    margin: 2rem 0 1.5rem 0;
}

/* Shloka Card */
.shloka-card {
    background: #fffef7;
    border-radius: 24px;
    padding: 1.5rem 1.8rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
    border: 1px solid #f0e5d4;
}

.shloka-card:hover {
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.12);
    border-color: #e2cbaa;
}

.verse-number {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b4824a;
    margin-bottom: 0.75rem;
}

.sanskrit {
    font-family: 'Tiro Devanagari Hindi', 'Noto Sans Devanagari', 'Inter', serif;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #2c241a;
    margin-bottom: 1rem;
    font-weight: 500;
    border-left: 3px solid #d4a373;
    padding-left: 1rem;
}

.transliteration {
    font-family: monospace;
    font-size: 0.95rem;
    color: #5f5b55;
    background: #f8f4ec;
    padding: 0.6rem 1rem;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.hindi-arth, .english-trans {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.55;
}

.hindi-arth strong, .english-trans strong {
    color: #a5532a;
    font-weight: 600;
}

.hindi-arth {
    color: #1f3b3a;
    border-top: 1px dashed #e2cfb5;
    padding-top: 0.75rem;
}

.english-trans {
    color: #4a4a44;
    border-top: 1px dashed #e2cfb5;
    padding-top: 0.75rem;
}

/* Colophon */
.colophon {
    margin-top: 3rem;
    padding: 1.8rem;
    background: #f3ede3;
    border-radius: 28px;
    text-align: center;
    font-size: 0.95rem;
    border: 1px solid #e2cfb5;
}

.colophon p {
    margin-bottom: 0.8rem;
}

.colophon-hindi {
    color: #3b2a1f;
    font-weight: 500;
}

.colophon-eng {
    color: #5c4b34;
    font-style: italic;
}

/* Responsive */
@media (max-width: 700px) {
    .container {
        padding: 1.2rem;
    }
    .site-header h1 {
        font-size: 2rem;
    }
    .chapter-title {
        font-size: 1.3rem;
    }
    .sanskrit {
        font-size: 1.1rem;
    }
    .shloka-card {
        padding: 1.2rem;
    }
    .verse-number {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .transliteration {
        font-size: 0.85rem;
        overflow-x: auto;
        white-space: pre-wrap;
        word-break: break-word;
    }
    .hindi-arth, .english-trans {
        font-size: 0.9rem;
    }
}/* End custom CSS */