/* Table of Contents Block */
.wp-block-group.is-style-table-of-contents.custom-editor {
    padding: 40px;
    border-radius: 24px;
    background-color: #eaf5f6;
    margin: 40px auto;
}
.wp-block-group.is-style-table-of-contents.custom-editor .wp-block-heading {
    text-align: left;
    font-size: 24px;
    letter-spacing: 1.2px;
}
.wp-block-group.is-style-table-of-contents.custom-editor .wp-block-separator {
    background-color: #9fd2d7;
    border: none;
    height: 1px;
    margin-bottom: 24px;
}
.wp-block-group.is-style-table-of-contents.custom-editor ul {
    list-style: none;
    padding-left: 0;
    border: none;
}
.wp-block-group.is-style-table-of-contents.custom-editor li a {
    text-decoration: underline;
    color: #333;
    line-height: 2;
}
@media (max-width: 768px) {
    .wp-block-group.is-style-table-of-contents.custom-editor { padding: 24px; }
}
.wp-block-group.is-style-table-of-contents.custom-editor ul.block-editor-block-list__block li::before {
    background: none;
}

/* Author Box Block */

/* Author Box */
.wp-block-group__inner-container.custom-editor {
    position: relative;
    background-color: #f4f4f4;
    border-radius: 24px;
    padding: 30px 20px 40px;
    margin: 80px 0 2em;
    text-align: center;
}
.is-style-author-badge.custom-editor {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #5bd2d8;
    color: #fff;
    border-radius: 999px;
    padding: 3px 100px 4px;
    font-size: 24px;
    letter-spacing: 1.2px;
    width: auto;
		min-width: 400px;
    display: inline-block;
    margin: 0;
}
.is-style-author-badge.custom-editor::before {
    content: '';
    display: block;
    width: 102px;
    height: 102px;
    background-image: url('../../img/area/ico-doctor.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 15%;
    transform: translateX(-50%);
}
.is-style-author-box-logo.custom-editor {
    box-sizing: border-box;
    padding: 0 40px 0 0;
    border-right: 1px solid #bebebe;
}


@media (max-width: 768px) {
    .wp-block-group.is-style-author-box.custom-editor * {
        gap: 0 !important;
    }
}


/* Features Block */
/* Features Box - Dashed */
.wp-block-group.is-style-features-dashed.custom-editor {
    position: relative;
    border: 3px dashed #5bd2d8;
    border-radius: 24px;
    padding: 40px 30px 30px;
    margin-top: 80px;
}
@media (max-width: 768px) {
    .wp-block-group.is-style-features-dashed.custom-editor {
        padding: 40px 10px 20px 10px;
    }
}
.wp-block-group.is-style-features-dashed.custom-editor::before {
    content: '';
    display: block;
    width: 71px;
    height: 71px;
    background-image: url('../../img/area/ico-bird.png');
    background-size: contain;
    position: absolute;
    top: -35px;
    left: 20px;
}
.wp-block-group.is-style-features-dashed.custom-editor .is-style-features-title-badge {
    position: absolute;
    top: -120px;
    left: 84px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 24px;
    letter-spacing: 1.2px;
}

.wp-block-group.is-style-features-dashed.custom-editor ul.block-editor-block-list__block {
    border: none;
    padding: unset;
    margin: unset;
}

.wp-block-group.is-style-features-dashed.custom-editor ul.block-editor-block-list__block li::before {
    background: none;
}

/* Features List */

.wp-block-group.is-style-features-dashed.custom-editor .is-style-features-list {
    list-style: none;
    padding-left: 0;
}
.wp-block-group.is-style-features-dashed.custom-editor .is-style-features-list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
}
.wp-block-group.is-style-features-dashed.custom-editor .is-style-features-list li::before {
    content: '・';
    padding-right: 5px;
}

