.pocket-168-body .pocket-168-page {
    --p168-red: #c9002b;
    --p168-red-dark: #95001f;
    --p168-navy: #18324d;
    --p168-blue: #246a9b;
    --p168-blue-dark: #184d72;
    --p168-sky: #eef6fa;
    --p168-ink: #283744;
    --p168-muted: #5b6975;
    --p168-line: #dce4e9;
    --p168-soft: #f7f9fb;
    color: var(--p168-ink);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.pocket-168-body .pocket-168-page *,
.pocket-168-body .pocket-168-page *::before,
.pocket-168-body .pocket-168-page *::after {
    box-sizing: border-box;
}

.pocket-168-body .pocket-168-page a {
    color: var(--p168-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pocket-168-body .pocket-168-page a:hover,
.pocket-168-body .pocket-168-page a:focus-visible {
    color: var(--p168-red-dark);
}

.pocket-168-body .pocket-168-header {
    padding: 10px 0 24px;
}

.pocket-168-body .pocket-168-eyebrow {
    margin: 0 0 8px;
    color: var(--p168-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
}

.pocket-168-body .pocket-168-title {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--p168-navy);
    font-size: clamp(28px, 4.3vw, 44px);
    line-height: 1.35;
    letter-spacing: .02em;
}

.pocket-168-body .pocket-168-lead {
    margin: 18px 0 0;
    color: #445563;
    font-size: 17px;
}

.pocket-168-body .pocket-168-hero {
    margin: 0 0 26px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(27, 48, 65, .14);
}

.pocket-168-body .pocket-168-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.pocket-168-body .pocket-168-conclusion {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    margin: 0 0 30px;
    padding: 22px 24px;
    border: 1px solid #bdd8e8;
    border-left: 6px solid var(--p168-blue);
    border-radius: 12px;
    background: linear-gradient(135deg, #f3f9fd 0%, #fff 100%);
}

.pocket-168-body .pocket-168-conclusion__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: var(--p168-blue);
    color: #fff;
    font-size: 24px;
}

.pocket-168-body .pocket-168-conclusion__label {
    margin: 0 0 4px;
    color: var(--p168-blue);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.pocket-168-body .pocket-168-conclusion p:last-child {
    margin: 0;
}

.pocket-168-body .pocket-168-toc {
    margin: 0 0 44px;
    padding: 24px 26px;
    border: 1px solid var(--p168-line);
    border-radius: 14px;
    background: var(--p168-soft);
}

.pocket-168-body .pocket-168-toc__title {
    margin: 0 0 12px;
    color: var(--p168-navy);
    font-weight: 800;
}

.pocket-168-body .pocket-168-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 32px;
    margin: 0;
    padding-left: 22px;
}

.pocket-168-body .pocket-168-toc a {
    color: #34495b;
    font-weight: 600;
}

.pocket-168-body .pocket-168-section {
    margin: 0 0 58px;
}

.pocket-168-body .pocket-168-anchor {
    scroll-margin-top: 90px;
}

.pocket-168-body .pocket-168-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 22px;
    padding-bottom: 13px;
    border-bottom: 2px solid var(--p168-line);
}

.pocket-168-body .pocket-168-heading > span {
    flex: 0 0 auto;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--p168-red);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.pocket-168-body .pocket-168-heading h2 {
    margin: 1px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--p168-navy);
    font-size: clamp(23px, 3.3vw, 31px);
    line-height: 1.45;
}

.pocket-168-body .pocket-168-section > p {
    margin: 0 0 18px;
}

.pocket-168-body .pocket-168-feature-grid,
.pocket-168-body .pocket-168-use-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.pocket-168-body .pocket-168-feature,
.pocket-168-body .pocket-168-use-grid article {
    padding: 24px 22px;
    border: 1px solid var(--p168-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(29, 55, 76, .06);
}

.pocket-168-body .pocket-168-feature > i,
.pocket-168-body .pocket-168-use-grid article > i {
    color: var(--p168-red);
    font-size: 29px;
}

.pocket-168-body .pocket-168-feature h3,
.pocket-168-body .pocket-168-use-grid h3 {
    margin: 14px 0 8px;
    color: var(--p168-navy);
    font-size: 19px;
    line-height: 1.5;
}

.pocket-168-body .pocket-168-feature p,
.pocket-168-body .pocket-168-use-grid p {
    margin: 0;
    color: var(--p168-muted);
    font-size: 14px;
    line-height: 1.8;
}

.pocket-168-body .pocket-168-note {
    margin-top: 26px;
    padding: 22px 24px;
    border: 1px solid #ead4a6;
    border-left: 6px solid #d69400;
    border-radius: 12px;
    background: #fff9eb;
}

.pocket-168-body .pocket-168-note--blue {
    border-color: #bad7e6;
    border-left-color: var(--p168-blue);
    background: #f2f9fc;
}

.pocket-168-body .pocket-168-note h3 {
    margin: 0 0 8px;
    color: #624600;
    font-size: 18px;
}

.pocket-168-body .pocket-168-note--blue h3 {
    color: var(--p168-blue-dark);
}

.pocket-168-body .pocket-168-note p {
    margin: 0;
    color: #5c5545;
    font-size: 14px;
}

.pocket-168-body .pocket-168-note--blue p {
    color: #425a69;
}

.pocket-168-body .pocket-168-route-grid {
    display: grid;
    gap: 13px;
    margin: 26px 0 30px;
}

.pocket-168-body .pocket-168-route {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    gap: 15px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #cfdbe4;
    border-radius: 12px;
    background: #fff;
    color: var(--p168-ink) !important;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pocket-168-body .pocket-168-route:hover,
.pocket-168-body .pocket-168-route:focus-visible {
    transform: translateY(-2px);
    border-color: var(--p168-blue);
    box-shadow: 0 10px 24px rgba(32, 88, 130, .12);
    color: var(--p168-ink) !important;
}

.pocket-168-body .pocket-168-route__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 12px;
    background: var(--p168-sky);
    color: var(--p168-blue);
    font-size: 20px;
}

.pocket-168-body .pocket-168-route__body {
    min-width: 0;
}

.pocket-168-body .pocket-168-route__body strong,
.pocket-168-body .pocket-168-route__body span {
    display: block;
}

.pocket-168-body .pocket-168-route__body strong {
    margin-bottom: 3px;
    color: var(--p168-navy);
    font-size: 17px;
}

.pocket-168-body .pocket-168-route__body span {
    color: var(--p168-muted);
    font-size: 14px;
}

.pocket-168-body .pocket-168-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--p168-line);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.pocket-168-body .pocket-168-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 14px;
}

