.countyDivScroll {
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 8px;
    overscroll-behavior-y: contain;
}

.county-error-divider {
    display: none;
    border-top: 1px solid #b52c2c;
    margin-top: 10px;
}

#county-error-outside {
    display: none;
    align-items: center;
    gap: 8px;
    color: #b52c2c;
    font-weight: 500;
    margin-top: 4px;
}