.sto-trigger:hover {
    cursor: pointer;
}

div#woa-schedule-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    height: 100%;
    z-index: 999999;
    padding-top: 50px;
    overflow-y: scroll;
    max-width: 100vw;
    max-height: 100vh;
}

div#woa-schedule-overlay-close-icon {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    z-index: 999;
}

div#woa-schedule-overlay-close-icon:hover {
    cursor: pointer;
}

div#woa-schedule-overlay-close-icon img {
    height: 30px;
    width: 30px;
}

#woa-schedule-overlay h3 {
    margin: 0 !important;
}

#woa-schedule-inner-wrapper {
    text-align: center;
    max-width: 100vw;
    padding: 30px;
    max-width: 500px;
    margin: auto;
}

div#woa-schedule-options-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    padding-top: 30px;
}

.woa-schedule-option {
    border: 1px solid black;
}

.woa-schedule-option > h3 {
    background: black;
    color: white;
    padding: 10px;
    margin-bottom: 0;
}

.woa-schedule-option > h3:hover {
    cursor: pointer;
    background: white;
    color: black;
}

.woa-schedule-option > h3:before {
    content: "\002B";
    font-weight: bold;
    padding-right: 10px;
}

.woa-schedule-option.clc-collapsible-open:before {
    content: "\2212 ";
    font-weight: bold;
    padding-right: 10px;
}



a.woa-schedule-phone-number {
    font-size: 1.6em;
    font-weight: bold;
}

.woa-schedule-option-inner {
    padding: 25px;
    background: #f7f7f7;
}

.woa-schedule-option .gform_wrapper {
    text-align: left;
}

p.gform_required_legend {
    font-size: 0.7em;
    margin-bottom: 0;
}

.woa-schedule-option .gform_button,
.woa-schedule-option button {
    font-size: 1em;
    line-height: 1em !important;
}

.woa-schedule-option-message {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}