
.container-faq {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e2e2;
    padding: 25px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .container-faq {
        padding: 24px 5px;
    }
}

.container-faq .header-faq {
    margin-bottom: 25px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .container-faq .header-faq {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .container-faq .header-faq {
        margin-bottom: 12px;
    }
}

.container-faq .header-faq h3 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .container-faq .header-faq h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .container-faq .header-faq h3 {
        font-size: 18px;
    }
}

.container-faq .faqs {
    display: flex;
    width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .container-faq .faqs {
        flex-direction: column;
    }
}

.container-faq .faqs-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 24px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .container-faq .faqs-container {
        padding: 0 7px;
    }
}

.container-faq .faq-singular {
    cursor: pointer;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .container-faq .faq-singular {
        padding: 12px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .container-faq .faq-singular {
        padding: 10px;
    }
}

.container-faq .faq-singular.active .faq-question {
    color: #eb3a3a;
}

    .container-faq .faq-singular.active .faq-question i {
        transform: rotate(180deg);
    }

.container-faq .faq-singular .faq-question {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.1s ease-in-out;
}

    .container-faq .faq-singular .faq-question span {
        font-weight: 700;
        font-size: 16px;
    }

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .container-faq .faq-singular .faq-question span {
        font-size: 14px;
    }
}

.container-faq .faq-singular .faq-question i {
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .container-faq .faq-singular .faq-question i {
        font-size: 20px;
    }
}

.container-faq .faq-singular .faq-answer {
    display: none;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .container-faq .faq-singular .faq-answer {
        font-size: 12px;
    }
}

.container-faq .faq-singular .faq-answer p {
    line-height: 30px;
}

.container-faq .faq-singular.v2 {
    padding: unset;
}

    .container-faq .faq-singular.v2 .faq-question {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .container-faq .faq-singular.v2 .faq-question .title-tab {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }

    .container-faq .faq-singular.v2 .faq-answer {
        padding-top: 20px;
    }

        .container-faq .faq-singular.v2 .faq-answer .content ul li {
            width: 100% !important;
        }

.faq-page .faq-container .faq-singular {
    border: 1px solid #e6e6e6;
    padding: 16px;
    border-radius: 16px;
}

    .faq-page .faq-container .faq-singular + .faq-singular {
        margin-top: 8px;
    }

    .faq-page .faq-container .faq-singular.active {
        border-color: #eb3a3a;
    }

    .faq-page .faq-container .faq-singular .faq-question {
        margin-bottom: 0;
        padding: 0;
        border-bottom: 0;
    }

    .faq-page .faq-container .faq-singular .faq-answer {
        padding-top: 24px;
    }

.faq-page .faq-singular {
    cursor: pointer;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page .faq-singular {
        padding: 12px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .faq-page .faq-singular {
        padding: 10px;
    }
}

.faq-page .faq-singular.active .faq-question {
    color: #eb3a3a;
}

    .faq-page .faq-singular.active .faq-question i {
        transform: rotate(180deg);
    }

.faq-page .faq-singular .faq-question {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.1s ease-in-out;
}

    .faq-page .faq-singular .faq-question span {
        font-weight: 700;
        font-size: 16px;
    }

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .faq-page .faq-singular .faq-question span {
        font-size: 14px;
    }
}

.faq-page .faq-singular .faq-question i {
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .faq-page .faq-singular .faq-question i {
        font-size: 20px;
    }
}

.faq-page .faq-singular .faq-answer {
    display: none;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .faq-page .faq-singular .faq-answer {
        font-size: 12px;
    }
}

.faq-page .faq-singular .faq-answer p {
    line-height: 30px;
}

.faq-page .faq-singular.v2 {
    padding: unset;
}

    .faq-page .faq-singular.v2 .faq-question {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .faq-page .faq-singular.v2 .faq-question .title-tab {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }

    .faq-page .faq-singular.v2 .faq-answer {
        padding-top: 20px;
    }

        .faq-page .faq-singular.v2 .faq-answer .content ul li {
            width: 100% !important;
        }

.faq-page-v2 {
    display: flex;
    color: #2F2F2F;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 {
        padding: 0 16px;
    }
}

.faq-page-v2 hr {
    height: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-top: thin solid #E6E6E6;
}

.faq-page-v2 .sidebar {
    flex: 0 1 272px;
    margin-left: 32px;
    position: relative;
}

    .faq-page-v2 .sidebar .faq-nav {
        border: 1px solid #E6E6E6;
        position: sticky;
        top: 184px;
    }

        .faq-page-v2 .sidebar .faq-nav li {
            width: 100%;
        }

            .faq-page-v2 .sidebar .faq-nav li a {
                width: 100%;
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 14px;
                font-weight: 500;
                padding: 16px;
            }

                .faq-page-v2 .sidebar .faq-nav li a svg {
                    width: 24px;
                    height: 24px;
                }

            .faq-page-v2 .sidebar .faq-nav li.active {
                background-color: rgba(241, 96, 106, 0.08);
            }

                .faq-page-v2 .sidebar .faq-nav li.active a {
                    color: #ED303D;
                    font-weight: 800;
                }

                    .faq-page-v2 .sidebar .faq-nav li.active a svg path {
                        fill: #ED303D;
                    }

        .faq-page-v2 .sidebar .faq-nav hr {
            width: calc(100% - 32px);
        }

.faq-page-v2 .faq-container .card-box {
    border: 1px solid #E6E6E6;
    padding: 0;
    overflow: hidden;
}

    .faq-page-v2 .faq-container .card-box hr {
        width: 100%;
    }

.faq-page-v2 .faq-container .faq-singular {
    padding: 0;
}

    .faq-page-v2 .faq-container .faq-singular .faq-question {
        border: none;
        margin: 0;
        padding: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

        .faq-page-v2 .faq-container .faq-singular .faq-question span {
            font-size: 18px;
            font-weight: 700;
            line-height: 36px;
        }

        .faq-page-v2 .faq-container .faq-singular .faq-question i {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 28px;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            transition: all 0.3s ease-in-out;
        }

    .faq-page-v2 .faq-container .faq-singular .faq-answer {
        display: none;
        padding: 0 24px 24px;
    }

        .faq-page-v2 .faq-container .faq-singular .faq-answer p {
            font-size: 16px;
            line-height: 1.6;
            font-weight: 400;
            text-align: justify;
            margin: 10px 0;
            color: #5E5E5E;
        }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .faq-singular .faq-answer p {
        word-spacing: -0.04em;
    }
}

.faq-page-v2 .faq-container .faq-singular .faq-answer .img-container {
    width: 100%;
    margin: 16px 0;
}

    .faq-page-v2 .faq-container .faq-singular .faq-answer .img-container img {
        border-radius: 8px;
        width: 100%;
        height: auto;
    }

.faq-page-v2 .faq-container .faq-singular .faq-answer .video-container {
    width: 100%;
    margin: 16px 0;
}

    .faq-page-v2 .faq-container .faq-singular .faq-answer .video-container video {
        border-radius: 8px;
        width: 100%;
        height: auto;
    }

.faq-page-v2 .faq-container .faq-singular .faq-answer .answer-footer .useful {
    gap: 8px;
}

.faq-page-v2 .faq-container .faq-singular .faq-answer .answer-footer .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

    .faq-page-v2 .faq-container .faq-singular .faq-answer .answer-footer .icon svg {
        width: 100%;
        height: 100%;
        fill: black;
    }

        .faq-page-v2 .faq-container .faq-singular .faq-answer .answer-footer .icon svg path {
            fill: #2F2F2F;
        }

.faq-page-v2 .faq-container .faq-singular.active .faq-question i {
    transform: rotate(180deg);
}

.faq-page-v2 .faq-container .faq-pagination {
    margin-top: 16px;
}

    .faq-page-v2 .faq-container .faq-pagination ul {
        gap: 4px;
    }

        .faq-page-v2 .faq-container .faq-pagination ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: 16px;
            border: 1px solid #E6E6E6;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
            background-color: #fff;
            transition: all 0.1s ease-in-out;
        }

            .faq-page-v2 .faq-container .faq-pagination ul li a svg {
                width: 20px;
                height: 20px;
                padding-right: 2px;
            }

                .faq-page-v2 .faq-container .faq-pagination ul li a svg path {
                    fill: #2F2F2F;
                }

            .faq-page-v2 .faq-container .faq-pagination ul li a:hover {
                box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            }

        .faq-page-v2 .faq-container .faq-pagination ul li.active a {
            background-color: rgba(237, 48, 61, 0.12);
            color: #ED303D;
            font-weight: 700;
        }

            .faq-page-v2 .faq-container .faq-pagination ul li.active a:hover {
                box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
            }

