.gform_wrapper_49ec7bd9 {
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.gform_wrapper_49ec7bd9 input[type="text"],
.gform_wrapper_49ec7bd9 input[type="email"],
.gform_wrapper_49ec7bd9 input[type="tel"],
.gform_wrapper_49ec7bd9 input[type="url"],
.gform_wrapper_49ec7bd9 input[type="number"],
.gform_wrapper_49ec7bd9 textarea,
.gform_wrapper_49ec7bd9 select {
    box-sizing: border-box;
    width: 100% !important;
    transition: all 0.25s ease-in-out;
}

/* Specific styling defaults and helper overrides for sub-label containers */
.gform_wrapper_49ec7bd9 .ginput_complex.ginput_container_name {
    width: 100%;
}

.gform_wrapper_49ec7bd9 .ginput_complex.ginput_container_name span {
    display: flex;
    flex-direction: column;
}

.gform_wrapper_49ec7bd9 .gform_button,
.gform_wrapper_49ec7bd9 input[type="submit"] {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

/* Radio & Checkbox structural overrides */
.gform_wrapper_49ec7bd9 .gfield_checkbox,
.gform_wrapper_49ec7bd9 .gfield_radio {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gform_wrapper_49ec7bd9 .gchoice {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 6px !important;
}

.gform_wrapper_49ec7bd9 input[type="checkbox"],
.gform_wrapper_49ec7bd9 input[type="radio"] {
    margin: 0 !important;
    cursor: pointer;
}

.gforms-styler-alert {
    padding: 15px;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    border-radius: 4px;
    text-align: center;
}
