.toggle-button:focus,
.toggle-button:focus-visible,
.toggle-button:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    ring: none !important;
}
.toggle-button {
    outline: none !important;
}
.toggle-content {
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-bottom 0.5s ease-in-out;
}
.toggle-content.toggle-open {
    max-height: 1000px;
    opacity: 1;
}
.toggle-content.toggle-closed {
    max-height: 0;
    opacity: 0;
}

/*Yoast FAQ Block custom css*/
.wp-block-yoast-faq-block {
    max-width: 700px;
    margin: 0 auto;
}

.wp-block-yoast-faq-block a{
    font-weight:  bold;
    text-decoration: underline;
}
