@charset "UTF-8";

body.customer-service1-sizl {
    --cs1-page-max: min(1440px, calc(100% - 4.8rem));
    --cs1-inner: min(1320px, calc(100% - 9.6rem));
    --cs1-purple: #971bfd;
    --cs1-purple-deep: #6427d2;
    --cs1-mint: #7ce7d5;
    --cs1-ink: #131928;
    --cs1-text: #242c3d;
    --cs1-muted: #626d82;
    --cs1-soft: #fbf8ff;
    --cs1-line: rgba(151, 27, 253, 0.16);
    --cs1-line-strong: rgba(17, 27, 46, 0.12);
    --cs1-shadow: 0 2.4rem 5.5rem rgba(79, 30, 114, 0.08);
    background:
        radial-gradient(circle at 8% 18%, rgba(216, 180, 254, 0.16), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(124, 231, 213, 0.12), transparent 24%),
        linear-gradient(180deg, #fbf9ff 0%, #ffffff 34%, #fcfbff 100%);
    color: var(--cs1-text);
}

body.customer-service1-sizl #wrap {
    position: relative;
    overflow-x: hidden;
}

body.customer-service1-sizl #wrap::before,
body.customer-service1-sizl #wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.customer-service1-sizl #wrap::before {
    left: -18rem;
    top: 28rem;
    width: 42rem;
    height: 42rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.18), rgba(216, 180, 254, 0) 72%);
}

body.customer-service1-sizl #wrap::after {
    right: -14rem;
    top: 86rem;
    width: 36rem;
    height: 36rem;
    background: radial-gradient(circle, rgba(124, 231, 213, 0.16), rgba(124, 231, 213, 0) 72%);
}

body.customer-service1-sizl .header {
    background: rgba(252, 248, 255, 0.82);
    box-shadow: 0 1.2rem 3.2rem rgba(125, 45, 191, 0.08);
    border-bottom: 1px solid rgba(234, 220, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.customer-service1-sizl .header.scroll,
body.customer-service1-sizl .header:hover,
body.customer-service1-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.customer-service1-sizl .header::after {
    height: 1px;
    top: calc(100% - 1px);
    background: linear-gradient(90deg, rgba(234, 220, 255, 0) 0%, rgba(234, 220, 255, 0.98) 14%, rgba(234, 220, 255, 0.98) 86%, rgba(234, 220, 255, 0) 100%);
}

body.customer-service1-sizl .header .menu > li > a,
body.customer-service1-sizl .header .menu > li > a span {
    color: #1c1730;
}

body.customer-service1-sizl .header .menu > li:hover > a,
body.customer-service1-sizl .header .menu > li.is-open > a,
body.customer-service1-sizl .header .menu > li.current > a {
    color: var(--cs1-purple);
}

body.customer-service1-sizl .header .menu > li > a span::after {
    background: linear-gradient(90deg, rgba(216, 180, 254, 0.92) 0%, rgba(151, 27, 253, 0.98) 100%);
}

body.customer-service1-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

body.customer-service1-sizl .header .submenu li > a {
    color: #2a2440;
}

body.customer-service1-sizl .header .submenu li > a:hover,
body.customer-service1-sizl .header .submenu li > a:focus-visible,
body.customer-service1-sizl .header .submenu li > a.current {
    color: var(--cs1-purple);
    background: rgba(151, 27, 253, 0.06);
}

body.customer-service1-sizl .header .nav.active {
    background: rgba(252, 248, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.customer-service1-sizl .header .m_menu span {
    background: #2a2440;
}

body.customer-service1-sizl #container.sub_page.customer_service.customer-service1-sizl-page {
    position: relative;
    z-index: 1;
    margin-top: 6.8rem;
    padding-bottom: 12rem;
}

body.customer-service1-sizl #content {
    margin-top: -2.8rem;
    padding-top: 0;
}

body.customer-service1-sizl .customer_service_first_con.customer-service1-shell {
    position: relative;
    z-index: 1;
}

body.customer-service1-sizl .cs1-section.cs1-faq {
    width: var(--cs1-page-max);
    margin: 0 auto;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(125, 45, 191, 0.26) 0%, rgba(151, 27, 253, 0.14) 44%, rgba(124, 231, 213, 0.28) 100%) border-box;
    box-shadow: var(--cs1-shadow);
    overflow: hidden;
}

body.customer-service1-sizl .cs1-section.cs1-faq::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 14%, rgba(216, 180, 254, 0.16), rgba(216, 180, 254, 0) 26%),
        radial-gradient(circle at 8% 88%, rgba(124, 231, 213, 0.12), rgba(124, 231, 213, 0) 24%);
    pointer-events: none;
}

