/* Container Layout */
.alabanza-page-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 16px 64px 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Header Section */
.alabanza-header {
    text-align: center;
    margin-bottom: 40px;
}

.alabanza-header h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.alabanza-header-divider {
    width: 60px;
    height: 4px;
    background-color: #6B1226;
    margin: 0 auto;
    border-radius: 999px;
}

/* Card Wrapper */
.alabanza-card {
    background: #ffffff;
    border: 1px solid rgba(180, 83, 9, 0.12);
    border-radius: 28px;
    padding: 36px 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

@media (min-width: 768px) {
    .alabanza-card {
        padding: 52px 56px;
    }
}

/* Content Sections */
.alabanza-section {
    margin-bottom: 36px;
}

.alabanza-section:last-child {
    margin-bottom: 0;
}

.alabanza-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 18px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(180, 83, 9, 0.08);
}

.alabanza-section:first-child .alabanza-section-title {
    border-bottom: none;
    padding-bottom: 0;
}

.alabanza-body {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.75;
    margin: 0 0 16px 0;
}

.alabanza-body:last-child {
    margin-bottom: 0;
}

/* Scripture Citations Highlighting */
.alabanza-scripture {
    color: #6B1226;
    font-weight: 700;
}

/* Featured Blockquote Styling (Exact Image Match) */
.alabanza-quote-box {
    background-color: #F4EFE6;
    border-left: 4px solid #6B1226;
    border-radius: 0 16px 16px 0;
    padding: 24px 28px;
    margin: 28px 0;
}

.alabanza-quote-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.02rem;
    color: #334155;
    line-height: 1.8;
    margin: 0;
}