body {
    background: #f5f2f4;
    color: #24212a;
}

a {
    color: #8a4035;
}

.site-header.nav-layout-split {
    background: rgba(255, 252, 247, .97);
    border-bottom: 1px solid rgba(47, 41, 54, .1);
    box-shadow: 0 8px 28px rgba(47, 41, 54, .05);
}

.logo-split img {
    width: min(250px, 34vw);
    max-height: 58px;
}

.nav-split a {
    color: #2f2936;
}

.nav-split a:hover,
.btn-search-toggle:hover {
    color: #c86452;
}

.hero-section.hero-section--media {
    background-position: center 39%;
    isolation: isolate;
}

.hero-section.hero-section--media .hero-content-wrapper {
    text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
    animation: apbHeroIn .72s ease-out both;
}

.hero-section.hero-section--media h1 {
    max-width: 640px;
    font-size: clamp(3.8rem, 8vw, 7.6rem);
    letter-spacing: 0;
    line-height: .88 !important;
}

.hero-section.hero-section--media .hero-subtitle {
    max-width: 640px;
    color: rgba(255, 255, 255, .94);
    text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
    font-size: clamp(1.05rem, 1.3vw, 1.32rem);
    line-height: 1.65;
}

.hero .hero-buttons .btn,
.hero-section .hero-buttons .btn,
.block-hero .hero-buttons .btn,
.product-feed-card-cta {
    border-radius: 8px !important;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 800;
}

.hero-section .hero-buttons .btn.btn-primary {
    background: #c86452;
    border-color: #c86452;
    color: #ffffff !important;
}

.hero-section .hero-buttons .btn.btn-primary:hover,
.hero-section .hero-buttons .btn.btn-primary:focus-visible {
    background: #f2c6b6;
    border-color: #f2c6b6;
    color: #24212a !important;
}

.hero-section .hero-buttons .btn.btn-outline-white {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .78);
    color: #ffffff !important;
}

.hero-section .hero-buttons .btn.btn-outline-white:hover,
.hero-section .hero-buttons .btn.btn-outline-white:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: #2f2936 !important;
}

.section-header h2 {
    letter-spacing: 0;
    color: #2f2936;
}

.article-card,
.card,
.product-feed-card {
    border-radius: 8px !important;
}

.section-text-content h2,
.legal-content h2,
.article-content .section-text-content h2,
.article-content .section-text-content .legal-content h2 {
    color: #2f2936;
    font-size: clamp(1.35rem, 2vw, 1.95rem);
    line-height: 1.22;
    margin-top: 2.4rem;
}

.apb-home {
    position: relative;
}

.apb-home-proofline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid rgba(47, 41, 54, .12);
    border-bottom: 1px solid rgba(47, 41, 54, .12);
}

.apb-home-proofline p {
    min-width: 0;
    margin: 0;
    padding: 22px 26px;
    border-left: 1px solid rgba(47, 41, 54, .12);
}

.apb-home-proofline p:first-child {
    border-left: 0;
}

.apb-home-proofline strong,
.apb-home-proofline span {
    display: block;
}

.apb-home-proofline strong {
    color: #2f2936;
    font-size: 1rem;
}

.apb-home-proofline span {
    margin-top: 4px;
    color: #625d68;
    font-size: .92rem;
    line-height: 1.45;
}

.apb-home-routes {
    display: grid;
    grid-template-columns: 1.14fr .93fr .93fr;
    gap: 20px;
    align-items: stretch;
}

.apb-route {
    position: relative;
    min-height: 420px;
    padding: 28px;
    overflow: hidden;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    background: #2f2936;
    box-shadow: 0 20px 44px rgba(47, 41, 54, .14);
}

.apb-route::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 33, 42, .16), rgba(36, 33, 42, .88));
    z-index: 1;
}

.apb-route > *:not(img) {
    position: relative;
    z-index: 2;
}

.apb-route img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .45s ease, filter .45s ease;
}

.apb-route:hover img {
    transform: scale(1.07);
    filter: saturate(1.04);
}

