.tcas-turnstile-wrap {
    margin: 14px 0 18px;
    max-width: 100%;
}

.tcas-turnstile-wrap .cf-turnstile {
    max-width: 100%;
}

.tcas-resend-card {
    margin: 0 0 24px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.035);
}

.tcas-resend-card h3 {
    margin-top: 0;
}

.tcas-google-signin {
    margin: 0 0 24px;
}

.tcas-google-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    padding: 11px 18px;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 8px;
    background: #fff;
    color: #202124;
    text-decoration: none;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tcas-google-button:hover,
.tcas-google-button:focus-visible {
    color: #202124;
    border-color: rgba(0, 0, 0, .28);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .10);
    transform: translateY(-1px);
}

.tcas-google-icon {
    flex: 0 0 20px;
}

.tcas-google-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0;
    color: currentColor;
    opacity: .62;
    font-size: .88em;
    text-align: center;
}

.tcas-google-divider::before,
.tcas-google-divider::after {
    content: "";
    height: 1px;
    flex: 1 1 auto;
    background: currentColor;
    opacity: .20;
}

.tcas-google-divider span {
    flex: 0 0 auto;
}

@media (max-width: 480px) {
    .tcas-google-button {
        min-height: 50px;
        border-radius: 10px;
    }
}

.tcas-registration-privacy {
    margin: 14px 0 18px;
    font-size: .92em;
    line-height: 1.55;
}

.tcas-registration-privacy p {
    margin: 0;
}

.tcas-registration-privacy a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Blocksy/header account modal Google entry. The same markup is injected through
   WooCommerce's form-start hooks, so it works for both Login and Sign Up tabs.

   Keep a deliberate breathing space below the Login / Sign Up tabs. Padding is
   used instead of a top margin because the first child's top margin can collapse
   into some theme modal wrappers. This only affects the popup context. */
.tcas-google-signin--popup {
    margin: 0 0 22px;
    padding-top: 44px;
}

.tcas-google-signin--popup .tcas-google-button {
    min-height: 48px;
    border-radius: 8px;
}

.tcas-google-signin--popup .tcas-google-divider {
    margin-top: 16px;
}

@media (max-width: 560px) {
    .tcas-google-signin--popup {
        margin-bottom: 18px;
        padding-top: 28px;
    }

    .tcas-google-signin--popup .tcas-google-button {
        min-height: 50px;
        padding-inline: 14px;
    }

    .tcas-google-signin--popup .tcas-google-divider {
        gap: 9px;
        font-size: .82em;
    }
}