/* Features Box - Alt */
.wp-block-group.is-style-features-alt.custom-editor {
    position: relative;
    border-radius: 24px;
    padding: 68px 30px 30px;
    margin-top: 100px;
    background-color: #f4f4f4;
}
.wp-block-group.is-style-features-alt.custom-editor ul.block-editor-block-list__block {
    border: none;
    padding: unset;
    margin: unset;
}
@media (max-width: 768px) {
    .wp-block-group.is-style-features-alt.custom-editor {
        padding: 68px 10px 20px 10px;
    }
}
.wp-block-group.is-style-features-alt.custom-editor .is-style-features-title-badge-alt {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #5bd2d8;
    color: #fff;
    border-radius: 999px;
    padding: 3px 100px 4px;
    font-size: 24px;
    letter-spacing: 1.2px;
    width: auto;
		min-width: 400px;
    display: inline-block;
}
.wp-block-group.is-style-features-alt.custom-editor .is-style-features-title-badge-alt::before {
    content: '';
    display: block;
    width: 109px;
    height: 109px;
    background-image: url('../../img/area/ico-bird.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 15%;
    transform: translateX(-50%);
}
.wp-block-group.is-style-features-alt.custom-editor ul.block-editor-block-list__block li::before {
    background: none;
}

.wp-block-group.is-style-features-alt.custom-editor .is-style-features-list {
    list-style: none;
    padding-left: 0;
}
.wp-block-group.is-style-features-alt.custom-editor .is-style-features-list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
}
.wp-block-group.is-style-features-alt.custom-editor .is-style-features-list li::before {
    content: '・';
    padding-right: 5px;
}

/* Recommendations Block */
/* Recommendations Box */
.wp-block-group.is-style-recommendations.custom-editor {
    position: relative;
    border: 3px dashed #5bd2d8;
    border-radius: 24px;
    padding: 38px 30px 30px;
    margin-top: 80px;
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .wp-block-group.is-style-recommendations.custom-editor {
        padding: 38px 10px 20px 10px;
    }
}
.wp-block-group.is-style-recommendations.custom-editor::before {
    content: '';
    display: block;
    width: 71px;
    height: 71px;
    background-image: url('../../img/area/ico-bird.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -35px;
    left: 20px;
}
.wp-block-group.is-style-recommendations.custom-editor .is-style-recommendations-title {
    position: absolute;
    top: -134px;
    left: 84px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 24px;
    letter-spacing: 1.2px;
}
.wp-block-group.is-style-recommendations.custom-editor ul.is-style-recommendations-list {
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
    border: none;
}
.wp-block-group.is-style-recommendations.custom-editor ul.is-style-recommendations-list li {
    padding-left: 30px;
    position: relative;
    font-weight: 700;
    line-height: 2;
}
.wp-block-group.is-style-recommendations.custom-editor ul.is-style-recommendations-list li::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('../../img/area/ico-check.png');
    background-size: contain;
    position: absolute;
    left: 0;
    top: 8px;
}

/* Target Audience Box */
.wp-block-group.is-style-target-audience.custom-editor {
    position: relative;
    padding: 30px 0 24px;
    border-top: 1px solid #003965;
    border-bottom: 1px solid #003965;
    margin: 80px auto;
}
.wp-block-group.is-style-target-audience.custom-editor .is-style-target-audience-badge {
    position: absolute;
    display: inline-block;
    background-color: #003965;
    color: #fff;
    padding: 8px 32px;
    border-radius: 64px;
    font-size: 24px;
    top: -134px;
}
.wp-block-group.is-style-target-audience.custom-editor .is-style-target-audience-badge br {
    display: none;
}
.wp-block-group.is-style-target-audience.custom-editor .is-style-target-audience-text {
    font-size: 20px;
    padding-left: 20px;
    margin-top: 16px;
    font-weight: bold;
}


/* Basic Info Block */
/* Basic Info Box */
.wp-block-group.is-style-basic-info.custom-editor {
    border: 2px solid #5ad1d6;
    border-radius: 24px;
    padding: 40px;
    margin: 64px auto;
}
.wp-block-group.is-style-basic-info.custom-editor .is-style-basic-info-title {
    font-size: 24px;
    padding-bottom: 16px;
    border-bottom: 2px dashed #5dbaf4;
    font-weight: bold;
}
.wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary {
    border-radius: 8px;
    padding: 32px;
    margin-top: 32px;
    margin-bottom: 60px;
    background: #eaf5f6;
}
.wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: #003965;
    color: #003965;
}
.wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .wp-block-button__link {
    border-radius: 40px;
    width: 100%;
}
.wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .wp-block-columns {
    margin-top: 20px;
}
.wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .wp-block-columns .wp-block-image {
    margin: 0;
}

