.faq-collapse {
    position: relative;
    margin-bottom: 2rem;
    box-sizing: border-box;
}

.faq-contact-form {
    position: relative;
    background-color: #fff8d4;
    padding: 2rem;
    box-sizing: border-box;
}

@media (min-width: 769px), print {
    .faq-container::before {
        content: "";
        display: table;
    }

    .faq-container::after {
        content: "";
        display: table;
        clear: both;
    }

    .faq-collapse {
        width: 65%;
        float: left;
        padding-right: 4%;
    }

    .faq-contact-form {
        width: 35%;
        float: right;
    }
}

/* FAQs Tab */
.faq-tab:first-child {
    margin-top: 0;
}

.faq-tab {
    z-index: 10;
    margin-top: 2rem;
}

.faq-tab .faq-trigger {
    padding: 1rem 2rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    border: none !important;
    width: 100%;
    text-align: left;
    background-color: #ffffff !important;
    color: #191c1f;
    border: 1px solid #e4e7e9 !important;
    border-radius: 4px;
}

.faq-tab .faq-trigger:hover {
    background: #12541d !important;
    color: white;
    border: 1px solid #12541d !important;
}

.faq-tab.active .faq-trigger {
    background: #12541d !important;
    color: white;
    border: 1px solid #12541d !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-tab span:after {
    content: "\002B";
    display: inline-block;
    float: right;
    color: #77878f;
}

.faq-tab:hover span:after {
    color: white;
}

.faq-tab.active span:after {
    content: "\002D";
    display: inline-block;
    float: right;
    color: white;
}

/* FAQs Content */
.faq-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475156;
    background: #ffffff;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid #e4e7e9;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 1rem 2rem;
}

/* FAQs Form */
.faq-contact-form strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #191c1f;
}

.faq-contact-form p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475156;
    margin-top: 1rem;
}

.faq-contact-form input,
.faq-contact-form textarea {
    border: 0.7px solid #fcd508;
    box-shadow: none !important;
}

.faq-contact-form .action.primary,
.faq-contact-form .action.primary:hover {
    color: white;
    background-color: #12541d;
    border: 1px solid #12541d;
    padding: 1rem 2rem;
    text-transform: uppercase;
}
