.sso-block-container {
}

.sso-block-container h3 {
    color: #051344;
    font-size: 21px;
    font-weight: 600;
    line-height: 125%;
    margin: 0;
}

.sso-block-container #signup-form-sso {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin: 16px 0;
}

.sso-block-container #signup-form-sso button {
    display: flex;
    flex-direction: row;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    border: 1px solid #D2D6DB;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* Hover state */
.sso-block-container #signup-form-sso button:hover {
    background-color: #F0FFFE;
}

/* Focus state (keyboard navigation) */
/* .sso-block-container #signup-form-sso button:focus {
    outline: none;
    border: 1px solid #006D6F;
} */

/* Active/pressed state */
.sso-block-container #signup-form-sso button:active {
    background-color: #E1FFFE;
}

/* Disabled state (during submit) */
.sso-block-container #signup-form-sso button:disabled,
.sso-block-container #signup-form-sso button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Prevent hover/active effects when disabled */
.sso-block-container #signup-form-sso button:disabled:hover,
.sso-block-container #signup-form-sso button[disabled]:hover,
.sso-block-container #signup-form-sso button:disabled:active,
.sso-block-container #signup-form-sso button[disabled]:active {
    background-color: white;
    border-color: #D2D6DB;
}

.sso-block-container #signup-form-sso button img {
    width: 20px;
    height: 20px;
}

.sso-block-container #signup-form-sso button div {
    color: #4D5761;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}



.sso-block-container .disclaimer {
    color: #505965;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.sso-block-container .sso-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0;
}

.sso-block-container .sso-divider__line {
    flex: 1;
    height: 1px;
    background-color: #D2D6DB;
}

.sso-block-container .sso-divider__text {
    color: #303030;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    margin: 0;
}


.region-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px;
    background: url('/wp-content/themes/subsurface/assets/_corp/select-caret.svg') no-repeat;
    background-position: calc(100% - 12px) center;
    height: 36px;
    width: 145.33px;
    font-size: 14px;
    color: #202124;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    cursor: pointer;
}

.region-form select:focus {
    outline-color: #008489!important;
}