/* ==========================================================================
   Wilje Google Login — login page button styles
   ========================================================================== */

.wilje-google-login-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0 16px;
    color: #72777c;
    font-size: 13px;
}

.wilje-google-login-separator::before,
.wilje-google-login-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dcdcde;
}

.wilje-google-login-separator span {
    padding: 0 10px;
}

.wilje-google-login-button-wrap {
    margin-bottom: 20px;
}

.wilje-google-login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 3px;
    color: #3c434a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.15s ease, border-color 0.15s ease;
    line-height: 1.4;
}

.wilje-google-login-button:hover,
.wilje-google-login-button:focus {
    background: #f6f7f7;
    border-color: #8c8f94;
    color: #1d2327;
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 0 1px #8c8f94;
}

.wilje-google-icon {
    flex-shrink: 0;
}
