/*
 Theme Name:   LargeCons2026
 Template:    astra
*/

.common-questions {
	margin-bottom:1em;
}

.common-questions summary {
    font-size: 1.5em;
    font-weight: bold;
	margin-bottom: 1px;
}

.common-questions summary:hover {
    color: #1f0d0e;
    cursor: pointer;
    transition: 0.5s;
}

.common-questions[open] > :where(:not(summary)) {
    border-left: 1px solid #3c434d;
    border-right: 1px solid #3c434d;
    border-bottom: 1px solid #3c434d;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 5px;
}