

/* Start:/local/components/softmg/faq/templates/.default/style.css?17537985673217*/
.faq-card {
    box-shadow: 0 4px 16px rgba(0, 51, 153, 0.04), 0 2px 2px rgba(0, 51, 153, 0.08);
    border-radius: 24px;
    padding: 8px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    height: 100%;
    min-height: 454px;
    width: 100%;
}

.faq-card:hover {
    box-shadow: 0 12px 16px rgba(0, 51, 153, 0.08), 0 4px 6px rgba(0, 51, 153, 0.12);
    transition: 0.3s;
}

.faq-card .question, .faq-card .answer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    border-radius: 15px;
    padding: 24px;
}

.faq-card .question .text, .faq-card .answer .text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.faq-card .question .text.expanded, .faq-card .answer .text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
}

.faq-card .question .author, .faq-card .answer .author {
    font-size: 12px;
    color: #7B8797;
    line-height: 1.5;
}

.faq-card .question {
    position: relative;
    background: #e5e5e5;
    border-bottom-left-radius: 0;
}

.faq-card .question:after {
    border-color: #e5e5e5 transparent transparent transparent;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
}

.faq-card .answer {
    border: 0.5px solid rgba(194, 200, 207, 0.5);
}

.faq-card .answer .author-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.faq-card .answer .show-more-tip {
    font-size: 11px;
    color: #0359EF;
    cursor: pointer;
    display: none;
    white-space: nowrap;
}

.faq-card .answer .show-more-tip.visible {
    display: block;
}

.swiper-wrapper .swiper-slide {
    height: auto;
}

.questions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    align-items: start;
    width: 100%;
}

.questions__item {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    grid-column: span 1;
}

.questions__load-more {
    text-align: center;
}

.questions__load-more-btn {
    color: black;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;
}

.questions__load-more-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.questions__bottom {
    position: relative;
}

.questions__bottom span.show-more-tip {
    position: absolute;
    bottom: 20px;
    right: 19px;
    font-size: 11px;
    color: #0359EF;
    cursor: pointer;
    display: none;
}

.questions__bottom span.show-more-tip.visible {
    display: block;
}

@media (max-width: 768px) {
    .questions__grid {
        grid-template-columns: 1fr;
    }
    
    .questions__item {
        grid-column: span 1;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .questions__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .questions__item {
        grid-column: span 1;
    }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/softmg/faq/templates/.default/style.css?17537985673217 */