.apb-route span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #f2c6b6;
    color: #2f2936;
    font-size: .8rem;
    font-weight: 900;
}

.apb-route h3 {
    max-width: 430px;
    margin: 150px 0 12px;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.1vw, 2.35rem);
    line-height: 1.05;
}

.section-text-content .apb-route h3,
.section-text-content .apb-route p,
.article-content .apb-route h3,
.article-content .apb-route p {
    color: #ffffff !important;
}

.section-text-content .apb-route p,
.article-content .apb-route p {
    color: rgba(255, 255, 255, .9) !important;
}

.apb-route:not(.apb-route-large) h3 {
    margin-top: 170px;
    font-size: clamp(1.25rem, 1.7vw, 1.72rem);
}

.apb-route p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    line-height: 1.55;
}

.apb-home-products {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 28px;
    align-items: stretch;
}

.apb-product-lead {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(260px, .72fr);
    gap: 28px;
    align-items: center;
    min-width: 0;
}

.apb-product-lead img {
    width: 100%;
    min-height: 420px;
    max-height: 560px;
    object-fit: cover;
    border-radius: 8px;
}

.apb-product-lead h3 {
    margin: 0 0 14px;
    color: #2f2936;
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: .96;
}

.apb-product-lead p {
    color: #5d5864;
    line-height: 1.7;
}

.apb-eyebrow {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    margin: 0 0 14px;
    padding: 0 9px;
    border-radius: 999px;
    background: #f2c6b6;
    color: #8a4035 !important;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.apb-product-list {
    display: grid;
    gap: 12px;
}

.apb-product-list a {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(47, 41, 54, .12);
    border-radius: 8px;
    color: #2f2936;
    text-decoration: none;
    background: #ffffff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.apb-product-list a:hover {
    transform: translateY(-2px);
    border-color: rgba(200, 100, 82, .45);
    box-shadow: 0 14px 28px rgba(47, 41, 54, .1);
}

.apb-product-list img {
    grid-row: 1 / span 2;
    width: 92px;
    height: 76px;
    border-radius: 7px;
    object-fit: cover;
}

.apb-product-list strong,
.apb-product-list span {
    min-width: 0;
}

.apb-product-list strong {
    font-weight: 900;
}

.apb-product-list span {
    color: #625d68;
    font-size: .92rem;
}

.apb-home-method {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 46px;
    align-items: center;
    color: #fffcf7;
}

.apb-home-method h3 {
    margin: 0 0 18px;
    color: #fffcf7;
    font-size: clamp(2.1rem, 4vw, 4.5rem);
    line-height: .98;
}

.section-text-content .apb-home-method h3,
.article-content .apb-home-method h3 {
    color: #fffcf7 !important;
}

.section-text-content .apb-home-method p,
.article-content .apb-home-method p {
    color: rgba(255, 252, 247, .82) !important;
}

.dynamic-section[style*="background-color: #2F2936"] .section-header h2 {
    color: #fffcf7;
}

.apb-home-method p {
    color: rgba(255, 252, 247, .82);
    line-height: 1.7;
}

.apb-home-method ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: rgba(255, 252, 247, .16);
    border: 1px solid rgba(255, 252, 247, .16);
}

.apb-home-method li {
    min-width: 0;
    padding: 26px;
    background: #2f2936;
}

.apb-home-method li strong,
.apb-home-method li span {
    display: block;
}

.apb-home-method li strong {
    color: #f2c6b6;
}

.apb-home-method li span {
    margin-top: 8px;
    color: rgba(255, 252, 247, .75);
    line-height: 1.55;
}

.apb-home-team {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 220px)) minmax(260px, 1fr);
    gap: 18px;
    align-items: center;
}

.apb-home-team div {
    min-width: 0;
    padding: 20px;
    border-radius: 8px;
    background: #fffcf7;
    box-shadow: 0 12px 30px rgba(47, 41, 54, .08);
}

.apb-home-team img {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 14px;
    box-shadow: 0 10px 22px rgba(47, 41, 54, .13);
}

