.officials-table th {
    text-transform: uppercase;
    
    letter-spacing: 0.5px;
}

.officials-table tbody tr:hover {
    background-color: #f0f8ff !important;
}

.official-img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

.official-img:hover {
    transform: scale(1.05);
}

.officials-table td {
    vertical-align: middle;
}

.officials-table a.btn {
    border-radius: 20px;
    padding: 4px 12px;
    transition: all 0.3s ease;
}

.officials-table a.btn:hover {
    background-color: #0d6efd;
    color: #fff;
}

td{
    height: 60px;
    vertical-align: middle!important;
}