/* DOTY China static pages — scoped MPU sidebar (doty2024China, doty2023China) */

body.doty-china-page {
    --about-section-title-size: calc(48px * 0.9 * 0.9);
    --about-section-title-line-height: calc(68px * 0.9 * 0.9);
    --about-heading-color: #0284C7;
    --about-element-gap: 28px;
    --about-card-title-size: calc(17px * 1.1 - 2px);
    --about-card-title-line-height: calc(25px * 1.1 - 2px);
    --about-card-label-size: var(--about-card-title-size);
    --about-card-label-line-height: var(--about-card-title-line-height);
    --about-explore-btn-font-size: calc(var(--about-card-label-size) - 1px);
    --about-explore-btn-line-height: calc(var(--about-card-label-line-height) - 2px);
    --about-explore-btn-padding: 9px 22px;
    --about-explore-btn-border: 1px solid #000000;
    --about-explore-btn-radius: 22px;
}

body.doty-china-page .doty-china-page-header {
    padding: 20px 0;
}

body.doty-china-page .doty-china-page-header .about-section-head.about-subsection-head {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin: 0;
    padding-left: 0;
}

body.doty-china-page .doty-china-page-header .about-section-bar {
    display: block;
    width: 10px;
    min-width: 10px;
    align-self: stretch;
    background: #0284C7;
    border-radius: 0;
    flex-shrink: 0;
}

body.doty-china-page .doty-china-page-header .about-panel-title {
    margin: 0;
    align-self: center;
    font-family: 'Helvetica Neue', arial, sans-serif;
    font-size: var(--about-section-title-size);
    line-height: var(--about-section-title-line-height);
    font-weight: 700;
    color: var(--about-heading-color);
    text-align: left;
}

body.doty-china-page .lawyer .lawyer-detail p {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}

body.doty-china-page .doty-china-page-order {
    margin: var(--about-element-gap) 0 0;
    text-align: left;
}

body.doty-china-page a.about-explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border: var(--about-explore-btn-border);
    border-radius: 999px;
    color: #000000;
    font-family: 'Helvetica Neue', arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    background: #FFFFFF;
    box-sizing: border-box;
    white-space: nowrap;
}

body.doty-china-page a.about-explore-btn:hover,
body.doty-china-page a.about-explore-btn:focus-visible {
    background: #339DC8;
    border-color: #339DC8;
    color: #FFFFFF;
    text-decoration: none;
}

body.doty-china-page .lawyer .adv-column {
    position: static;
    top: auto;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    body.doty-china-page .adv-column-mobile .adv-list.lista {
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }

    body.doty-china-page .adv-column-mobile .adv-list.lista .mpu-adv {
        display: block;
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
        height: auto;
    }

    body.doty-china-page .lawyer .adv-column {
        position: static;
        width: 100%;
        max-width: none;
        right: auto;
        padding-left: 0;
    }
}
