/* =====================================
   PURICOIN FAQ – HARD OVERRIDE
===================================== */

.faq__wrap .accordion-button {
    color: #ffffff !important;
}

/* INNER ICON */
.faq__wrap .accordion-button::before {
    content: "\f067" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;

    background: linear-gradient(
        180deg,
        #3cb043 0%,
        #1f6f2d 100%
    ) !important;

    box-shadow:
        inset 0 2px 4px rgba(255,255,255,0.15),
        0 12px 26px rgba(0,0,0,0.65) !important;

    color: #ffffff !important;
}

/* OPEN STATE */
.faq__wrap .accordion-button:not(.collapsed)::before {
    background: linear-gradient(
        180deg,
        #46c256 0%,
        #3cb043 100%
    ) !important;
}

/* OUTER RING */
.faq__wrap .accordion-button::after {
    border: 1px solid rgba(60, 176, 67, 0.45) !important;
    background: transparent !important;
}

/* BODY TEXT */
.faq__wrap .accordion-body p {
    color: #bfc4c9 !important;
}
