

/* Start:/local/templates/templ_main/sections_inc/blogsFaq.css?17810816992406*/
/* FAQ Page Styles */

.faq-page {
    padding: 40px 0 60px;
}

.faq-page__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #1a1a1a;
}

/* FAQ List */
.faq-list {
    /*max-width: 860px;*/
}

.faq-list__group {
    margin-bottom: 40px;
}

.faq-list__group:last-child {
    margin-bottom: 0;
}

.faq-list__group-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8e8e8;
}

.faq-list__items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-list__empty {
    color: #888;
    font-size: 16px;
}

/* FAQ Item */
.faq-item {
    border-bottom: 1px solid #e8e8e8;
}

.faq-item:first-child {
    border-top: 1px solid #e8e8e8;
}

.faq-item__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 18px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.faq-item__question:hover {
    color: #b5262a;
}

.faq-item--active .faq-item__question {
    color: #b5262a;
}

.faq-item__question-text {
    flex: 1;
}

.faq-item__icon {
    flex-shrink: 0;
    color: #888;
    transition: transform 0.25s ease, color 0.2s ease;
}

.faq-item--active .faq-item__icon {
    transform: rotate(180deg);
    color: #b5262a;
}

.faq-item__answer {
    overflow: hidden;
}

.faq-item__answer[hidden] {
    display: none;
}

.faq-item__answer-inner {
    padding: 0 0 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.faq-item__answer-inner p {
    margin: 0 0 12px;
}

.faq-item__answer-inner p:last-child {
    margin-bottom: 0;
}

.faq-item__answer-inner ul,
.faq-item__answer-inner ol {
    margin: 0 0 12px;
    padding-left: 20px;
}

.faq-item__answer-inner a {
    color: #b5262a;
    text-decoration: underline;
}

.faq-item__answer-inner a:hover {
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-page {
        padding: 24px 0 40px;
    }

    .faq-page__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .faq-list__group-title {
        font-size: 17px;
    }

    .faq-item__question {
        font-size: 15px;
        padding: 14px 0;
    }
}

/* End */
/* /local/templates/templ_main/sections_inc/blogsFaq.css?17810816992406 */
