/*
 Theme Name:   Voiture Child
 Theme URI:    https://www.rtl-theme.com/voiture-wordpress-theme/
 Description:  قالب کودک وویچر
 Author:       گروه طراحی منعم دیزاین
 Author URI:   https://monemdesign.com/voiture
 Template:     voiture
 Version:      1.0.0
 Text Domain:  voiture-child
*/
.mersa-auth-wrapper {
    max-width: 450px;
    margin: 50px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 25px;
    font-family: inherit;
}

.mersa-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #eef2f7;
}

.mersa-tab-btn {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    color: #666;
    transition: all 0.3s;
}

.mersa-tab-btn.active {
    color: #2271b1;
    border-bottom: 2px solid #2271b1;
    margin-bottom: -2px;
}

.mersa-tab-content {
    display: none;
}

.mersa-tab-content.active {
    display: block;
}

.mersa-field {
    margin-bottom: 18px;
}

.mersa-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
}

.mersa-field input[type="text"],
.mersa-field input[type="email"],
.mersa-field input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.mersa-submit {
    background: #2271b1;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

.mersa-submit:hover {
    background: #135e96;
}

.mersa-error {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    border-right: 4px solid #dc3545;
}

.mersa-success {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    border-right: 4px solid #28a745;
}

.mersa-user-panel {
    text-align: center;
    padding: 30px;
    background: #f0f8ff;
    border-radius: 12px;
}

.mersa-logout-btn {
    display: inline-block;
    background: #dc3545;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 10px;
}