.pocket-168-body .pocket-168-table th,
.pocket-168-body .pocket-168-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--p168-line);
    text-align: left;
    vertical-align: top;
}

.pocket-168-body .pocket-168-table thead th {
    background: var(--p168-navy);
    color: #fff;
    font-weight: 800;
}

.pocket-168-body .pocket-168-table tbody th {
    width: 22%;
    background: #f3f7f9;
    color: var(--p168-navy);
}

.pocket-168-body .pocket-168-table tbody tr:last-child th,
.pocket-168-body .pocket-168-table tbody tr:last-child td {
    border-bottom: 0;
}

.pocket-168-body .pocket-168-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 27px 0;
}

.pocket-168-body .pocket-168-category {
    position: relative;
    display: block;
    min-height: 145px;
    padding: 25px 24px 22px 82px;
    overflow: hidden;
    border: 1px solid #cad9e2;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff 0%, #f2f7fa 100%);
    color: var(--p168-ink) !important;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pocket-168-body .pocket-168-category:hover,
.pocket-168-body .pocket-168-category:focus-visible {
    transform: translateY(-2px);
    border-color: var(--p168-blue);
    box-shadow: 0 10px 24px rgba(32, 88, 130, .12);
    color: var(--p168-ink) !important;
}

.pocket-168-body .pocket-168-category__num {
    position: absolute;
    top: 24px;
    left: 22px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: var(--p168-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.pocket-168-body .pocket-168-category strong,
.pocket-168-body .pocket-168-category > span:last-child {
    display: block;
}

.pocket-168-body .pocket-168-category strong {
    margin-bottom: 6px;
    color: var(--p168-navy);
    font-size: 19px;
}

.pocket-168-body .pocket-168-category > span:last-child {
    color: var(--p168-muted);
    font-size: 14px;
}

.pocket-168-body .pocket-168-check {
    margin-top: 24px;
    padding: 24px 26px;
    border: 1px solid #ead5a5;
    border-radius: 14px;
    background: #fff8e9;
}

.pocket-168-body .pocket-168-check h3 {
    margin: 0 0 12px;
    color: #684700;
    font-size: 19px;
}

.pocket-168-body .pocket-168-check ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 26px;
    margin: 0 0 14px;
    padding-left: 22px;
}

.pocket-168-body .pocket-168-check p {
    margin: 0;
    color: #5f5541;
    font-size: 14px;
}

.pocket-168-body .pocket-168-link-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 25px;
}

.pocket-168-body .pocket-168-link-group {
    padding: 23px 24px;
    border: 1px solid var(--p168-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(29, 55, 76, .05);
}

.pocket-168-body .pocket-168-link-group h3 {
    margin: 0 0 14px;
    color: var(--p168-navy);
    font-size: 19px;
}

.pocket-168-body .pocket-168-link-group h3 i {
    margin-right: 6px;
    color: var(--p168-red);
}

.pocket-168-body .pocket-168-link-group ul {
    margin: 0 0 14px;
    padding-left: 21px;
}

.pocket-168-body .pocket-168-link-group li + li {
    margin-top: 8px;
}

.pocket-168-body .pocket-168-link-group p {
    margin: 0;
    color: var(--p168-muted);
    font-size: 14px;
}

.pocket-168-body .pocket-168-inline-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 26px;
    padding: 24px 26px;
    border-radius: 14px;
    background: var(--p168-navy);
    color: #fff;
}

.pocket-168-body .pocket-168-inline-cta strong,
.pocket-168-body .pocket-168-inline-cta span {
    display: block;
}

.pocket-168-body .pocket-168-inline-cta strong {
    margin-bottom: 3px;
    font-size: 18px;
}

.pocket-168-body .pocket-168-inline-cta span {
    color: #dbe7f1;
    font-size: 14px;
}

.pocket-168-body .pocket-168-inline-cta a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 19px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: var(--p168-navy) !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.pocket-168-body .pocket-168-inline-cta a:hover,
.pocket-168-body .pocket-168-inline-cta a:focus-visible {
    border-color: #fff;
    background: transparent;
    color: #fff !important;
}

.pocket-168-body .pocket-168-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 26px 0;
}

