.pocket-183-body .pocket-183-page {
    --p173-red: #c9002b;
    --p173-red-dark: #920020;
    --p173-navy: #18324d;
    --p173-blue: #276b98;
    --p173-blue-dark: #184d72;
    --p173-green: #356e5b;
    --p173-ink: #293843;
    --p173-muted: #5b6974;
    --p173-line: #dbe4e9;
    --p173-soft: #f7f9fb;
    --p173-sky: #eef6fa;
    color: var(--p173-ink);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

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

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

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

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

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

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

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

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

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

.pocket-183-body .pocket-183-conclusion {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    margin: 0 0 30px;
    padding: 22px 24px;
    border: 1px solid #c8dce7;
    border-left: 6px solid var(--p173-blue);
    border-radius: 13px;
    background: linear-gradient(135deg, #f2f8fc 0%, #fff 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pocket-183-body .pocket-183-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.pocket-183-body .pocket-183-choice {
    position: relative;
    padding: 26px 25px 24px;
    overflow: hidden;
    border: 1px solid var(--p173-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(30, 52, 69, .06);
}

.pocket-183-body .pocket-183-choice::after {
    content: "";
    position: absolute;
    top: -55px;
    right: -45px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(39, 107, 152, .07);
}

.pocket-183-body .pocket-183-choice--with {
    border-top: 5px solid var(--p173-red);
}

.pocket-183-body .pocket-183-choice--without {
    border-top: 5px solid var(--p173-green);
}

.pocket-183-body .pocket-183-choice__tag {
    margin: 0 0 13px;
    color: var(--p173-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
}

.pocket-183-body .pocket-183-choice > i {
    position: relative;
    z-index: 1;
    color: var(--p173-red);
    font-size: 29px;
}

.pocket-183-body .pocket-183-choice--without > i {
    color: var(--p173-green);
}

.pocket-183-body .pocket-183-choice h3 {
    position: relative;
    z-index: 1;
    margin: 12px 0 13px;
    color: var(--p173-navy);
    font-size: 20px;
    line-height: 1.5;
}

.pocket-183-body .pocket-183-choice ul {
    margin: 0;
    padding-left: 21px;
}

.pocket-183-body .pocket-183-choice li + li {
    margin-top: 6px;
}

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

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

.pocket-183-body .pocket-183-note p {
    margin: 0;
    color: #5f5541;
}

.pocket-183-body .pocket-183-condition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
    margin: 28px 0;
}

.pocket-183-body .pocket-183-condition {
    position: relative;
    min-height: 175px;
    padding: 23px 23px 22px 74px;
    border: 1px solid var(--p173-line);
    border-radius: 14px;
    background: #fff;
}

.pocket-183-body .pocket-183-condition > span {
    position: absolute;
    top: 23px;
    left: 20px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: var(--p173-sky);
    color: var(--p173-blue);
    font-size: 13px;
    font-weight: 800;
}

.pocket-183-body .pocket-183-condition h3 {
    margin: 0 0 8px;
    color: var(--p173-navy);
    font-size: 18px;
}

.pocket-183-body .pocket-183-condition p {
    margin: 0;
    color: var(--p173-muted);
    font-size: 14px;
    line-height: 1.8;
}

.pocket-183-body .pocket-183-checklist {
    padding: 24px 26px;
    border: 1px solid #cbdde7;
    border-radius: 14px;
    background: #f3f9fc;
}

.pocket-183-body .pocket-183-checklist h3 {
    margin: 0 0 13px;
    color: var(--p173-navy);
    font-size: 19px;
}

.pocket-183-body .pocket-183-checklist h3 i {
    margin-right: 7px;
    color: var(--p173-blue);
}

.pocket-183-body .pocket-183-checklist ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 28px;
    margin: 0;
    padding-left: 22px;
}

.pocket-183-body .pocket-183-table-wrap {
    margin: 28px 0 24px;
    overflow-x: auto;
    border: 1px solid var(--p173-line);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

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

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

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

.pocket-183-body .pocket-183-table thead th:nth-child(2) {
    background: #8f1730;
}

.pocket-183-body .pocket-183-table thead th:nth-child(3) {
    background: #356e5b;
}

.pocket-183-body .pocket-183-table tbody th {
    width: 20%;
    background: #f3f7f9;
    color: var(--p173-navy);
}

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

.pocket-183-body .pocket-183-use-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin-top: 27px;
}

.pocket-183-body .pocket-183-use-grid article {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 23px 22px;
    border: 1px solid var(--p173-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(29, 55, 76, .05);
}

.pocket-183-body .pocket-183-use-grid article > i {
    color: var(--p173-red);
    font-size: 28px;
}

.pocket-183-body .pocket-183-use-grid h3 {
    margin: 13px 0 8px;
    color: var(--p173-navy);
    font-size: 18px;
    line-height: 1.5;
}

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

.pocket-183-body .pocket-183-use-grid strong {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--p173-line);
    color: var(--p173-blue-dark);
    font-size: 13px;
    line-height: 1.7;
}

.pocket-183-body .pocket-183-flow {
    display: grid;
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.pocket-183-body .pocket-183-flow li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
    padding: 22px 24px;
    border: 1px solid var(--p173-line);
    border-radius: 14px;
    background: #fff;
}

.pocket-183-body .pocket-183-flow__num {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: var(--p173-red);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.pocket-183-body .pocket-183-flow h3 {
    margin: 0 0 6px;
    color: var(--p173-navy);
    font-size: 18px;
}

.pocket-183-body .pocket-183-flow p {
    margin: 0;
    color: var(--p173-muted);
    font-size: 14px;
}

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

.pocket-183-body .pocket-183-decision__label {
    margin: 0 0 3px;
    color: #bcd8eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
}

.pocket-183-body .pocket-183-decision h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 21px;
}

.pocket-183-body .pocket-183-decision p:last-child {
    margin: 0;
    color: #dce7ee;
    font-size: 14px;
}

.pocket-183-body .pocket-183-decision > a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: var(--p173-navy) !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.pocket-183-body .pocket-183-decision > a:hover,
.pocket-183-body .pocket-183-decision > a:focus-visible {
    border-color: #fff;
    background: transparent;
    color: #fff !important;
}

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

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

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

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

.pocket-183-body .pocket-183-service--sample > i {
    background: #fff2d8;
    color: #9a6100;
}

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

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

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

.pocket-183-body .pocket-183-guide-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 26px;
}

.pocket-183-body .pocket-183-guide-links a {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #cbdde7;
    border-radius: 12px;
    background: #f4f9fc;
    color: var(--p173-ink) !important;
    text-decoration: none !important;
}

.pocket-183-body .pocket-183-guide-links a:hover,
.pocket-183-body .pocket-183-guide-links a:focus-visible {
    border-color: var(--p173-blue);
    background: #fff;
}

.pocket-183-body .pocket-183-guide-links i {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 50%;
    background: var(--p173-blue);
    color: #fff;
}

.pocket-183-body .pocket-183-guide-links strong,
.pocket-183-body .pocket-183-guide-links small {
    display: block;
}

.pocket-183-body .pocket-183-guide-links strong {
    color: var(--p173-navy);
    font-size: 16px;
}

.pocket-183-body .pocket-183-guide-links small {
    margin-top: 2px;
    color: var(--p173-muted);
    font-size: 12px;
}

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

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

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

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

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

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

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

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

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

.pocket-183-body .pocket-183-backlink {
    margin: 22px 0 0;
}

.pocket-183-body .pocket-183-backlink a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

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

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

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

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

.pocket-183-body .pocket-183-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(--p173-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

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

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

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

.pocket-183-body .pocket-183-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(--p173-navy) 0%, #254f72 100%);
    color: #fff;
    box-shadow: 0 16px 35px rgba(23, 50, 77, .2);
}

.pocket-183-body .pocket-183-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-183-body .pocket-183-final-cta__eyebrow {
    margin: 0 0 5px;
    color: #bcd8eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.pocket-183-body .pocket-183-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-183-body .pocket-183-final-cta p:not(.pocket-183-final-cta__eyebrow) {
    margin: 0;
    color: #e1ebf1;
}

.pocket-183-body .pocket-183-final-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.pocket-183-body .pocket-183-btn {
    display: inline-flex;
    min-height: 51px;
    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: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.pocket-183-body .pocket-183-btn--primary {
    border-color: var(--p173-red);
    background-color: var(--p173-red);
    color: #fff !important;
}

.pocket-183-body .pocket-183-btn--primary:hover,
.pocket-183-body .pocket-183-btn--primary:focus-visible {
    border-color: #fff;
    background-color: #fff;
    color: var(--p173-red-dark) !important;
    transform: translateY(-1px);
}

.pocket-183-body .pocket-183-btn--secondary {
    border-color: #fff;
    background-color: #fff;
    color: var(--p173-navy) !important;
}

.pocket-183-body .pocket-183-btn--secondary:hover,
.pocket-183-body .pocket-183-btn--secondary:focus-visible {
    border-color: #fff;
    background-color: transparent;
    color: #fff !important;
    transform: translateY(-1px);
}

.pocket-183-body .pocket-183-page a:focus-visible,
.pocket-183-body .pocket-183-page summary:focus-visible {
    outline: 3px solid #f4b400;
    outline-offset: 3px;
}

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

    .pocket-183-body .pocket-183-related-grid {
        grid-template-columns: 1fr;
    }
}

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

    .pocket-183-body .pocket-183-header {
        padding-top: 3px;
    }

    .pocket-183-body .pocket-183-title {
        font-size: 28px;
    }

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

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

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

    .pocket-183-body .pocket-183-conclusion__icon {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

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

    .pocket-183-body .pocket-183-toc ol {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .pocket-183-body .pocket-183-section {
        margin-bottom: 45px;
    }

    .pocket-183-body .pocket-183-heading {
        gap: 11px;
    }

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

    .pocket-183-body .pocket-183-heading h2 {
        font-size: 23px;
    }

    .pocket-183-body .pocket-183-choice-grid,
    .pocket-183-body .pocket-183-condition-grid,
    .pocket-183-body .pocket-183-use-grid,
    .pocket-183-body .pocket-183-service-grid,
    .pocket-183-body .pocket-183-guide-links {
        grid-template-columns: 1fr;
    }

    .pocket-183-body .pocket-183-choice,
    .pocket-183-body .pocket-183-condition {
        padding-left: 20px;
    }

    .pocket-183-body .pocket-183-condition > span {
        position: static;
        margin-bottom: 12px;
    }

    .pocket-183-body .pocket-183-checklist ul {
        grid-template-columns: 1fr;
    }

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

    .pocket-183-body .pocket-183-flow__num {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .pocket-183-body .pocket-183-decision {
        grid-template-columns: 1fr;
        padding: 22px 20px;
    }

    .pocket-183-body .pocket-183-decision > a {
        width: 100%;
        white-space: normal;
    }

    .pocket-183-body .pocket-183-faq summary {
        padding: 17px 44px 17px 48px;
    }

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

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

    .pocket-183-body .pocket-183-faq p {
        padding: 0 18px 18px 48px;
    }

    .pocket-183-body .pocket-183-final-cta {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 27px 21px;
    }

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

    .pocket-183-body .pocket-183-final-cta__buttons,
    .pocket-183-body .pocket-183-btn {
        width: 100%;
    }
}

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

    .pocket-183-body .pocket-183-heading h2 {
        font-size: 21px;
    }

    .pocket-183-body .pocket-183-choice,
    .pocket-183-body .pocket-183-checklist,
    .pocket-183-body .pocket-183-related {
        padding: 19px 17px;
    }

    .pocket-183-body .pocket-183-service {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 18px 16px;
    }

    .pocket-183-body .pocket-183-service > i {
        width: 44px;
        height: 44px;
    }
}