body.customer-service1-sizl .cs1-section.cs1-faq > .inner {
    width: var(--cs1-inner);
    margin: 0 auto;
    padding: 7.2rem 0 8rem;
    position: relative;
    z-index: 1;
    max-width: none;
    box-sizing: border-box;
}

body.customer-service1-sizl .cs1-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3.2rem;
    align-items: start;
    justify-content: stretch;
    padding-bottom: 3.6rem;
    border-bottom: 1px solid var(--cs1-line);
}

body.customer-service1-sizl .cs1-heading {
    min-width: 0;
}

body.customer-service1-sizl .cs1-heading h3 {
    margin: 0;
    color: var(--cs1-ink);
    font-size: clamp(4.8rem, 5.2vw, 6.8rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.04;
    text-align: left;
}

body.customer-service1-sizl .cs1-heading p {
    max-width: 78rem;
    margin: 1.8rem 0 0;
    color: var(--cs1-muted);
    font-size: clamp(1.9rem, 1.8vw, 2.4rem);
    line-height: 1.75;
    word-break: keep-all;
}

body.customer-service1-sizl .cs1-contact-link {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    min-width: 15.2rem;
    min-height: 5.6rem;
    padding: 0 2.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cs1-purple-deep) 0%, var(--cs1-purple) 100%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 1.8rem 3.2rem rgba(100, 39, 210, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.customer-service1-sizl .cs1-contact-link::before {
    content: "";
    position: absolute;
    inset: -45% auto -45% -65%;
    width: 42%;
    transform: skewX(-24deg) translateX(0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

body.customer-service1-sizl .cs1-contact-link span,
body.customer-service1-sizl .cs1-contact-link .cs1-contact-icon {
    position: relative;
    z-index: 1;
}

body.customer-service1-sizl .cs1-contact-link:hover,
body.customer-service1-sizl .cs1-contact-link:focus-visible {
    transform: translateY(-0.3rem);
    box-shadow: 0 2.2rem 3.8rem rgba(100, 39, 210, 0.28);
}

body.customer-service1-sizl .cs1-contact-link:hover::before,
body.customer-service1-sizl .cs1-contact-link:focus-visible::before {
    animation: cs1ContactShine 0.8s ease forwards;
}

body.customer-service1-sizl .cs1-contact-icon {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@keyframes cs1ContactShine {
    0% {
        transform: skewX(-24deg) translateX(0);
    }

    100% {
        transform: skewX(-24deg) translateX(460%);
    }
}

body.customer-service1-sizl .cs1-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin: 3.2rem 0 3.6rem;
}

body.customer-service1-sizl .cs1-filter-button {
    min-width: 12rem;
    min-height: 5.2rem;
    padding: 0 2.4rem;
    border: 1px solid rgba(151, 27, 253, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--cs1-muted);
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    cursor: pointer;
    box-shadow: 0 1.2rem 2.8rem rgba(85, 40, 125, 0.06);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.customer-service1-sizl .cs1-filter-button:hover,
body.customer-service1-sizl .cs1-filter-button:focus-visible {
    color: var(--cs1-purple);
    border-color: rgba(151, 27, 253, 0.36);
    transform: translateY(-0.2rem);
}

body.customer-service1-sizl .cs1-filter-button.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--cs1-purple-deep) 0%, var(--cs1-purple) 100%);
    box-shadow: 0 1.8rem 3.2rem rgba(100, 39, 210, 0.22);
}

body.customer-service1-sizl .cs1-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

body.customer-service1-sizl .cs1-faq-item {
    border: 1px solid transparent;
    border-radius: 2.8rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 247, 255, 0.96) 100%) padding-box,
        linear-gradient(135deg, rgba(151, 27, 253, 0.18) 0%, rgba(124, 231, 213, 0.2) 100%) border-box;
    box-shadow: 0 1.6rem 3.6rem rgba(85, 40, 125, 0.07);
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.customer-service1-sizl .cs1-faq-item:hover,
body.customer-service1-sizl .cs1-faq-item.is-open {
    transform: translateY(-0.2rem);
    box-shadow: 0 2.2rem 4.8rem rgba(85, 40, 125, 0.11);
}

body.customer-service1-sizl .cs1-faq-item[hidden],
body.customer-service1-sizl .cs1-empty[hidden] {
    display: none !important;
}

body.customer-service1-sizl .cs1-faq-question {
    width: 100%;
    min-height: 9.6rem;
    border: 0;
    padding: 2.4rem 2.8rem;
    display: grid;
    grid-template-columns: 5.6rem minmax(8rem, auto) minmax(0, 1fr) 5.6rem;
    gap: 1.8rem;
    align-items: center;
    background: transparent;
    color: var(--cs1-text);
    text-align: left;
    cursor: pointer;
}

body.customer-service1-sizl .cs1-faq-question:focus-visible {
    outline: 3px solid rgba(151, 27, 253, 0.34);
    outline-offset: -0.6rem;
}

body.customer-service1-sizl .cs1-faq-mark,
body.customer-service1-sizl .cs1-faq-answer-mark {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(100, 39, 210, 0.1) 0%, rgba(151, 27, 253, 0.16) 100%);
    color: var(--cs1-purple);
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
}

