/*
 * Firearm Suicide Prevention pillar — page 3147 specific fixes.
 * The MU-plugin FAQ section is injected after the_content(), landing outside the
 * kp-pillar-light-island div which provides the cream (#FAF8F5) background.
 * This file gives the FAQ section the same cream treatment so dark text is readable.
 * Enqueued by kp-page-inline-assets.php.
 * Created: 2026-05-31 (impeccable fix).
 */

/* FAQ section: cream background so dark text (#0B0E1A, #1A1F35) is readable */
.page-id-3147 .kp-faq-section {
    background: #FAF8F5 !important;
    border-radius: 12px !important;
    padding: clamp(28px, 5vw, 56px) !important;
    margin: 0 !important;
    border-top: none !important;
}

/* H2 heading already has color:#0B0E1A inline — fine on cream. Reinforce. */
.page-id-3147 .kp-faq-section h2 {
    color: #0B0E1A;
}

/* Ensure FAQ item borders are visible on cream background */
.page-id-3147 .kp-faq-item {
    border-bottom-color: rgba(11,14,26,0.1);
}