.elementor-2171 .elementor-element.elementor-element-137d85b8{--display:flex;}/* Start custom CSS */.wp-block-yoast-faq-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.schema-faq-section {
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1); 
    border-radius: 8px; 
    background-color: rgba(255, 255, 255, 0.02);
    transition: background-color 0.3s ease;
}

.schema-faq-section:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
}

.schema-faq-question {
    display: block;
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: 600;
    color: #FFFFFF; 
    cursor: default;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.schema-faq-question::before {
    content: 'Q.';
    color: #71ecb6;
    font-weight: 800;
    margin-right: 10px;
    opacity: 0.8;
}

.schema-faq-answer {
    padding: 15px 20px;
    margin: 0;
    color: #B0B0B0; 
    line-height: 1.6;
    font-size: 0.95em;
}

.schema-faq-answer p {
    margin-bottom: 0;
}/* End custom CSS */