/* =========================================================================
   MMB Messaging — "Continue with Google" button
   Premium navy/white styling to match site direction.
   ========================================================================= */

.mmb-google-login {
    margin: 0 0 20px;
}

.mmb-google-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    background: #ffffff;
    color: #0b1a33 !important;
    border: 1px solid #d4d9e2;
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.mmb-google-btn:hover,
.mmb-google-btn:focus {
    border-color: #0b1a33;
    background: #fafbfd;
    box-shadow: 0 1px 3px rgba(11, 26, 51, .08);
    color: #0b1a33 !important;
    text-decoration: none !important;
    outline: none;
}

.mmb-google-btn:active {
    background: #f0f3f8;
    box-shadow: inset 0 1px 2px rgba(11, 26, 51, .06);
}

.mmb-google-btn .mmb-google-g {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/* "or" divider between Google button and email form */
.mmb-google-divider {
    position: relative;
    display: block;
    text-align: center;
    margin: 18px 0 8px;
    color: #8793a8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 500;
}

.mmb-google-divider::before,
.mmb-google-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 26px);
    height: 1px;
    background: #e2e6ee;
}

.mmb-google-divider::before { left: 0; }
.mmb-google-divider::after  { right: 0; }

.mmb-google-divider span {
    background: transparent;
    padding: 0 4px;
    position: relative;
}

/* Tighter wrapper on wp-login.php (which uses <p> margins) */
.mmb-google-login--wp {
    margin: 0 0 16px !important;
}

/* wp-login.php body has a narrow form — keep the button proportional */
body.login .mmb-google-btn {
    padding: 10px 14px;
    font-size: 14px;
}
