/*
Theme Name: Egovt Child
Template: egovt
Description: Child theme e Egovt, ku ruhen ndryshimet e personalizuara (p.sh. stili i profileve) në mënyrë të sigurt, pa u prekur nga update-t e temës kryesore.
Version: 1.0
Author: Ti
Text Domain: egovt-child
*/

/* ==========================================================
   Stili i profilit — tabela e të dhënave (Emri, Atësia, etj.)
   ========================================================== */

.profil-container {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.profil-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.profil-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.profil-table tr:nth-child(even) td {
    background: #f2f2f2;
}

.profil-table tr:nth-child(odd) td {
    background: #ffffff;
}

.profil-table th {
    background: #a3796d;
    color: #ffffff;
    text-align: left;
    padding: 14px 18px;
    width: 220px;
    font-size: 15px;
    font-weight: 600;
    vertical-align: top;
}

.profil-table td {
    padding: 14px 18px;
    font-size: 15px;
    font-weight: bold;
    color: #1a1a1a;
    vertical-align: top;
}

@media (max-width: 600px) {
    .profil-table, .profil-table tr, .profil-table th, .profil-table td {
        display: block;
        width: 100%;
    }
    .profil-table th {
        width: auto;
    }
}
