/*
 Theme Name:   Engiexpert Child
 Theme URI:    https://engiexpert.com
 Description:  Child theme of Astra for engiexpert.com
 Author:       Jerah
 Template:     astra
 Version:      1.0.0
 Text Domain:  engiexpert-child
*/

/* =========================================
   Custom Login / Register / Dashboard Forms
   ========================================= */

.engiexpert-form {
    max-width: 400px;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.engiexpert-form label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 0.9rem;
    gap: 0.35rem;
}

.engiexpert-form label small {
    font-weight: 400;
    color: #777;
}

.engiexpert-form input[type="text"],
.engiexpert-form input[type="email"],
.engiexpert-form input[type="password"] {
    padding: 0.65rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.engiexpert-form input:focus {
    outline: none;
    border-color: #333;
}

.engiexpert-form button {
    padding: 0.75rem 1rem;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.engiexpert-form button:hover {
    background: #333;
}

.engiexpert-form .error {
    color: #c0392b;
    font-size: 0.9rem;
    margin: 0;
}

.engiexpert-form .success {
    color: #27ae60;
    font-size: 0.9rem;
    margin: 0;
}

.engiexpert-dashboard {
    max-width: 500px;
    margin: 2rem auto;
}

.engiexpert-dashboard h2 {
    margin-bottom: 1rem;
}
