/* Scoped reading layout for the public About, Advantages and payment guide. */
html body .main-site-wrapper:has(.about-public-page),
html body .main-site-wrapper:has(.about-public-page) .cntl-wrapper {
    padding-top: 0 !important;
}
.about-public-page {
    min-width: 0;
    color: #26323f;
    font-size: 16px;
    line-height: 1.6;
}
html body .about-public-page .og_head {
    height: auto !important;
    min-height: 80px !important;
    padding: 20px !important;
    box-sizing: border-box;
}
html body .about-public-page .og_head .og_wrapper {
    padding: 0 !important;
    min-width: 0;
}
html body .about-public-page .og_head p {
    margin: 0;
    font-family: inherit;
    font-size: clamp(24px, 3vw, 36px) !important;
    line-height: 1.25 !important;
    text-transform: none;
    text-align: center !important;
    overflow-wrap: break-word;
}
.about-public-page .about_info {
    padding-top: 24px;
}
html body .about-public-page .about_info h1 {
    font-size: clamp(23px, 2.4vw, 30px) !important;
    /* site.css applies an important 40px line-height to every main h1. */
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px;
}
.about-public-page .about-intro__block {
    padding: 16px 20px;
}
.about-public-page .about-intro__block li {
    font-size: 16px;
    line-height: 1.55;
}
.about-public-nav {
    max-width: 1100px;
    margin: 20px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.about-public-nav > summary {
    display: list-item;
    padding: 14px 16px;
    border: 1px solid #b8d8da;
    border-radius: 8px;
    background: #f2f9f9;
    color: #14646a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}
.about-public-nav > summary:focus-visible {
    outline: 2px solid #08777d;
    outline-offset: 3px;
}
.about-public-nav .og_menu_book {
    margin: 16px 0;
    padding: 0 12px;
    width: 100%;
    row-gap: 16px;
}
.about-public-nav .og_menu_book a {
    display: inline-block;
    padding: 4px 0;
    font-size: 15px;
    line-height: 1.4;
}
.about-payment-guide {
    max-width: 780px;
    margin: 20px auto 36px;
    padding: 0 20px;
    box-sizing: border-box;
}
html body .about-payment-guide p,
html body .about-payment-guide li {
    font-size: 17px;
    line-height: 1.6;
    text-align: left !important;
    word-spacing: normal;
    overflow-wrap: break-word;
}
.about-payment-guide p { margin: 0 0 16px; }
.about-payment-guide ul { padding-left: 24px; margin: 0 0 20px; }
.about-payment-guide li + li { margin-top: 14px; }
html body .about-payment-guide h1 { font-size: 28px; line-height: 1.3 !important; margin: 0 0 20px; }
.about-payment-guide h3 { font-size: 21px; line-height: 1.35; margin: 24px 0 16px; }
.about-payment-guide .plat { max-width: 100%; }
.about-payment-guide .plat img { max-width: 100%; height: auto; max-height: 80px; object-fit: contain; }
@media (max-width: 767.98px) {
    .about-public-nav { padding: 0 16px; margin: 16px auto; }
    .about-public-page .about_info { padding-top: 18px; }
    html body .about-public-page .og_head { min-height: 68px !important; padding: 16px !important; }
    .about-payment-guide { padding: 0 16px; margin-top: 16px; }
    html body .about-payment-guide p,
    html body .about-payment-guide li { font-size: 16px; }
}