.faq-page-v2 .faq-container .support-container {
    margin-top: 48px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 200px;
    background-color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .support-container {
        display: flex;
        flex-direction: column;
    }
}

.faq-page-v2 .faq-container .support-container > div {
    padding: 24px 32px;
}

.faq-page-v2 .faq-container .support-container .detail-container {
    position: relative;
}

    .faq-page-v2 .faq-container .support-container .detail-container .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 8px;
    }

        .faq-page-v2 .faq-container .support-container .detail-container .title i {
            margin-left: 16px;
            margin-bottom: -4px;
        }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .support-container .detail-container .title i {
        margin-left: 4px;
    }
}

.faq-page-v2 .faq-container .support-container .detail-container .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 48px);
    border-right: thin solid #E6E6E6;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .support-container .detail-container .title::after {
        height: 0;
        width: calc(100% - 64px);
        top: unset;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border-right: unset;
        border-bottom: thin solid #E6E6E6;
    }
}

.faq-page-v2 .faq-container .support-container .detail-container .body {
    font-size: 14px;
    max-width: 72ch;
    color: #5E5E5E;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .support-container .detail-container .body {
        text-align: justify;
    }
}

.faq-page-v2 .faq-container .support-container .phone-number-container .phone-number {
    width: fit-content;
    height: fit-content;
    border-radius: 50px;
    padding: 0 12px;
    padding-top: 2px;
    background-color: #ED303D;
    color: #fff;
    cursor: pointer;
    line-height: 36px;
    font-size: 16px;
    white-space: nowrap;
}

.faq-page-v2 .faq-container .faq-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .faq-categories {
        display: flex;
        flex-direction: column;
        gap: 0;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #E6E6E6;
        background-color: #fff;
    }
}

.faq-page-v2 .faq-container .faq-categories .category-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .faq-categories .category-item {
        flex-direction: row;
        font-weight: 700;
        padding: 16px;
        border-radius: 0;
        border: none;
    }
}

.faq-page-v2 .faq-container .faq-categories .category-item .icon {
    width: 24px;
    height: 24px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .faq-categories .category-item .icon {
        width: 20px;
        height: 20px;
    }
}

.faq-page-v2 .faq-container .faq-categories .category-item .icon > svg {
    width: 100%;
    height: 100%;
}

.faq-page-v2 .faq-container .faq-categories .category-item .icon--gray svg path {
    fill: #979797;
}

.faq-page-v2 .faq-container .faq-categories .category-item .title {
    font-size: 16px;
}

.faq-page-v2 .faq-container .faq-categories .category-item:hover {
    border-color: #ED303D;
}

.faq-page-v2 .faq-container .faq-categories hr {
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .faq-page-v2 .faq-container .faq-categories hr {
        display: block;
        width: calc(100% - 32px);
    }
}
