

/* Start:/local/components/skillline/news.list/templates/.default/style.css?17702898001533*/
.faq-container,
.faq-container__dropdown {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.faq-container__dropdown._active .faq-container__dropdown-head .faq-container__dropdown-cross {
    transform: rotate(45deg);
}

.faq-container__dropdown-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    background: #871e5d;
    cursor: pointer;
    box-shadow: 0px -6px 26px -19px rgba(0, 0, 0, 0.5) inset;
}

.faq-container__dropdown-head p {
    padding: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.faq-container__dropdown-head .faq-container__dropdown-cross {
    min-width: 28px;
    width: 28px;
    height: 28px;
    padding-right: 15px;
    background: url('/local/components/skillline/news.list/templates/.default/./img/cross.svg') no-repeat center;
    background-size: contain;
    transform: rotate(0);
    transition: all 0.4s ease;
}

.faq-container__dropdown-description {
    width: 100%;
    height: 0;
    background: #dce0e1;
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-container__dropdown-description ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: circle;
    padding-left: 31px;
}

.faq-container__dropdown-description p {
    padding: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
/* End */
/* /local/components/skillline/news.list/templates/.default/style.css?17702898001533 */
