/* Pages */
.page-cms .page-content img {
    max-width: 100%;
    height: auto;
}

.page-cms .page-content h2 {
    margin-top: 85px;
    color: #DE058A;
}

.page-cms .page-content a {
    color: #DE058A;
}

.category-navigation a {
    color: #222222 !important;
    display: block;
    line-height: 2;
    text-decoration: none;
}

.category-navigation a.current::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    color: #DE058A;
    margin-right: 10px;
    display: inline-block;
    font-size: 8px;
    vertical-align: 30%;
    font-weight: bold;
}

/* FAQ */
.z2-faq-wrapper {

}

.z2-faq-questions {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.z2-faq-questions input[type="radio"] {
    display: none;
}

.z2-faq-questions label {
    box-shadow: 0 0 8px rgba(56, 56, 56, 0.15);
    padding: 15px 30px;
    margin-bottom: 10px;
    display: block;
}

.z2-faq-question {
    display: flex;
    font-weight: bold;
    justify-content: space-between;
}

.z2-faq-question::after {
    content: '\f067';
    font-weight: normal;
    color: #DE058A;
    font-family: 'Font Awesome 5 Pro';
}

.z2-faq-questions input[type="radio"]:checked + .z2-faq-question {
    color: #DE058A;
}
.z2-faq-questions input[type="radio"]:checked + .z2-faq-question::after {
    content: '\f068';
}

.z2-faq-question-answer {
    max-height: 0;
    overflow-y: hidden;
    transition: all 1s ease;
}

.z2-faq-questions input[type="radio"]:checked ~ .z2-faq-question-answer {
    margin-top: 20px;
    max-height: 700px;
}
