/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#gform_wrapper_21 {
    min-height: 500px;
}

#field_21_39 {
    max-height: 500px;
    overflow: auto;
    border: 1px solid #000;
    position: relative;
    padding: 10px;
    margin: 0;
}

.scroll-hint {
    position: absolute;
    bottom: 5px;
    right: 10px;
    opacity: 0.7;
    background: var(--c-light-blue);
    padding: 2px 6px;
    border-radius: 4px;
    transition: opacity 0.3s ease;
    display: none;
}

.scroll-hint.hidden {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 786px) {
    .scroll-hint {
        display: block;
    }
}
