/* Start custom CSS for html, class: .elementor-element-4f5e842 *//* Main category styling */
.main-category summary {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    background: #e0e0e0;
    border-bottom: 2px solid #333;
}

/* Indent subcategories */
details details {
    margin-left: 20px;
}

summary {
    cursor: pointer;
}

.question {
    margin: 10px 0;
    padding-left: 20px;
}

.question h3 {
    margin: 5px 0;
}

a {
    text-decoration: none;
    color: #21409a; /* primary */
}

a:hover {
    color: #62fbeb; /* secondary */
    text-decoration: underline;
}

/* CTA banner */
.cta-banner {
    background: #21409a; /* primary */
    color: #fff;
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    border-radius: 4px;
}

.cta-banner a {
    color: #62fbeb; /* secondary */
    font-weight: bold;
    text-decoration: underline;
}

/* Price text, if used */
.price {
    color: #ee9823;
}/* End custom CSS */