/* ============================================
   THERAVADA BUDDHISM PAGE SPECIFIC STYLES
   ============================================ */

/* Mission Content Spacing */
.mission-content-spaced {
    margin-top: 50px;
}

/* Four Noble Truths Ordered List */
.four-noble-truths-list {
    margin-top: 15px;
    padding-left: 20px;
}

/* Kalama Sutta Blockquote */
.kalama-sutta-quote {
    margin: 30px 0;
    padding: 25px;
    background: #faf7f2;
    border-left: 4px solid #2c3e50;
    font-style: italic;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.kalama-sutta-quote p {
    margin: 0;
    line-height: 1.6;
    color: #2c3e50;
}

/* Remove height limit on objective images on this page */
.objective-figure {
    height: auto !important;
    max-height: none !important;
}

/* Community pillars: 1 card per row */
body.about-theravada-buddhism .community-pillar,
body.about-theravada-buddhism .community-pillars,
section.community-section .community-pillar,
section.community-section .community-pillars {
    grid-template-columns: 1fr !important;
}

body.about-theravada-buddhism .community-pillar > *,
body.about-theravada-buddhism .community-pillars > *,
section.community-section .community-pillar > *,
section.community-section .community-pillars > * {
    max-width: 100%;
}
