table .answers-body.inactive {
    display: none;
}
.wpforms-hidden-field {
    display: none !important;
}

.disabled-field {
    pointer-events: none;
    opacity: 0.5;
}

.survey-question-filter {
    margin-bottom: 20px;
}

.survey-question-filter {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: wrap; /* handles mid-size wrapping gracefully */
    margin-bottom: 20px;
}

.survey-question-filter-input {
    width: 220px;
    min-width: 220px;
    flex: 0 0 auto;
    background-color: #FFFFFF;
    border: 1px solid #E7E6E7;
    font-size: 16px;
    line-height: 1.5rem;
    padding: 9px 12px;
    font-family: 'Gotham Book';
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.survey-question-filter select {
    background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L8.5 10L12.5 6" stroke="%23C5C5C5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.wpforms-form .p6-survey-optin {
    margin-bottom: 30px;
}