.google-signup {
    margin: 0 0 18px;
    overflow: visible;
}

.google-signup__intro {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #5c4a3a;
    text-align: center;
}

.google-signup__btn {
    display: flex;
    justify-content: center;
    min-height: 40px;
    overflow: visible;
}

.google-signup__btn iframe {
    display: block;
    max-width: none;
    flex-shrink: 0;
    border: 0;
}

.google-signup__mock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    min-width: 280px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background: #fff;
    color: #3c4043;
    font: 500 14px/1 "Roboto", Arial, sans-serif;
}

.google-signup__mock-icon {
    width: 18px;
    height: 18px;
    background: conic-gradient(from -45deg, #4285f4 0 90deg, #34a853 0 180deg, #fbbc05 0 270deg, #ea4335 0 360deg);
    border-radius: 2px;
    flex: 0 0 18px;
}

.google-signup__done {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid #cfe8d8;
    border-radius: 8px;
    background: #f3faf6;
    text-align: center;
}

.google-signup.is-complete .google-signup__intro,
.google-signup.is-complete .google-signup__btn,
.google-signup.is-complete .google-signup__divider {
    display: none;
}

.google-signup.is-complete .google-signup__done {
    display: flex;
}

.google-signup__done-label {
    font-size: 13px;
    font-weight: 600;
    color: #0a7a45;
}

.google-signup__done-email {
    font-size: 12px;
    color: #3d5a4a;
    word-break: break-all;
}

.google-signup__status {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.google-signup__status.is-error {
    color: #b42318;
}

.google-signup__status.is-ok {
    color: #0a7a45;
}

.google-signup__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 14px 0 4px;
    color: #8a7a6a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.google-signup__divider::before,
.google-signup__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e8ddd0;
}

.google-signup-locked-field {
    position: relative;
}

.google-signup__value {
    margin: 2px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #2c1e12;
    word-break: break-word;
}

.google-signup-locked-field .google-signup__sr-input,
.google-signup-locked-field input[name="name"],
.google-signup-locked-field input[name="emailid"],
.google-signup-locked-field input[name="email"] {
    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;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.google-signup-locked-field .error,
.google-signup-locked-field #emailid_lable {
    display: none !important;
}

.form-grid > .google-signup__divider,
.ti-grid > .google-signup__divider {
    grid-column: 1 / -1;
}

.google-signup input[readonly],
form.google-signup-locked input[name="name"][readonly],
form.google-signup-locked input[name="emailid"][readonly],
form.google-signup-locked input[name="email"][readonly] {
    background: #f4f1ec;
    cursor: default;
}
