.crypto-assist-faq,
.crypto-assist-faq * {
    box-sizing: border-box;
}

.crypto-assist-faq {
    width: 100%;
    min-height: 0;
    padding: 80px 20px 90px;
    background: #000000;
    color: #ffffff;
    font-family: 'Rajdhani', Arial, Helvetica, sans-serif;
}

.crypto-assist-faq__container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.crypto-assist-faq__header {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 82px;
    text-align: center;
}

.crypto-assist-faq__heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    color: #ffffff;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.crypto-assist-faq__heading-line {
    display: block;
}

.crypto-assist-faq__header-description {
    margin-top: 20px;
    color: #9b9b9f;
    font-size: 18px;
    line-height: 1.55;
}

.crypto-assist-faq__header-description p {
    margin: 0;
}

.crypto-assist-faq__list {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.crypto-assist-faq__item {
    overflow: hidden;
    border: 1px solid #1d1e21;
    border-radius: 12px;
    background: #010102;
    transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.crypto-assist-faq__button {
    width: 100%;
    min-height: 106px;
    padding: 34px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: background-color 180ms ease;
}

.crypto-assist-faq__question {
    min-width: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    transition: color 180ms ease;
}

.crypto-assist-faq__toggle-wrap {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.crypto-assist-faq__toggle {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    transition: opacity 180ms ease, transform 180ms ease;
}

.crypto-assist-faq__toggle svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.crypto-assist-faq__toggle--open {
    opacity: 0;
    transform: rotate(-20deg) scale(0.82);
}

.crypto-assist-faq__item.is-open .crypto-assist-faq__toggle--closed {
    opacity: 0;
    transform: rotate(20deg) scale(0.82);
}

.crypto-assist-faq__item.is-open .crypto-assist-faq__toggle--open {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.crypto-assist-faq__panel[hidden] {
    display: none;
}

.crypto-assist-faq__answer {
    padding: 0 38px 34px;
    color: #a6a6aa;
    font-size: 17px;
    line-height: 1.6;
}

.crypto-assist-faq__answer p {
    margin: 0 0 12px;
}

.crypto-assist-faq__answer p:last-child {
    margin-bottom: 0;
}

.crypto-assist-faq__answer a {
    color: #ffcc00;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.crypto-assist-faq--answer-divider-yes .crypto-assist-faq__answer {
    padding-top: 24px;
    border-top: 1px solid #202125;
}

@media (max-width: 1024px) {
    .crypto-assist-faq {
        padding: 70px 20px 80px;
    }

    .crypto-assist-faq__header {
        margin-bottom: 64px;
    }

    .crypto-assist-faq__heading {
        font-size: 46px;
    }

    .crypto-assist-faq__button {
        min-height: 96px;
        padding: 30px 32px;
    }

    .crypto-assist-faq__question {
        font-size: 22px;
    }

    .crypto-assist-faq__answer {
        padding: 0 32px 30px;
    }
}

@media (max-width: 767px) {
    .crypto-assist-faq {
        padding: 54px 16px 60px;
    }

    .crypto-assist-faq__header {
        margin-bottom: 42px;
    }

    .crypto-assist-faq__heading {
        font-size: 36px;
        line-height: 1.08;
    }

    .crypto-assist-faq__header-description {
        margin-top: 16px;
        font-size: 16px;
    }

    .crypto-assist-faq__list {
        gap: 12px;
    }

    .crypto-assist-faq__button {
        min-height: 78px;
        padding: 23px 20px;
        gap: 16px;
    }

    .crypto-assist-faq__question {
        font-size: 18px;
        line-height: 1.35;
    }

    .crypto-assist-faq__toggle-wrap {
        width: 20px;
        height: 20px;
    }

    .crypto-assist-faq__answer {
        padding: 0 20px 24px;
        font-size: 15px;
    }

    .crypto-assist-faq--answer-divider-yes .crypto-assist-faq__answer {
        padding-top: 18px;
    }
}

/* PandaEX 1.0.29 — editable Assist FAQ section widget */
