.yrfaq-catblulight.yrfaq-category {
    background: #3f9db8;
    border: 1px solid rgba(255,255,255,0.75);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    opacity: 1;
    border-radius: 4px;
    margin-top: 4px;
    padding: 12px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.yrfaq-catblulight.yrfaq-category:hover {
    opacity: 0.85;
}

.yrfaq-catblulight .yrfaq-categories-title,
.yrfaq-catblulight .yrfaq-categories-title h3,
.yrfaq-catblulight .yrfaq-categories-title a,
.yrfaq-catblulight .yrfaq-category-head,
.yrfaq-catblulight .yrfaq-category-head i,
.yrfaq-catblulight .yrfaq-category-head svg {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.9);
    cursor: pointer;
    font-weight: bold;
}

.icon-home.accordeonck {
    font-family: var(--hiq-font-family-base), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: normal !important;
}

#accordeonck201 li.parent > span span.toggler_icon {
    background: none !important;
}

#accordeonck201 li.parent > span span.toggler_icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #D1F9FF;
    border-bottom: 2px solid #D1F9FF;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s ease;
}

#accordeonck201 li.parent.open > span span.toggler_icon::before {
    transform: translateY(-50%) rotate(-135deg);
}