.banpos-indepth-page {
    padding-top: 24px;
}

.banpos-indepth-inner {
    max-width: 860px;
    margin: 0 auto;
}

.banpos-indepth-breadcrumb {
    margin-bottom: 38px;
}

.banpos-indepth-header {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.banpos-indepth-title {
    margin: 0 auto 14px;
    color: #1b1b1b;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 800;
}

.banpos-indepth-subtitle {
    max-width: 760px;
    margin: 12px auto 0;
    color: #555;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
}

.banpos-indepth-meta,
.banpos-indepth-date {
    justify-content: center;
    text-align: center;
}

.banpos-indepth-date a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.banpos-indepth-summary {
    max-width: 820px;
    margin: 34px auto 38px;
    padding: 24px 28px;
    border-top: 4px solid #0088ff;
    background: #f7f9fc;
}

.banpos-indepth-summary h2 {
    margin: 0 0 18px;
    color: #161616;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.banpos-indepth-summary ol {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: indepth-summary;
}

.banpos-indepth-summary li {
    position: relative;
    min-height: 38px;
    padding-left: 52px;
    color: #252525;
    font-size: 17px;
    line-height: 1.55;
    counter-increment: indepth-summary;
}

.banpos-indepth-summary li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #0088ff;
    color: #fff;
    content: counter(indepth-summary);
    font-size: 14px;
    font-weight: 800;
}

.banpos-indepth-summary li p {
    margin: 0;
}

.banpos-indepth-featured {
    max-width: 820px;
    margin: 0 auto 30px;
}

.banpos-indepth-featured .jeg_featured,
.banpos-indepth-featured .thumbnail-container,
.banpos-indepth-featured img {
    width: 100%;
}

.banpos-indepth-content {
    max-width: 760px;
    margin: 0 auto;
}

.banpos-indepth-content .content-inner {
    font-size: 18px;
    line-height: 1.72;
}

.banpos-indepth-shortcode {
    max-width: 860px;
    margin: 34px auto 0;
}

@media (max-width: 767px) {
    .banpos-indepth-page {
        padding-top: 14px;
    }

    .banpos-indepth-breadcrumb {
        margin-bottom: 24px;
    }

    .banpos-indepth-title {
        font-size: 32px;
        line-height: 1.18;
    }

    .banpos-indepth-subtitle {
        font-size: 18px;
    }

    .banpos-indepth-summary {
        margin: 26px auto 30px;
        padding: 20px;
    }

    .banpos-indepth-summary li {
        padding-left: 46px;
        font-size: 16px;
    }

    .banpos-indepth-content .content-inner {
        font-size: 17px;
        line-height: 1.68;
    }
}
