.faq-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-size: cover;
    background-image: url(../../../faq/assets/images/Icon-Faq.svg)
}

.active.faq-icon, .active .faq-icon {
    background-image: url(../../../faq/assets/images/Icon-Faq-Active.svg)
}

.gallery-item-delete-button {
    cursor: pointer;
}

.gallery-image {
    max-width: 400px;
}