.wp-block-button .wp-block-button__link.has-tertiary-background-color {
    background-color: #5bd2d8;
}
.wp-block-group.is-style-basic-info.custom-editor .is-phone-link {
    text-align: right;
    padding: 0 10px;
}
.wp-block-group.is-style-basic-info.custom-editor .is-phone-link a {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 32px;
    background: url('../../img/area/ico-phone.png') no-repeat center left;
    background-size: 25px auto;
    white-space: normal;
}


.wp-block-group.is-style-basic-info.custom-editor .is-phone-link br {
    display: none;
}

.wp-block-group.is-style-basic-info.custom-editor .is-web-link {
    text-align: left;
    padding: 0 10px;
}
.wp-block-group.is-style-basic-info.custom-editor .is-web-link a {
    font-size: 20px;
    font-weight: bold;
    padding: 6px 60px 6px 40px;
    color: #fff;
    background: #5BD2D8 url('../../img/area/ico-link.png') no-repeat 90% center;
    background-size: 13px auto;
    border-radius: 999px;
    white-space: normal;
}
.wp-block-group.is-style-basic-info.custom-editor .is-web-link br {
    display: none;
}

@media (max-width: 768px) {
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary {
        padding: 16px 10px;
        margin-bottom: 30px;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .wp-block-columns {
        flex-wrap: nowrap !important;
        gap: 0;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .wp-block-columns:not(.is-not-stacked-on-mobile, .is-link)>.wp-block-column {
        flex-basis: unset !important;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .wp-block-columns:not(.is-link) > div:first-child {
        flex: 0 0 10%;
        width: 10%;
        margin: 0 3% 0 0;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .wp-block-columns:not(.is-link) > div:last-child {
        flex: 0 0 87%;
        width: 87%;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary p {
        text-align: left;
        font-size: 15px;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .is-link {
        display: block;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .is-link .is-phone-link {
        text-align: center;
        padding: 0;
        flex: none;
        margin: 1em 0;
        width: 100%;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .is-link .is-phone-link p {
        text-align: center;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .is-link .is-phone-link a {
        font-size: 20px;
        padding: 0 0 0 32px;
        background: url('../../img/area/ico-phone.png') no-repeat center left;
        background-size: 25px auto;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .is-link .is-web-link {
        text-align: center;
        padding: 0;
        flex: none;
        margin: 1em 0; 
        width: 100%;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .is-link .is-web-link p {
        text-align: center;
    }
    .wp-block-group.is-style-basic-info.custom-editor .is-style-clinic-summary .is-link .is-web-link a {
        font-size: 20px;
        padding: 6px 30px 6px 20px;
        background: #5BD2D8 url('../../img/area/ico-link.png') no-repeat 95% center;
        background-size: 13px auto;
    }
}

.wp-block-group.is-style-basic-info.custom-editor .is-style-schedule-info {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 2em;
}

@media (max-width: 768px) {
    .wp-block-group.is-style-basic-info.custom-editor .is-style-schedule-info {
        padding: 1.5em 10px;
    }
}

.wp-block-group.is-style-basic-info.custom-editor .is-style-schedule-info p {
    font-size: 15px;
    margin: 0 0 1em;
}


/* Main Heading Block */
.wp-block-group.is-style-main-heading.custom-editor {
    padding: 24px;
    border-radius: 8px;
    background-color: #003c8c;
    margin: 64px auto;
}
.wp-block-group.is-style-main-heading.custom-editor .wp-block-heading {
    color: #fff;
    letter-spacing: 2.1px;
    font-size: 36px;
    line-height: 1.4;
    margin: 0;
}
.wp-block-group.is-style-main-heading.custom-editor h3.wp-block-heading:before {
    background: none;
}
@media (max-width: 768px) {
    .wp-block-group.is-style-main-heading.custom-editor .wp-block-heading { font-size: 24px; }
}

/* Section Title with Accent */
.wp-block-heading.is-style-section-title.custom-editor {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 32px;
    letter-spacing: 1.6px;
    font-weight: bold;
    margin: 0 auto 1.5em;
}
.wp-block-heading.is-style-section-title.custom-editor::before {
    content: '';
    display: block;
    width: 5px;
    height: 45px;
    background-color: #5bd2d8;
}