body.customer-service1-sizl .cs1-faq-answer-mark {
    background: linear-gradient(135deg, rgba(124, 231, 213, 0.22) 0%, rgba(151, 27, 253, 0.1) 100%);
}

body.customer-service1-sizl .cs1-faq-mark {
    border-radius: 0;
    background: transparent;
}

body.customer-service1-sizl .cs1-faq-category {
    min-width: 0;
    padding: 0;
    color: var(--cs1-purple-deep);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    word-break: keep-all;
}

body.customer-service1-sizl .cs1-faq-title {
    min-width: 0;
    color: var(--cs1-ink);
    font-size: clamp(2rem, 1.8vw, 2.6rem);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

body.customer-service1-sizl .cs1-faq-toggle {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    background: rgba(19, 25, 40, 0.05);
    color: var(--cs1-muted);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body.customer-service1-sizl .cs1-faq-toggle-icon {
    width: 2.4rem;
    height: 2.4rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}

body.customer-service1-sizl .cs1-faq-item.is-open .cs1-faq-toggle {
    background: linear-gradient(135deg, var(--cs1-purple-deep) 0%, var(--cs1-purple) 100%);
    color: #fff;
}

body.customer-service1-sizl .cs1-faq-item.is-open .cs1-faq-toggle-icon {
    transform: rotate(180deg);
}

body.customer-service1-sizl .cs1-faq-answer {
    border-top: 1px solid rgba(151, 27, 253, 0.18);
    background:
        linear-gradient(90deg, rgba(151, 27, 253, 0.2) 0, rgba(151, 27, 253, 0.2) 0.4rem, transparent 0.4rem),
        radial-gradient(circle at 92% 10%, rgba(216, 180, 254, 0.16), transparent 22%),
        linear-gradient(180deg, rgba(151, 27, 253, 0.045) 0%, rgba(124, 231, 213, 0.055) 100%);
}

body.customer-service1-sizl .cs1-faq-answer[hidden] {
    display: none !important;
}

body.customer-service1-sizl .cs1-faq-answer-inner {
    display: grid;
    grid-template-columns: 5.6rem minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    padding: 2.8rem 2.8rem 3.2rem;
}

body.customer-service1-sizl .cs1-faq-answer-body {
    min-width: 0;
    color: var(--cs1-text);
    font-size: clamp(1.7rem, 1.45vw, 2rem);
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

body.customer-service1-sizl .cs1-faq-answer-body p,
body.customer-service1-sizl .cs1-faq-answer-body div,
body.customer-service1-sizl .cs1-faq-answer-body span,
body.customer-service1-sizl .cs1-faq-answer-body font {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
}

body.customer-service1-sizl .cs1-faq-answer-body p,
body.customer-service1-sizl .cs1-faq-answer-body div {
    margin: 0 0 1.4rem;
}

body.customer-service1-sizl .cs1-faq-answer-body p:last-child,
body.customer-service1-sizl .cs1-faq-answer-body div:last-child {
    margin-bottom: 0;
}

body.customer-service1-sizl .cs1-faq-answer-body p:empty,
body.customer-service1-sizl .cs1-faq-answer-body div:empty,
body.customer-service1-sizl .cs1-faq-answer-body span:empty,
body.customer-service1-sizl .cs1-faq-answer-body font:empty,
body.customer-service1-sizl .cs1-faq-answer-body p:has(> br:only-child),
body.customer-service1-sizl .cs1-faq-answer-body div:has(> br:only-child) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.customer-service1-sizl .cs1-faq-answer-body img,
body.customer-service1-sizl .cs1-faq-answer-body video,
body.customer-service1-sizl .cs1-faq-answer-body iframe,
body.customer-service1-sizl .cs1-faq-answer-body canvas,
body.customer-service1-sizl .cs1-faq-answer-body svg {
    max-width: 100% !important;
    height: auto !important;
}

body.customer-service1-sizl .cs1-faq-answer-body img {
    display: block;
    margin: 2rem 0;
    border-radius: 1.8rem;
}

body.customer-service1-sizl .cs1-faq-answer-body img + img,
body.customer-service1-sizl .cs1-faq-answer-body p:has(> img:only-child) + p:has(> img:only-child),
body.customer-service1-sizl .cs1-faq-answer-body div:has(> img:only-child) + div:has(> img:only-child) {
    margin-top: 2.4rem !important;
}

body.customer-service1-sizl .cs1-faq-answer-body table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    border-collapse: collapse;
    white-space: normal;
}

body.customer-service1-sizl .cs1-faq-answer-body th,
body.customer-service1-sizl .cs1-faq-answer-body td {
    padding: 1rem;
    border: 1px solid rgba(17, 27, 46, 0.14);
    font-size: inherit !important;
    line-height: 1.6 !important;
}

body.customer-service1-sizl .cs1-faq-answer-body ul,
body.customer-service1-sizl .cs1-faq-answer-body ol {
    margin: 1.4rem 0 0;
    padding-left: 2.4rem;
}

body.customer-service1-sizl .cs1-faq-answer-body a {
    color: var(--cs1-purple-deep);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

body.customer-service1-sizl .cs1-empty {
    margin-top: 3.2rem;
    padding: 5.2rem 3.2rem;
    border: 1px solid rgba(151, 27, 253, 0.18);
    border-radius: 3rem;
    background: rgba(255, 255, 255, 0.82);
    text-align: center;
    box-shadow: 0 1.8rem 3.8rem rgba(85, 40, 125, 0.07);
}

body.customer-service1-sizl .cs1-empty strong {
    display: block;
    color: var(--cs1-ink);
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

body.customer-service1-sizl .cs1-empty p {
    margin: 1rem 0 0;
    color: var(--cs1-muted);
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.7;
    word-break: keep-all;
}

@media all and (max-width:1024px) {
    body.customer-service1-sizl {
        --cs1-page-max: min(100% - 3.2rem, 96rem);
        --cs1-inner: calc(100% - 4.8rem);
    }

    body.customer-service1-sizl #container.sub_page.customer_service.customer-service1-sizl-page {
        margin-top: 5.2rem;
        padding-bottom: 9rem;
    }

    body.customer-service1-sizl .cs1-section.cs1-faq > .inner {
        padding: 6rem 0 6.8rem;
    }

    body.customer-service1-sizl .cs1-head {
        grid-template-columns: 1fr;
        gap: 2.8rem;
    }

    body.customer-service1-sizl .cs1-contact-link {
        justify-self: start;
    }

    body.customer-service1-sizl .cs1-faq-question {
        grid-template-columns: 5.2rem minmax(7.6rem, auto) minmax(0, 1fr) 5.2rem;
        gap: 1.4rem;
        padding: 2.2rem 2.4rem;
    }

    body.customer-service1-sizl .cs1-faq-mark,
    body.customer-service1-sizl .cs1-faq-answer-mark,
    body.customer-service1-sizl .cs1-faq-toggle {
        width: 5.2rem;
        height: 5.2rem;
    }
}

@media all and (max-width:820px) {
    body.customer-service1-sizl {
        --cs1-page-max: calc(100% - 2.4rem);
        --cs1-inner: calc(100% - 3.2rem);
    }

    body.customer-service1-sizl .cs1-section.cs1-faq {
        border-radius: 3rem;
    }

    body.customer-service1-sizl .cs1-section.cs1-faq > .inner {
        padding: 5.2rem 0 6rem;
    }

    body.customer-service1-sizl .cs1-filter {
        gap: 1rem;
    }

    body.customer-service1-sizl .cs1-filter-button {
        flex: 0 0 calc((100% - 1rem) / 2);
        width: calc((100% - 1rem) / 2);
        min-width: 0;
        min-height: 5rem;
        padding: 0 1.8rem;
        box-sizing: border-box;
        font-size: 1.6rem;
    }

    body.customer-service1-sizl .cs1-faq-question {
        grid-template-columns: 4.8rem minmax(0, 1fr) 4.8rem;
        gap: 1.2rem;
        min-height: 8.4rem;
    }

    body.customer-service1-sizl .cs1-faq-category {
        grid-column: 2 / 3;
        grid-row: 1;
        justify-self: start;
        min-width: 0;
    }

    body.customer-service1-sizl .cs1-faq-title {
        grid-column: 2 / 3;
        grid-row: 2;
        font-size: clamp(1.9rem, 4.4vw, 2.3rem);
    }

    body.customer-service1-sizl .cs1-faq-mark {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    body.customer-service1-sizl .cs1-faq-toggle {
        grid-column: 3;
        grid-row: 1 / 3;
    }

    body.customer-service1-sizl .cs1-faq-answer-inner {
        grid-template-columns: 4.8rem minmax(0, 1fr);
        gap: 1.4rem;
        padding: 2.4rem;
    }

    body.customer-service1-sizl .cs1-faq-mark,
    body.customer-service1-sizl .cs1-faq-answer-mark,
    body.customer-service1-sizl .cs1-faq-toggle {
        width: 4.8rem;
        height: 4.8rem;
    }
}

@media all and (max-width:480px) {
    body.customer-service1-sizl {
        --cs1-page-max: calc(100% - 1.6rem);
        --cs1-inner: calc(100% - 2.4rem);
    }

    body.customer-service1-sizl #container.sub_page.customer_service.customer-service1-sizl-page {
        margin-top: 4rem;
        padding-bottom: 7rem;
    }

    body.customer-service1-sizl .cs1-section.cs1-faq {
        border-radius: 2.4rem;
    }

    body.customer-service1-sizl .cs1-section.cs1-faq > .inner {
        padding: 4.4rem 0 5.2rem;
    }

    body.customer-service1-sizl .cs1-heading h3 {
        font-size: clamp(4rem, 13vw, 5.6rem);
    }

    body.customer-service1-sizl .cs1-heading p {
        font-size: 1.7rem;
    }

    body.customer-service1-sizl .cs1-contact-link {
        width: 100%;
    }

    body.customer-service1-sizl .cs1-filter {
        gap: 0.8rem;
    }

    body.customer-service1-sizl .cs1-filter-button {
        flex-basis: calc((100% - 0.8rem) / 2);
        width: calc((100% - 0.8rem) / 2);
        min-height: 4.8rem;
        padding: 0 1.4rem;
        font-size: 1.5rem;
    }

    body.customer-service1-sizl .cs1-faq-list {
        gap: 1rem;
    }

    body.customer-service1-sizl .cs1-faq-item {
        border-radius: 2.2rem;
    }

    body.customer-service1-sizl .cs1-faq-question {
        grid-template-columns: 4.2rem minmax(0, 1fr) 4.2rem;
        padding: 2rem 1.8rem;
    }

    body.customer-service1-sizl .cs1-faq-mark,
    body.customer-service1-sizl .cs1-faq-answer-mark,
    body.customer-service1-sizl .cs1-faq-toggle {
        width: 4.2rem;
        height: 4.2rem;
        font-size: 2rem;
    }

    body.customer-service1-sizl .cs1-faq-category {
        padding: 0;
        font-size: 1.4rem;
    }

    body.customer-service1-sizl .cs1-faq-answer-inner {
        grid-template-columns: 4.2rem minmax(0, 1fr);
        gap: 1.2rem;
        padding: 2rem 1.8rem 2.4rem;
    }

    body.customer-service1-sizl .cs1-faq-answer-body {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    body.customer-service1-sizl .cs1-empty {
        padding: 4rem 2rem;
        border-radius: 2.4rem;
    }
}
