

/* Start:/local/templates/aspro-priority2/components/bitrix/news.detail/faq-answer/style.css?1790170699911*/
.faq-answer {
    min-width: 0;
    max-width: 100%;
    margin-bottom: 50px;
    color: #1f1f1f;
}
.faq-answer__text {
    line-height: 1.65;
    overflow-wrap: anywhere;
}
.faq-answer__text img {
    max-width: 100%;
    height: auto;
}
.faq-answer__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}
.faq-answer__related {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e5e5e5;
}
.faq-answer__related ul {
    display: grid;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq-answer__related li {
    margin: 0;
    padding: 0;
}
.faq-answer__related li::before {
    content: none;
}
@media (max-width: 600px) {
    .faq-answer__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }
    .faq-answer__actions .btn {
        white-space: normal;
    }
}

/* End */
/* /local/templates/aspro-priority2/components/bitrix/news.detail/faq-answer/style.css?1790170699911 */
