.faq-component {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 100%;
    width: 100%;
}

@media (max-width: 820px) {
    .faq-component {
        margin-bottom:30px
    }
}

.faq-component .faq-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.faq-component .faq-head .faq-link {
    font-size: 16px
}

@media (max-width: 500px) {
    .faq-component .faq-head {
        flex-direction:column
    }

    .faq-component .faq-head .faq-link {
        margin-top: 15px
    }
}

.faq-component .faq-caption {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.faq-component .faq-item {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid hsla(0,0%,59.2%,.087);
    margin-bottom: 15px
}

.faq-component .faq-item .caption {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.faq-component .faq-item .caption-block {
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 34px;
    margin-left: -30px;
    position: relative;
    border-radius: 4px 4px 4px 0;
}

.faq-component .faq-item .caption-block:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-color: transparent #2d281d transparent transparent;
    border-style: solid;
    border-width: 0 10px 10px 0;
}

.faq-component .faq-item .caption-block svg {
    margin-right: 8px
}

.faq-component .faq-item .caption-block .icon-faq {
    font-size: 18px
}

.faq-component .faq-item .faq-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: .1px
}

.faq-component .faq-item .faq-content p:last-child {
    margin-bottom: 0
}

.faq-component .faq-item .badge {
    padding: 1px 4px;
    margin: 0 2px;
    background: #373f4e;
    border-radius: 3px
}

.faq-component .faq-item .underline {
    border-bottom: 1px solid hsla(0,0%,100%,.5)
}

.faq-component .guides-list .btn {
    padding: 6px 10px;
    margin: 8px 8px 0 0
}

.faq-component .guides-list .btn svg {
    margin-right: 5px
}

.faq-component .guides-list .btn:last-child {
    margin-right: 0
}

/* ========================================================
   LIGHT MODE STYLING FOR FAQ
   ======================================================== */
[data-theme="light"] .faq-component {
    background: #ffffff !important;
    border: 1.5px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

[data-theme="light"] .faq-caption {
    color: #0f172a !important;
    font-weight: 800 !important;
}

[data-theme="light"] .faq-component .faq-item {
    background: #f8fafc !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}

[data-theme="light"] .faq-component .faq-item .caption-block {
    background: #ffffff !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}

[data-theme="light"] .faq-component .faq-item .caption-block:before {
    border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent !important;
}

[data-theme="light"] .faq-component .faq-item .faq-content p {
    color: #334155 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

[data-theme="light"] .faq-component .faq-item .faq-content a {
    color: #0284c7 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}
