.lmal-provider-buttons {
    margin-bottom: 16px;
    text-align: center;
}

.lmal-login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    box-sizing: border-box;
    line-height: 1.4;
}

.lmal-login-button:hover {
    background-color: #f7f7f7;
    border-color: #999;
    color: #333;
}

.lmal-login-button:focus {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
}

.lmal-button-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Cloudflare button */
.lmal-button-cloudflare {
    border-color: #f38020;
    color: #333;
}

.lmal-button-cloudflare:hover {
    background-color: #fff5ee;
    border-color: #f38020;
}

.lmal-button-cloudflare .lmal-button-icon {
    height: 20px;
    width: auto;
}

/* Google button */
.lmal-button-google {
    border-color: #4285f4;
}

.lmal-button-google:hover {
    background-color: #f0f4ff;
    border-color: #4285f4;
}

/* Magic link button */
.lmal-button-magic-link {
    border-color: #8e44ad;
    color: #333;
}

.lmal-button-magic-link:hover {
    background-color: #faf0ff;
    border-color: #8e44ad;
}

/* Provider info (passive CF) */
.lmal-provider-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #f0f8e8;
    border: 1px solid #c3e6a8;
    border-radius: 4px;
    font-size: 13px;
    color: #3c763d;
}

.lmal-provider-info .lmal-provider-icon {
    width: 20px;
    height: 20px;
}

/* Separator */
.lmal-separator {
    display: flex;
    align-items: center;
    margin: 16px 0;
    color: #999;
    font-size: 13px;
}

.lmal-separator::before,
.lmal-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.lmal-separator span {
    padding: 0 12px;
    white-space: nowrap;
}

/* Magic link inline form */
.lmal-magic-link-form {
    margin-top: 10px;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
}

.lmal-magic-link-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 13px;
}

.lmal-magic-link-form .input {
    width: 100%;
    margin-bottom: 8px;
}

/* Sent page */
.lmal-magic-link-sent {
    text-align: center;
    padding: 20px;
}

.lmal-magic-link-sent p {
    margin-bottom: 12px;
    font-size: 14px;
}
