/*
Theme Name: Ije Africa — Approved Index
Theme URI: https://ijeafrica.com
Author: Ije Africa
Description: The approved Ije website production candidate as a self-contained WordPress theme. The theme owns the public frontend; legacy page-builder data cannot replace it unless an editor explicitly enables an override.
Version: 2.4.47
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: ije-africa
*/

/* Ije Blog heading hierarchy — 2026-09-06. Article body only. */
body.single-post.ije-approved-index-theme .wp-entry-content h2 {
 font-family: Newsreader, Georgia, serif;
 font-size: clamp(1.875rem, 1.5rem + 1.5vw, 2.5rem);
 font-weight: 500;
 line-height: 1.18;
 letter-spacing: -0.015em;
 margin-top: clamp(3rem, 5vw, 4rem);
 margin-bottom: 1.25rem;
}
body.single-post.ije-approved-index-theme .wp-entry-content h3 {
 font-family: Mulish, Arial, sans-serif;
 font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.375rem);
 font-weight: 700;
 line-height: 1.4;
 letter-spacing: normal;
 margin-top: 2rem;
 margin-bottom: 0.875rem;
}
/* Ije social and media footer — 2026-09-12 */
.site-footer .footer-connect{width:var(--content);margin-inline:auto;padding:2rem 0 3rem;border-top:1px solid rgba(255,255,255,.18);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:2.5rem;color:#f6f0e7}
.site-footer .footer-connect h2{font-family:var(--serif);font-size:1.75rem;line-height:1.2;margin:0 0 1rem;color:#f6f0e7}
.site-footer .footer-connect p{max-width:38ch;color:#d9cbbc;margin:0 0 1rem}
.site-footer .footer-social{display:flex;flex-wrap:wrap;gap:.65rem}
.site-footer .footer-social a,.site-footer .footer-media-button{min-height:44px;display:inline-flex;padding:.75rem 1rem;border:1px solid #a8836e;border-radius:.2rem;color:#f6f0e7;text-decoration:none;font-family:Mulish,Arial,sans-serif;line-height:1.4}
.site-footer .footer-social a{flex-direction:column;gap:.25rem;min-width:0}
.site-footer .footer-social a>span{font-size:.8rem;color:#d9cbbc;overflow-wrap:anywhere}
.site-footer .footer-media-button{align-items:center;gap:.75rem;color:#f0a787;font-weight:700}
.site-footer .footer-social a:hover,.site-footer .footer-media-button:hover{border-color:#f0a787;text-decoration:underline;text-underline-offset:.2em}
.site-footer .footer-connect a:focus-visible{outline:3px solid #f1cc36;outline-offset:4px}
@media(max-width:52rem){.site-footer .footer-connect{grid-template-columns:minmax(0,1fr);gap:2rem}}
@media(max-width:25rem){.site-footer .footer-social a{width:100%}}
