.intro-section {
    padding-top: 37px;
}
.page-title {
    margin-bottom: 26px;
}
.entry-content {
    font-size: 20px;
    line-height: 1.5;
}
.entry-content p {
    margin-bottom: 28px;
}
.entry-content a {
    text-decoration: underline;
    font-weight: 700;
}
.entry-content .highlighted {
    display: block;
    margin-top: 7px;
}

.ca-banner.ca-img-banner.alt.narrow-img {
    margin-top: 110px;
}

.team-section {
    padding: 62px 0 30px;
}
.team-section .ca-sec-title {
    margin-bottom: 40px;
    text-align: center;
}
.team-section .team-members-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.team-section .team-member {
    position: relative;
    width: 170px;
    border-radius: 50%;
    overflow: hidden;
}
.team-section .team-member .team-member-img .member-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-section .team-member .team-member-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
@media (hover: hover) {
    .team-section .team-member:hover .team-member-info {
        opacity: 1;
    }
}
.team-section .team-member .team-member-info.active {
    opacity: 1;
}
.team-section .team-member .team-member-info .member-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.team-section .team-member .team-member-info .member-position {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 1023px) {
    .entry-content {
        font-size: 18px;
    }
    .team-section .team-member {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .page-title {
        margin-bottom: 26px;
    }
    .entry-content {
        font-size: 16px;
    }
    .highlighted br {
        display: none;
    }
    .image-banner-wrapper {
        position: relative;
        width: 353px;
        max-width: calc(100vw - 20px);
        left: 50%;
        transform: translateX(-50%);
        padding-top: 60px;
        overflow: hidden;
    }
    .image-banner-wrapper .ca-banner.ca-img-banner.alt {
        margin-top: 0;
        overflow: visible;
    }
    .ca-banner.ca-img-banner.alt.narrow-img {
        padding-left: 138px;
    }
    .ca-img-banner.alt.narrow-img .left-img-wrapper {
        left: -2px;
        max-width: 137px;
    }
    .page-template-page-advertise .ca-img-banner.alt.medium-img .left-img-wrapper {
        left: -32px;
        max-width: 180px;
    }
    .ca-banner.ca-img-banner.alt .banner-text {
        margin-right: 0;
        text-align: center;
    }
    .ca-img-banner.alt .img-wrapper.flex {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .ca-banner.alt .banner-btn {
        width: 130px;
    }
    .team-section {
        padding: 44px 0 0;
    }
    .team-section .ca-sec-title {
        margin-bottom: 36px;
    }
    .team-section .team-members-wrapper {
        gap: 20px 10px;
    }
    .team-section .team-member {
        width: 28vw;
    }
    .team-section .team-member .team-member-info {
        padding: 6px;
    }
    .team-section .team-member .team-member-info .member-name {
        font-size: 15px;
    }
    .team-section .team-member .team-member-info .member-position {
        font-size: 13px;
    }
    #pre-footer {
        margin-top: 90px;
    }
}

/* Advertise */
.page-template-page-advertise .intro-section .center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.page-template-page-advertise .intro-section .ca-view-btn {
    padding: 11px 29px;
    font-size: 24px;
    line-height: 1.3;
    text-transform: none;
    border-radius: 8px;
}
.page-template-page-advertise .intro-section .ca-view-btn:before {
    display: none;
}
.page-template-page-advertise .intro-section .ca-view-btn:after {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 11px;
}

@media (max-width: 767px) {
    .page-template-page-advertise .entry-content p:has(span.highlighted) {
        color: red;
    }
    .page-template-page-advertise .entry-content .highlighted:has(a) {
        max-width: 264px;
        font-size: 16px;
    }
    .entry-content .highlighted a {
        display: block;
    }
    .page-template-page-advertise .intro-section .ca-view-btn {
        font-size: 16px;
    }
}


body.debug {
    background: url(../debug/about.jpg) no-repeat top center;
}
body.debug > * {
    opacity: .7;
}