/* LazyBlock: Question (FAQ) */

.question-bg {
    background-color: #fff;
}

.question__shape-wrapper {
    position: relative;
}

.question__bg-shape {
    position: absolute;
    left: -515px;
    bottom: -295px;
}

.question__bg-shape img {
    width: 100%;
    height: auto;
}

.question__bullet-shape {
    position: absolute;
    right: -454px;
    bottom: 0;
}

.question__bullet-shape img {
    width: 100%;
    height: auto;
}

.question__close-shape {
    position: absolute;
    top: 148px;
    right: -60px;
}

.question__close-shape img {
    width: 100%;
    height: auto;
}

.question__media {
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.question__media img {
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .question__faq {
        padding-top: 30px;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .question__faq {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .question__faq {
        padding-bottom: 40px;
    }
}

@media (max-width: 680px) {
    .question__faq {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.question__subtitle {
    color: var(--rr-theme-primary);
    font-size: var(--rr-fs-h4);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    margin-bottom: 12px;
}

.question__title {
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-h2);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .question__title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .question__title {
        font-size: 40px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .question__title {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    .question__title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .question__title {
        font-size: 27px;
        line-height: 37px;
    }
}

.question__card {
    border: none;
    margin-bottom: 20px;
    max-width: 600px;
    background: none;
}

@media (max-width: 480px) {
    .question__card {
        margin-bottom: 15px;
    }
}

.question__card-header {
    padding: 0;
    background-color: var(--rr-common-white);
    border-radius: 4px;
    border: 1px solid rgba(0, 29, 8, 0.1);
}

.question__card-link {
    color: var(--rr-heading-primary);
    display: flex;
    cursor: pointer;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    align-items: center;
    transition: all 0.3s ease;
    padding: 16px 68px 16px 20px;
    line-height: 30px;
    width: 100%;
    position: relative;
    background: transparent;
    border: none;
}

@media (max-width: 480px) {
    .question__card-link {
        padding: 8px;
        padding-right: 50px !important;
        font-size: 16px;
    }
}

@media (max-width: 376px) {
    .question__card-link {
        padding: 19px;
        font-size: 16px;
        text-align: inherit;
        line-height: 27px;
    }
}

@media (max-width: 320px) {
    .question__card-link {
        padding: 19px 10px;
        font-size: 15px;
        line-height: 22px;
    }
}

.question__card-link::before {
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 18px;
    content: "\f067";
    margin-right: 10px;
    position: absolute;
    align-items: center;
    background: var(--rr-heading-primary);
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    color: var(--rr-common-white);
    border-radius: 5px;
}

@media (max-width: 480px) {
    .question__card-link::before {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

.question__card-link[aria-expanded="true"]::before {
    color: var(--rr-common-black);
    font-size: 18px;
    content: "\f068";
    background-color: var(--rr-common-white);
    font-family: "Font Awesome 5 Pro";
}

.question__card-link[aria-expanded="true"] {
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-radius: 4px;
    width: 100%;
}

.question__card-body {
    padding: 0;
    padding-left: 20px;
}

.question__answer p {
    max-width: 540px;
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    padding-top: 14px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .question__answer p {
        line-height: 24px;
    }
}
