/* O365 Auth – Login oldal stílusok */
.o365auth-login-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0 16px;
    color: #a7aaad;
    font-size: 0.85em;
}

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

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

.o365auth-sso-wrap {
    margin-bottom: 16px;
}

.o365auth-sso-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    color: #1d2327;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.15s, border-color 0.15s;
    box-sizing: border-box;
}

.o365auth-sso-btn:hover,
.o365auth-sso-btn:focus {
    background: #f6f7f7;
    border-color: #0078d4;
    color: #0078d4;
    box-shadow: 0 0 0 1px #0078d4;
    outline: none;
}

.o365auth-sso-btn svg {
    flex-shrink: 0;
}
