/* ==========================================================================
   Ciputra Hospital — Physician (single-cihos_physician) template
   ========================================================================== */

/* Root wrapper — overrides Kallyas blog defaults on this CPT only */
.cihos-physician {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 20px 64px;
    color: #111111;
    font-family: inherit;
}

/* Hide Kallyas blog chrome that would otherwise appear */
body.single-cihos_physician .kl-blog-post-header,
body.single-cihos_physician .kl-blog-post-details,
body.single-cihos_physician .kl-blog-post-author-avatar,
body.single-cihos_physician .itemTagsBlock,
body.single-cihos_physician .heateor_sss_sharing_container,
body.single-cihos_physician .rp4wp-related-posts,
body.single-cihos_physician aside.right_sidebar,
body.single-cihos_physician aside.sidebar {
    display: none !important;
}

/* Give the single content area full width on this CPT */
body.single-cihos_physician section#content .container > .row > .main-content,
body.single-cihos_physician section#content .container > .row > .col-sm-8,
body.single-cihos_physician section#content .container > .row > .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
}

/* --------------------------------------------------------------------------
   Hero card
   -------------------------------------------------------------------------- */
.cihos-physician__hero {
    display: flex;
    gap: 32px;
    align-items: center;
    background: #E8F1FA;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
}

.cihos-physician__photo {
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    background: #FFFFFF;
    border: 4px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.06);
}

.cihos-physician__photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B8C8D;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Manrope', system-ui, sans-serif;
}

.cihos-physician__identity {
    flex: 1 1 auto;
    min-width: 0;
}

.cihos-physician__name {
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #3F4153;
    margin: 0;
}

.cihos-physician__accent-rule {
    display: block;
    width: 40px;
    height: 2px;
    background: #C6B49C;
    border: 0;
    margin: 12px 0;
}

.cihos-physician__specialty {
    font-size: 16px;
    color: #3F4153;
    margin: 0;
    line-height: 1.4;
}

/* --------------------------------------------------------------------------
   Trust badges (STR verified, years of experience)
   -------------------------------------------------------------------------- */
.cihos-physician__badges {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cihos-physician__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #3F4153;
    line-height: 1.4;
}

.cihos-physician__badge--verified {
    color: #1F6BB3;
    border-color: #B8D4F0;
    background: #F1F7FC;
}

.cihos-physician__badge-icon {
    width: 14px;
    height: 14px;
    color: #2B7ACC;
    flex: 0 0 14px;
}

/* --------------------------------------------------------------------------
   Bio
   -------------------------------------------------------------------------- */
.cihos-physician__bio {
    max-width: 720px;
    margin: 0 auto 48px;
    font-size: 16px;
    line-height: 1.7;
    color: #111111;
}

.cihos-physician__bio p {
    margin: 0 0 1em;
}

.cihos-physician__bio h2,
.cihos-physician__bio h3 {
    font-family: 'Manrope', system-ui, sans-serif;
    color: #3F4153;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.cihos-physician__bio h2 { font-size: 22px; }
.cihos-physician__bio h3 { font-size: 18px; }

.cihos-physician__bio a {
    color: #2B7ACC;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Shared section heading (Pendidikan, Praktik di, …)
   -------------------------------------------------------------------------- */
.cihos-physician__section-heading {
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #3F4153;
    margin: 0 0 12px;
}

/* --------------------------------------------------------------------------
   Education
   -------------------------------------------------------------------------- */
.cihos-physician__education {
    max-width: 720px;
    margin: 0 auto 32px;
    padding-top: 24px;
    border-top: 1px solid #EBEBEB;
}

.cihos-physician__education-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cihos-physician__education-item {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #111111;
}

.cihos-physician__education-degree {
    font-weight: 600;
    color: #3F4153;
}

.cihos-physician__education-institution {
    color: #3F4153;
}

.cihos-physician__education-year {
    color: #8B8C8D;
    font-size: 14px;
}

/* --------------------------------------------------------------------------
   Affiliations
   -------------------------------------------------------------------------- */
.cihos-physician__affiliations {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid #EBEBEB;
}

.cihos-physician__affiliations-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cihos-physician__affiliations-list li {
    margin: 0 0 8px;
    font-size: 15px;
}

.cihos-physician__affiliations-list a {
    color: #2B7ACC;
    text-decoration: none;
}

.cihos-physician__affiliations-list a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Mobile
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .cihos-physician {
        padding: 20px 16px 48px;
    }

    .cihos-physician__hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 24px;
        margin-bottom: 28px;
    }

    .cihos-physician__photo {
        flex-basis: 120px;
        width: 120px;
        height: 120px;
    }

    .cihos-physician__name {
        font-size: 24px;
    }

    .cihos-physician__specialty {
        font-size: 15px;
    }

    .cihos-physician__badge {
        font-size: 12px;
        padding: 3px 10px;
    }

    .cihos-physician__education-item {
        font-size: 14px;
    }
}