.section-text-content .apb-home-team img,
.article-content .apb-home-team img {
    width: 84px !important;
    max-width: 84px !important;
    height: 84px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.apb-home-team strong,
.apb-home-team span {
    display: block;
}

.apb-home-team strong {
    color: #2f2936;
}

.apb-home-team span {
    color: #8a4035;
    font-size: .92rem;
    font-weight: 800;
}

.apb-home-team > p {
    max-width: 520px;
    color: #5d5864;
    font-size: 1.12rem;
    line-height: 1.72;
}

.apb-home-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 42px;
    border-radius: 8px;
    background: #2f2936;
    color: #fffcf7;
}

.apb-home-final h2 {
    margin: 0;
    color: #fffcf7;
    font-size: clamp(2rem, 3vw, 3.5rem);
}

.apb-home-final p {
    margin: 8px 0 0;
    max-width: 700px;
    color: rgba(255, 252, 247, .78);
}

.apb-home-final .btn {
    white-space: nowrap;
    background: #c86452;
    border-color: #c86452;
    color: #ffffff;
}

.apb-home-proofline-v2 strong {
    font-size: 1.04rem;
}

.apb-home-finder {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(360px, .72fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.apb-finder-copy h3 {
    max-width: 800px;
    margin: 0 0 18px;
    color: #2f2936;
    font-size: clamp(2.2rem, 4.8vw, 5rem);
    line-height: .98;
}

.apb-finder-copy p {
    max-width: 650px;
    color: #5d5864;
    font-size: 1.05rem;
    line-height: 1.72;
}

.apb-finder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
    margin-top: 24px;
}

.apb-finder-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 8px;
    background: #c86452;
    border-color: #c86452;
    color: #fff;
    font-weight: 850;
}

.apb-finder-panel {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(47, 41, 54, .14);
    border-radius: 8px;
    background: rgba(47, 41, 54, .12);
    box-shadow: 0 22px 44px rgba(47, 41, 54, .08);
}

.apb-finder-panel p {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
    margin: 0;
    padding: 18px;
    background: #fff;
}

.apb-finder-panel strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f2c6b6;
    color: #2f2936;
    font-size: .88rem;
}

.apb-finder-panel span {
    color: #4c4652;
    line-height: 1.52;
}

.apb-home-routes-v2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apb-home-routes-v2 .apb-route {
    min-height: 440px;
}

.apb-home-routes-v2 .apb-route h3,
.apb-home-routes-v2 .apb-route:not(.apb-route-large) h3 {
    margin-top: 170px;
    font-size: clamp(1.35rem, 1.85vw, 2rem);
}

.apb-home-routes-v2 .apb-route-birth h3 {
    max-width: 330px;
}

