/* Limesnip Simple2FA - Admin Settings */

.limesnip-simple2fa-logo-upload img {
    display: block;
    max-width: 200px;
    max-height: 80px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    background: #fff;
}

/* Test Email Box */
.limesnip-simple2fa-test-email-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px 24px;
    margin-top: 24px;
    max-width: 600px;
}

.limesnip-simple2fa-test-email-box h3 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
}

.limesnip-simple2fa-test-email-box .description {
    margin: 0 0 14px;
    color: #646970;
}

.limesnip-simple2fa-test-email-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.limesnip-simple2fa-test-email-row input[type="email"] {
    flex: 1;
}

.limesnip-simple2fa-test-email-result {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
}

.limesnip-simple2fa-test-email-result.success {
    background: #edfaef;
    border: 1px solid #a7e6b0;
    color: #1a6b28;
}

.limesnip-simple2fa-test-email-result.error {
    background: #fdf1f1;
    border: 1px solid #f5b8b8;
    color: #b32d2e;
}

/* Footer */
.limesnip-simple2fa-footer {
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
}

.limesnip-simple2fa-footer p {
    font-size: 13px;
    color: #787774;
}

.limesnip-simple2fa-footer a {
    text-decoration: none;
}
