/* Styles used in the theme page templates. Most things should be inherited from the theme. */

.page-template-wsom-thanks .page-content {
    min-height: 50vh;
    display: flex;
    padding: 10vh 15vw;
    align-items: center;
}

.page-template-wsom-thanks h2 {
    text-align: center;
    padding: 10px;
    text-transform: none;
}

.page-template-wsom-update-meeting #add-confirmation h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}
.page-template-wsom-update-meeting .thankcont-item {
    display: none !important;
}

.page-template-wsom-update-meeting .thankcont {
    padding-top: 0;
}

body #et-boc .gform_wrapper form .gfield--type-time.wsom-time-field .clear-multi .ginput_container_time {
    flex-wrap: wrap;
    width: 80px;
}

/* User timezone preferences form */
form#user-timezone-preferences {
    margin-bottom: 64px;
}

form#user-timezone-preferences label {
    display: block;
}

form#user-timezone-preferences input:not([type="submit"]),
form#user-timezone-preferences select {
    font-size: 20px;
    line-height: 32px;
    min-width: 345px;
}

form#user-timezone-preferences input[type="submit"] {
    cursor: pointer;
    border-radius: 6px;
    padding: 8px 16px;
    transition: all 0.3s ease;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    font-weight: 500;
    color: #ffffff;
    background-color: #7e171b;
    border: none;
}

form#user-timezone-preferences input[type="submit"]:hover {
    background-color: #964347;
}

@media screen and (min-width: 768px) {
    form#user-timezone-preferences {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
        align-items: flex-end;
    }
}

/* Gravity Forms styles */
body #et-boc .gform_wrapper form .gform_footer input[type="submit"],
body #et-boc .gform_wrapper form .gform_page_footer input[type="button"],
body #et-boc .gform_wrapper form .gform_page_footer input[type="submit"] {
    width: auto;
    margin-left: 0;
    cursor: pointer;
}

body #et-boc .gform_wrapper ul.meeting-form-terms li {
    list-style: disc !important;
    margin-bottom: 8px;
    margin-left: 1rem !important;
}
