/* Radcliffe 2: dropdown sub-menu text only (bright white) */
.main-navigation ul ul a,
.main-navigation .sub-menu a {
  color: #ffffff !important;
}

/* Keep sub-menu text white on hover/focus */
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus,
.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus {
  color: #ffffff !important;
}
 /* ==========================================================================
   Serenity Counseling Center - Full Calming CSS (White Headline Fix + Larger Body Text)
   ========================================================================== */

/* Import elegant heading font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');

/* Base & white background */
body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'Georgia', 'Times New Roman', serif;
}

/* General headings */
h1, h2, h3 {
    color: #1a3c6d;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
}

h1 { font-size: 2.5rem; margin-bottom: 1rem; }
h2 { font-size: 2rem; color: #2c5282; border-bottom: 2px solid #e2e8f0; padding-bottom: 0.5rem; margin-top: 3rem; }

/* Ultimate override for Featured Prompt headline – highest specificity */
.featured-prompt h2,
.prompt h2,
.featured-content h2,
[class*="featured"] h2,
.site-main .featured-prompt h2,
body .featured-prompt h2,
.entry-content h2:first-of-type {
    color: #ffffff !important;
    text-shadow: none !important;
    background-color: transparent !important; /* Ensure no conflicting bg */
}

/* Fallback: Make ALL top h2 white if needed (temporary test) */
/* Uncomment if the above doesn't work: */
/* .entry-content h2:first-child { color: #ffffff !important; text-shadow: none !important; } */

/* Rest of your calming styles (accents, buttons, spacing, etc.) */
a, .wp-block-button__link { color: #2c7a7b; }
a:hover { color: #319795; text-decoration: underline wavy; }

.wp-block-button__link,
a[href*="contact"] {
    background-color: #e6fffa;
    color: #2c5282 !important;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.08);
}

.wp-block-button__link:hover {
    background-color: #b2f5ea;
    transform: translateY(-2px);
}

.entry-content > * { margin-bottom: 2.5rem !important; }

hr { border: none; border-top
