﻿#faq-container {
    background-color: #d1ecf0;
}

.faq-symbol {
    font-family: Raleway, sans-serif !important;
    font-size: 48px !important;
    font-weight: 200 !important;
    color: var(--orange) !important;
    line-height: 25px !important;
}

.fa-plus, .fa-minus {
    color: var(--orange);
}
.accordion-button {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: black;
    line-height: 25px;
    margin-bottom: 0;
    padding:0;
    width: unset;
    background-color: #d1ecf0;
   
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: unset;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: inset 0 0;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button:focus, .accordion-button:focus-visible {
    box-shadow: none !important;
}

.accordion-body {
    padding-left: 27px;
    padding-bottom: 0;
}

.accordion-item {
    border:none;
    background-color: #d1ecf0;
}

.accordion-body p{
    color: black;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    max-width: 507px;
}

.accordion-body-bullets {
    font-size: 16px;
    margin-bottom: 5px;
}

.fa-period {
    font-size: 16px;
}

.accordion-body small {    
    color: black;
    line-height: 22px;   
}

#more-questions {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.trust-pilot-header {
    max-width: unset;
}

#trust-pilot-faq-header {
    font-size: 30px !important;
    line-height: 45px !important;
    font-weight: 700;
    max-width: 100%;
}

.trust-pilot-quote {
    max-width: 425px;
}

.trust-pilot-stars {
    height: 44px;
    width: 235px;
}


#faq-how-it-works-button {
    width: 189px;
}

#faq-how-it-works-container {
    background-color: var(--pgl-green);
}
#faq-how-it-works h6 {
    font-size: 22px;
    line-height: 28px;
}

@media (max-width:575px) {

    #trust-pilot-faq-header {
        line-height: 34px!important;
    }
    .trust-pilot {
        height: unset !important;
    }

    .trust-pilot-quote {
        max-width: unset;
    }

    #faq-how-it-works-button {
        width: 100%;
    }
}