/*
Theme Name: BERNARDO PESSOA V01
Author: Jose Feria
Author URI: https://onez.com/
Description: José Féria - Bernardo Pessoa
Version: 3000.8.8.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: astra
*/

.ast-separate-container #primary,
.ast-separate-container.ast-left-sidebar #primary,
.ast-separate-container.ast-right-sidebar #primary {
    margin: 10px;
    padding: 0;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 10px;
    margin-bottom: 60px;
}


/*-------------------------------
/ BERNARDO PESSOA 
-------------------------------*/


/* ─── Doctor Intro ─── */

.dr-intro {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
    padding: 48px 24px;
}

.dr-intro-inner {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 48px;
    align-items: start;
}

@media (max-width: 640px) {
    .dr-intro-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }
    .dr-detail-block {
        text-align: left;
    }
}

.dr-avatar-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.dr-avatar-ring {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    border: 3px solid #e8f5f2;
    outline: 2px solid #1a6c5e;
    outline-offset: 4px;
    overflow: hidden;
    background: #e8f5f2;
}

.dr-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dr-avatar-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #1a6c5e;
    font-family: Georgia, serif;
}

.dr-instagram {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #1a6c5e;
    text-decoration: none;
    background: #e8f5f2;
    padding: 7px 14px;
    border-radius: 50px;
}

.dr-instagram:hover {
    background: #d2ede8;
}

.dr-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c9a96e;
}

.dr-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 400;
    color: #1c1c1c;
    margin: 6px 0 4px;
    letter-spacing: -0.5px;
}

.dr-tagline {
    font-size: 15px;
    color: #1a6c5e;
    font-weight: 500;
    margin: 0 0 20px;
}

.dr-description {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.75;
    max-width: 580px;
    margin: 0 0 28px;
    border-left: 3px solid #c9a96e;
    padding-left: 16px;
}

.dr-details-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dr-detail-block {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.dr-detail-icon {
    width: 36px;
    height: 36px;
    background: #e8f5f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a6c5e;
    flex-shrink: 0;
    margin-top: 2px;
}

.dr-detail-block strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 3px;
}

.dr-detail-block p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

.ast-separate-container #primary,
.ast-separate-container.ast-left-sidebar #primary,
.ast-separate-container.ast-right-sidebar #primary {
    margin: 10px;
    padding: 0;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 10px;
    margin-bottom: 60px;
}

.ast-separate-container .ast-article-single {
    padding: 0em;
}

@media (max-width: 768px) {
    /* Layout Adjustments */
    .ast-separate-container #primary,
    .ast-separate-container.ast-left-sidebar #primary,
    .ast-separate-container.ast-right-sidebar #primary {
        margin: 10px 0 10px 0 !important;
        padding: 0 !important;
    }
}


/* MARCAÇÃO DE CONSULTA */

.dr-cta-btn {
    display: inline-block;
    background: #1a6c5e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s;
}

.dr-cta-btn:hover {
    background: #0f4a3e;
    color: #ffffff;
    transform: translateY(-2px);
}


/*-------------------------------
/ CALENDLY BERNARDO PESSOA 
-------------------------------*/

.booking-kit_logo-container_39b65c89 {
    visibility: none;
}

.booking-kit_avatar_13bb5653 {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}