/*
Theme Name: OrreryHIM Divi Child
Theme URI: https://orreryhim.com/
Description: A clean, reusable Divi child theme for custom WordPress and Divi development.
Author: OrreryHIM
Author URI: https://orreryhim.com/
Template: Divi
Version: 1.0.0
Text Domain: orreryhim-divi-child
*/

/* =========================================================
   ADD GLOBAL CUSTOM CSS BELOW THIS LINE
========================================================= */
/* =========================================================
   SCHOOL LEADERSHIP — SINGLE MESSAGE PAGE
========================================================= */

.single-sfa_leadership #main-content {
    background: #f5f8fb;
}

.single-sfa_leadership #main-content .container {
    width: min(90%, 1100px);
    max-width: 1100px;
    padding-top: 70px;
    padding-bottom: 90px;
}

.single-sfa_leadership #left-area {
    width: 100%;
    padding-right: 0;
}

.single-sfa_leadership #sidebar {
    display: none;
}

.single-sfa_leadership #main-content .container::before {
    display: none;
}

/* Profile title */

.single-sfa_leadership .entry-title {
    margin-bottom: 12px;
    color: #102a43;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 700;
}

/* Hide normal post metadata */

.single-sfa_leadership .post-meta {
    display: none;
}

/* Restrict featured image size */

.single-sfa_leadership .et_post_meta_wrapper > img,
.single-sfa_leadership article.et_pb_post > img {
    width: 300px !important;
    height: 380px !important;
    display: block;
    margin: 30px auto 38px !important;
    object-fit: cover;
    object-position: center top;
    border: 7px solid #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(16, 42, 67, 0.16);
}

/* Main message content */

.single-sfa_leadership .entry-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 45px 50px;
    border-top: 4px solid #d9aa35;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(16, 42, 67, 0.08);
}

.single-sfa_leadership .entry-content p {
    margin-bottom: 20px;
    color: #435468;
    font-size: 16px;
    line-height: 1.85;
}

.single-sfa_leadership .entry-content h2,
.single-sfa_leadership .entry-content h3 {
    color: #102a43;
    font-family: Georgia, "Times New Roman", serif;
}

/* Remove Divi previous/next post links if shown */

.single-sfa_leadership .nav-single {
    display: none;
}

/* Mobile */

@media (max-width: 700px) {

    .single-sfa_leadership #main-content .container {
        width: 90%;
        padding-top: 48px;
        padding-bottom: 65px;
    }

    .single-sfa_leadership .et_post_meta_wrapper > img,
    .single-sfa_leadership article.et_pb_post > img {
        width: 230px !important;
        height: 295px !important;
        margin: 24px auto 30px !important;
    }

    .single-sfa_leadership .entry-content {
        padding: 30px 23px;
    }

    .single-sfa_leadership .entry-content p {
        font-size: 15px;
        line-height: 1.75;
    }
}