.pocket-168-body .pocket-168-service {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 5px 15px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--p168-line);
    border-radius: 14px;
    background: #fff;
    color: var(--p168-ink) !important;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pocket-168-body .pocket-168-service:hover,
.pocket-168-body .pocket-168-service:focus-visible {
    transform: translateY(-2px);
    border-color: var(--p168-blue);
    box-shadow: 0 10px 24px rgba(32, 88, 130, .12);
    color: var(--p168-ink) !important;
}

.pocket-168-body .pocket-168-service > i {
    grid-row: 1 / span 2;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 12px;
    background: var(--p168-sky);
    color: var(--p168-blue);
    font-size: 21px;
}

.pocket-168-body .pocket-168-service--sample > i {
    background: #fff2d8;
    color: #a46300;
}

.pocket-168-body .pocket-168-service--estimate > i {
    background: #fde9ee;
    color: var(--p168-red);
}

.pocket-168-body .pocket-168-service strong {
    color: var(--p168-navy);
    font-size: 17px;
}

.pocket-168-body .pocket-168-service span {
    color: var(--p168-muted);
    font-size: 13px;
}

.pocket-168-body .pocket-168-related {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid var(--p168-line);
    border-radius: 14px;
    background: var(--p168-soft);
}

.pocket-168-body .pocket-168-related h3 {
    margin: 0 0 17px;
    color: var(--p168-navy);
    font-size: 20px;
}

