/* Azure Entra SSO Styles */
.azure-sso-login {
    margin-bottom: 1em;
}

.azure-sso-button {
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.azure-sso-divider {
    position: relative;
    text-align: center;
    margin: 1em 0;
}

.azure-sso-divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.azure-sso-divider span {
    background: #fff;
    padding: 0 1em;
    color: #666;
    font-size: 0.9em;
}

/* Admin styles */
.azure-entra-sso-admin .card {
    max-width: none;
}

.azure-entra-sso-admin .form-table th {
    width: 200px;
}

#test-results {
    margin-top: 10px;
}

#test-results .notice {
    margin: 0;
    padding: 8px 12px;
}
