.gss-bottom-footer-form-wrap .uabb-form-field {
    margin-bottom: 10px;
}

.gss-bottom-footer-form-wrap .uabb-form-field input {
    width: 100%;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid #2f3f73;
    border-radius: 0;
    background: #ffffff;
    color: #4d5a73;
    font-size: 22px;
    line-height: 1.2;
}

.gss-bottom-footer-form-wrap .uabb-form-field input::placeholder {
    color: #8f98a8;
    opacity: 1;
}

.gss-bottom-footer-form-wrap .uabb-form-field input:focus {
    outline: none;
    box-shadow: none;
    border-color: #2f3f73;
}

.gss-bottom-footer-form-wrap .uabb-form-button {
    margin-top: 10px;
}

.gss-bottom-footer-form-wrap .uabb-form-button .uabb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 7px 20px;
    border: 0;
    border-radius: 999px;
    background: #a8cf3a;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.gss-bottom-footer-form-wrap .uabb-form-button .uabb-button .uabb-button-text {
    color: #ffffff !important;
}

.gss-bottom-footer-form-wrap .uabb-form-button .uabb-button:hover,
.gss-bottom-footer-form-wrap .uabb-form-button .uabb-button:focus {
    background: #99bc36;
    color: #ffffff;
}

.gss-bottom-footer-form-wrap .uabb-form-button .uabb-button:focus-visible {
    outline: 2px solid #2f3f73;
    outline-offset: 2px;
}
