/* Frontend styles */

.faq-item:first-child {
    margin-top: 30px;
}

.faq-item {
    padding: 0 25px 30px 25px;
    border-bottom: 1px solid #D4DCFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #F4F9FF 100%);
    transition: all .4s ease;
    margin-bottom: 30px;
}

.faq-question {
    font-weight: bold;
    margin-bottom: 6px;
}

.faq-question:before {
    content: "?";
    background: #e10b7e;
    display: inline-flex;
    width: 23px;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    line-height: normal;
    padding: 2px 0;
    margin-right: 6px;
    color: #fff;
}