.pocket-168-body .pocket-168-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pocket-168-body .pocket-168-related-grid a {
    display: block;
    min-height: 100%;
    padding: 17px;
    border-radius: 10px;
    background: #fff;
    color: var(--p168-ink) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(31, 52, 70, .05);
}

.pocket-168-body .pocket-168-related-grid a:hover,
.pocket-168-body .pocket-168-related-grid a:focus-visible {
    background: var(--p168-navy);
    color: #fff !important;
}

.pocket-168-body .pocket-168-related-grid strong,
.pocket-168-body .pocket-168-related-grid span {
    display: block;
}

.pocket-168-body .pocket-168-related-grid strong {
    margin-bottom: 4px;
    color: var(--p168-navy);
    font-size: 15px;
}

.pocket-168-body .pocket-168-related-grid span {
    color: var(--p168-muted);
    font-size: 12px;
    line-height: 1.65;
}

.pocket-168-body .pocket-168-related-grid a:hover strong,
.pocket-168-body .pocket-168-related-grid a:focus-visible strong,
.pocket-168-body .pocket-168-related-grid a:hover span,
.pocket-168-body .pocket-168-related-grid a:focus-visible span {
    color: #fff;
}

.pocket-168-body .pocket-168-faq-list {
    display: grid;
    gap: 13px;
}

.pocket-168-body .pocket-168-faq {
    overflow: hidden;
    border: 1px solid var(--p168-line);
    border-radius: 12px;
    background: #fff;
}

