.fx-scheduler-native-field-wrap,
#gform_wrapper_33 #field_33_28,
#gform_wrapper_33 #field_33_32,
#gform_wrapper_33 #field_33_38,
#gform_wrapper_33 #field_33_39,
#gform_wrapper_33 #field_33_40 {
    display: none !important;
}

#gform_wrapper_33 .ginput_container_address {
    display: block;
}

#gform_wrapper_33 .ginput_container_address > span {
    margin: 0 !important;
    padding: 0 !important;
}

#gform_wrapper_33 .ginput_container_address .address_line_1 {
    width: 100% !important;
}

#gform_wrapper_33 .ginput_container_address .address_line_2,
#gform_wrapper_33 .ginput_container_address .address_city,
#gform_wrapper_33 .ginput_container_address .address_state,
#gform_wrapper_33 .ginput_container_address .address_zip,
#gform_wrapper_33 .ginput_container_address .ginput_address_city,
#gform_wrapper_33 .ginput_container_address .ginput_address_state,
#gform_wrapper_33 .ginput_container_address .ginput_address_zip {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#gform_wrapper_33 .fx-scheduler-address-message {
    margin-top: 0.5rem;
}

#gform_wrapper_33 #field_33_27 .ginput_container_address .address_line_1,
#gform_wrapper_33 #field_33_27 .ginput_container_address .address_line_2 {
    flex: none;
    width: 100% !important;
}

#gform_wrapper_33 #field_33_27 .ginput_container_address .address_city,
#gform_wrapper_33 #field_33_27 .ginput_container_address .address_state {
    flex: none;
    width: 1px !important;
}

#gform_wrapper_33 #field_33_27 .ginput_container_address .address_zip {
    flex: none;
    width: 1px !important;
}

#gform_wrapper_33 #field_33_27 .ginput_container_address .address_zip input {
    width: 1px !important;
}

#gform_wrapper_33 #field_33_37 {
    display: none;
}

#gform_wrapper_33 #field_33_37.is-scheduler-visible {
    display: block;
}

.fx-scheduler {
    margin-top: 1.5rem;
}

.fx-scheduler__location {
    color: #1b3f8b;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.fx-scheduler__controls {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.fx-scheduler__control {
    flex: 1;
}

.fx-scheduler__control label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.fx-scheduler__select {
    width: 100%;
}

.fx-scheduler__body {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .fx-scheduler__body {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

.fx-scheduler__weekdays,
.fx-scheduler__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.35rem;
}

.fx-scheduler__weekdays {
    margin-bottom: 0.5rem;
}

.fx-scheduler__weekdays span {
    color: #4b5563;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
}

.fx-scheduler__day {
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #9ca3af;
    cursor: default;
    font-size: 0.95rem;
    line-height: 2rem;
    min-height: 2rem;
    padding: 0;
}

.fx-scheduler__day.is-available {
    color: #1b3f8b;
    cursor: pointer;
    font-weight: 600;
}

.fx-scheduler__day.is-available:hover,
.fx-scheduler__day.is-selected {
    background: #1b3f8b;
    color: #fff;
}

.fx-scheduler__day.is-disabled,
.fx-scheduler__day.is-muted {
    color: #d1d5db;
}

.fx-scheduler__times-header {
    color: #1b3f8b;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.fx-scheduler__times-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .fx-scheduler__times-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.fx-scheduler__time {
    background: #fff;
    border: 1px solid #1b3f8b;
    border-radius: 4px;
    color: #1b3f8b;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.65rem 0.5rem;
}

.fx-scheduler__time:hover,
.fx-scheduler__time.is-selected {
    background: #1b3f8b;
    color: #fff;
}

.fx-scheduler__message {
    color: #4b5563;
    grid-column: 1 / -1;
    margin: 0;
}

#gform_wrapper_33 .gf_page_steps {
    margin-bottom: 1.5rem;
}