.apb-home-products-v2 {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.apb-product-list-v2 {
    align-content: center;
}

.apb-product-list-v2 a {
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 106px;
}

.apb-product-list-v2 img {
    width: 106px;
    height: 82px;
}

.apb-home-guides {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.apb-home-guides a {
    display: grid;
    grid-template-rows: 240px auto auto;
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    color: #2f2936;
    text-decoration: none;
    background: #fffcf7;
    box-shadow: 0 18px 38px rgba(47, 41, 54, .08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.apb-home-guides a:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(47, 41, 54, .12);
}

.apb-home-guides img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.apb-home-guides strong {
    display: block;
    padding: 20px 20px 0;
    font-size: 1.18rem;
    line-height: 1.25;
}

.apb-home-guides span {
    display: block;
    padding: 8px 20px 22px;
    color: #625d68;
    line-height: 1.52;
}

.apb-home-method-v2 ol {
    counter-reset: apb-method;
}

.apb-home-team-v2 {
    grid-template-columns: repeat(3, minmax(0, 230px)) minmax(320px, 1fr);
}

.apb-team-links {
    margin-top: 22px;
}

.apb-home-final-v2 {
    padding: clamp(28px, 5vw, 56px);
}

.apb-home-final-v2 .apb-eyebrow {
    background: rgba(242, 198, 182, .18);
    color: #f2c6b6 !important;
}

.apb-home-final-v2 h2 {
    max-width: 760px;
    font-size: clamp(2.1rem, 4.2vw, 4.4rem);
    line-height: .98;
}

.apb-home-final-v2 p {
    max-width: 680px;
    font-size: 1.04rem;
    line-height: 1.65;
}

@keyframes apbHeroIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-text-content h3,
.legal-content h3,
.article-content .section-text-content h3,
.article-content .section-text-content .legal-content h3 {
    color: #3c3444;
    font-size: 1.05rem;
    line-height: 1.35;
}

.ip-method-grid,
.apb-method-grid,
.apb-editorial-team,
.apb-trust-strip,
.apb-proof-band {
    display: grid;
    gap: 18px;
    margin: 28px 0;
}

.ip-method-grid,
.apb-method-grid,
.apb-trust-strip,
.apb-proof-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apb-editorial-team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ip-method-grid > div,
.apb-method-grid > div,
.apb-author-card,
.apb-trust-strip > div {
    min-width: 0;
    border: 1px solid rgba(111, 157, 143, .26);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(47, 41, 54, .06);
}

.ip-method-grid > div,
.apb-method-grid > div,
.apb-trust-strip > div {
    padding: 22px;
}

.apb-author-card {
    padding: 24px;
}

.apb-author-avatar {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 0 18px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 12px 24px rgba(47, 41, 54, .16);
}

.section-text-content .apb-editorial-team .apb-author-avatar,
.article-content .apb-editorial-team .apb-author-avatar {
    width: 96px !important;
    max-width: 96px !important;
    height: 96px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.apb-proof-band {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(111, 157, 143, .24);
    border-bottom: 1px solid rgba(111, 157, 143, .24);
}

.apb-proof-band > div {
    min-width: 0;
    padding: 14px 20px;
    border-left: 1px solid rgba(111, 157, 143, .26);
}

.apb-proof-band > div:first-child {
    border-left: 0;
}

.apb-proof-band strong {
    display: block;
    color: #2f2936;
    font-size: 1rem;
    line-height: 1.25;
}

.apb-proof-band span {
    display: block;
    margin-top: 5px;
    color: #526862;
    font-size: .92rem;
    line-height: 1.45;
}

.ip-method-grid span,
.apb-trust-strip span,
.apb-author-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin: 0 0 14px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #e8f3ef;
    color: #4d7369;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ip-method-grid h3,
.apb-author-card h3 {
    margin: 0 0 10px;
    color: #2f2936;
    font-size: 1.12rem;
    line-height: 1.28;
}

.apb-author-role,
.apb-method-grid strong,
.apb-trust-strip strong {
    display: block;
    margin: 0 0 9px;
    color: #3c3444;
    font-weight: 850;
    line-height: 1.32;
}

.ip-method-grid p,
.apb-method-grid p,
.apb-author-card p,
.apb-trust-strip p {
    color: #465a55;
    line-height: 1.65;
}

.ip-method-grid p:last-child,
.apb-method-grid p:last-child,
.apb-author-card p:last-child,
.apb-trust-strip p:last-child {
    margin-bottom: 0;
}

.ip-inline-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-top: 10px;
    color: #4d7369;
    font-weight: 850;
    text-decoration: none;
}

.ip-inline-cta::after {
    content: ">";
    font-size: .95em;
}

.ip-inline-cta:hover {
    color: #2f2936;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.apb-inline-secondary {
    margin-left: 18px;
    color: #7b5b16;
}

.apb-method-note {
    margin: 26px 0;
    padding: 18px 20px;
    border-left: 4px solid #c59a2a;
    border-radius: 8px;
    background: #fff8e8;
    color: #4d422c;
}

.apb-badge-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-left: 0;
    list-style: none;
}

.apb-badge-list li {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid rgba(197, 154, 42, .25);
    border-radius: 8px;
    background: #fffdf7;
    color: #465a55;
}

@media (max-width: 980px) {
    .ip-method-grid,
    .apb-method-grid,
    .apb-trust-strip,
    .apb-proof-band,
    .apb-editorial-team {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-section.hero-section--media h1 {
        font-size: clamp(3rem, 10vw, 5.4rem);
    }

    .apb-home-routes,
    .apb-home-products,
    .apb-product-lead,
    .apb-home-method,
    .apb-home-team,
    .apb-home-finder,
    .apb-home-final {
        grid-template-columns: 1fr;
    }

    .apb-home-routes-v2,
    .apb-home-guides {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .apb-home-team-v2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .apb-home-team-v2 > p {
        grid-column: 1 / -1;
    }

    .apb-route,
    .apb-route:not(.apb-route-large) {
        min-height: 360px;
    }

    .apb-route h3,
    .apb-route:not(.apb-route-large) h3,
    .apb-home-routes-v2 .apb-route h3,
    .apb-home-routes-v2 .apb-route:not(.apb-route-large) h3 {
        margin-top: 130px;
    }

    .apb-home-team {
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .ip-method-grid,
    .apb-method-grid,
    .apb-trust-strip,
    .apb-proof-band,
    .apb-editorial-team,
    .apb-badge-list {
        grid-template-columns: 1fr;
    }

    .apb-proof-band > div {
        border-left: 0;
        border-top: 1px solid rgba(111, 157, 143, .24);
    }

    .apb-proof-band > div:first-child {
        border-top: 0;
    }

    .ip-method-grid > div,
    .apb-method-grid > div,
    .apb-author-card,
    .apb-trust-strip > div {
        padding: 18px;
    }

    .apb-inline-secondary {
        margin-left: 0;
    }

    .logo-split img {
        width: min(210px, 62vw);
        max-height: 48px;
    }

    .hero-section.hero-section--media {
        background-position: center top;
    }

    .hero-section.hero-section--media h1 {
        font-size: clamp(2.65rem, 16vw, 4rem);
    }

    .hero-section.hero-section--media .hero-subtitle {
        font-size: 1rem;
    }

    .apb-home-proofline,
    .apb-home-method ol,
    .apb-home-routes-v2,
    .apb-home-guides {
        grid-template-columns: 1fr;
    }

    .apb-finder-copy h3 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .apb-finder-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .apb-finder-actions .btn,
    .apb-finder-actions .ip-inline-cta {
        width: 100%;
        justify-content: center;
    }

    .apb-finder-panel p {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 15px;
    }

    .apb-home-proofline p {
        border-left: 0;
        border-top: 1px solid rgba(47, 41, 54, .12);
        padding: 17px 0;
    }

    .apb-home-proofline p:first-child {
        border-top: 0;
    }

    .apb-route,
    .apb-route:not(.apb-route-large) {
        min-height: 330px;
        padding: 22px;
    }

    .apb-route h3,
    .apb-route:not(.apb-route-large) h3,
    .apb-home-routes-v2 .apb-route h3,
    .apb-home-routes-v2 .apb-route:not(.apb-route-large) h3 {
        margin-top: 118px;
    }

    .apb-home-guides a {
        grid-template-rows: 205px auto auto;
    }

    .apb-home-guides img {
        height: 205px;
    }

    .apb-home-team-v2 {
        grid-template-columns: 1fr;
    }

    .apb-home-team-v2 div {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
        padding: 16px;
    }

    .apb-home-team-v2 img {
        grid-row: 1 / span 2;
        width: 58px !important;
        max-width: 58px !important;
        height: 58px !important;
        margin: 0;
    }

    .apb-home-team-v2 strong,
    .apb-home-team-v2 span {
        min-width: 0;
    }

    .apb-product-lead img {
        min-height: 310px;
    }

    .apb-product-list a,
    .apb-product-list-v2 a {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .apb-product-list img,
    .apb-product-list-v2 img {
        width: 78px;
        height: 66px;
    }

    .apb-home-method li,
    .apb-home-final {
        padding: 22px;
    }

    .apb-home-final .btn {
        width: 100%;
        justify-content: center;
    }
}