.pocket-168-body .pocket-168-faq summary {
    position: relative;
    padding: 18px 52px 18px 54px;
    color: var(--p168-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.pocket-168-body .pocket-168-faq summary::-webkit-details-marker {
    display: none;
}

.pocket-168-body .pocket-168-faq summary::before {
    content: "Q";
    position: absolute;
    top: 16px;
    left: 18px;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    background: var(--p168-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.pocket-168-body .pocket-168-faq summary::after {
    content: "+";
    position: absolute;
    top: 13px;
    right: 20px;
    color: var(--p168-blue);
    font-size: 27px;
    line-height: 1;
}

.pocket-168-body .pocket-168-faq[open] summary::after {
    content: "−";
}

.pocket-168-body .pocket-168-faq p {
    margin: 0;
    padding: 0 22px 20px 54px;
    color: #4f5d68;
}

.pocket-168-body .pocket-168-final-cta {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 24px;
    margin: 12px 0 20px;
    padding: 34px 32px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--p168-navy) 0%, #254f72 100%);
    color: #fff;
    box-shadow: 0 16px 35px rgba(23, 50, 77, .2);
}

.pocket-168-body .pocket-168-final-cta__icon {
    display: grid;
    width: 74px;
    height: 74px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    font-size: 31px;
}

.pocket-168-body .pocket-168-final-cta__eyebrow {
    margin: 0 0 5px;
    color: #bcd8eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.pocket-168-body .pocket-168-final-cta h2 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: clamp(23px, 3.2vw, 31px);
    line-height: 1.45;
}

.pocket-168-body .pocket-168-final-cta__body > p:not(.pocket-168-final-cta__eyebrow) {
    margin: 0 0 21px;
    color: #e0eaf1;
}

.pocket-168-body .pocket-168-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pocket-168-body .pocket-168-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.pocket-168-body .pocket-168-button--sample {
    border-color: #fff;
    background: #fff;
    color: var(--p168-navy) !important;
}

.pocket-168-body .pocket-168-button--sample:hover,
.pocket-168-body .pocket-168-button--sample:focus-visible {
    transform: translateY(-2px);
    border-color: #fff;
    background: transparent;
    color: #fff !important;
}

.pocket-168-body .pocket-168-button--primary {
    border-color: var(--p168-red);
    background: var(--p168-red);
    color: #fff !important;
}

.pocket-168-body .pocket-168-button--primary:hover,
.pocket-168-body .pocket-168-button--primary:focus-visible {
    transform: translateY(-2px);
    border-color: #fff;
    background: #fff;
    color: var(--p168-navy) !important;
}

.pocket-168-body .pocket-168-back-link {
    display: inline-block;
    margin-top: 18px;
    color: #dbe7f1 !important;
    font-size: 14px;
    font-weight: 700;
}

.pocket-168-body .pocket-168-back-link:hover,
.pocket-168-body .pocket-168-back-link:focus-visible {
    color: #fff !important;
}

@media (max-width: 1100px) {
    .pocket-168-body .pocket-168-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .pocket-168-body .pocket-168-page {
        font-size: 15px;
        line-height: 1.85;
    }

    .pocket-168-body .pocket-168-header {
        padding-top: 4px;
    }

    .pocket-168-body .pocket-168-lead {
        font-size: 15px;
    }

    .pocket-168-body .pocket-168-hero {
        border-radius: 12px;
    }

    .pocket-168-body .pocket-168-conclusion {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
        padding: 18px;
    }

    .pocket-168-body .pocket-168-conclusion__icon {
        width: 42px;
        height: 42px;
        font-size: 19px;
    }

    .pocket-168-body .pocket-168-toc {
        padding: 20px;
    }

    .pocket-168-body .pocket-168-toc ol {
        grid-template-columns: 1fr;
    }

    .pocket-168-body .pocket-168-section {
        margin-bottom: 46px;
    }

    .pocket-168-body .pocket-168-heading {
        gap: 10px;
    }

    .pocket-168-body .pocket-168-heading > span {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .pocket-168-body .pocket-168-feature-grid,
    .pocket-168-body .pocket-168-use-grid,
    .pocket-168-body .pocket-168-category-grid,
    .pocket-168-body .pocket-168-link-groups,
    .pocket-168-body .pocket-168-service-grid,
    .pocket-168-body .pocket-168-related-grid {
        grid-template-columns: 1fr;
    }

    .pocket-168-body .pocket-168-route {
        grid-template-columns: 42px minmax(0, 1fr) 18px;
        gap: 12px;
        padding: 16px;
    }

    .pocket-168-body .pocket-168-route__icon {
        width: 42px;
        height: 42px;
    }

    .pocket-168-body .pocket-168-route__body strong {
        font-size: 15px;
    }

    .pocket-168-body .pocket-168-route__body span {
        font-size: 12px;
    }

    .pocket-168-body .pocket-168-category {
        min-height: 0;
        padding: 21px 18px 20px 72px;
    }

    .pocket-168-body .pocket-168-category__num {
        top: 21px;
        left: 17px;
        width: 40px;
        height: 40px;
    }

    .pocket-168-body .pocket-168-check ul {
        grid-template-columns: 1fr;
    }

    .pocket-168-body .pocket-168-inline-cta {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .pocket-168-body .pocket-168-inline-cta a {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .pocket-168-body .pocket-168-service {
        padding: 18px;
    }

    .pocket-168-body .pocket-168-related {
        padding: 20px;
    }

    .pocket-168-body .pocket-168-faq summary {
        padding: 17px 44px 17px 49px;
        font-size: 15px;
    }

    .pocket-168-body .pocket-168-faq summary::before {
        left: 14px;
    }

    .pocket-168-body .pocket-168-faq summary::after {
        right: 15px;
    }

    .pocket-168-body .pocket-168-faq p {
        padding: 0 18px 18px 49px;
    }

    .pocket-168-body .pocket-168-final-cta {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 27px 22px;
    }

    .pocket-168-body .pocket-168-final-cta__icon {
        width: 58px;
        height: 58px;
        font-size: 25px;
    }

    .pocket-168-body .pocket-168-cta-row {
        display: grid;
    }

    .pocket-168-body .pocket-168-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pocket-168-body .pocket-168-title {
        font-size: 27px;
    }

    .pocket-168-body .pocket-168-heading h2 {
        font-size: 22px;
    }

    .pocket-168-body .pocket-168-feature,
    .pocket-168-body .pocket-168-use-grid article,
    .pocket-168-body .pocket-168-note,
    .pocket-168-body .pocket-168-check,
    .pocket-168-body .pocket-168-link-group {
        padding: 19px 17px;
    }

    .pocket-168-body .pocket-168-table {
        min-width: 660px;
    }

    .pocket-168-body .pocket-168-service {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 4px 12px;
    }

    .pocket-168-body .pocket-168-service > i {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}
