.danhba-app {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.danhba-title {
    text-align: center;
    color: #0056b3;
    font-weight: 700;
    margin-bottom: 20px;
}

.danhba-search {
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.unit-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0056b3;
    margin: 30px 0 15px;
    padding-left: 10px;
    border-left: 5px solid #0056b3;
}

.leader-card {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.3s;
}

.leader-card:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.leader-img {
    width: 134px;
    height: 184px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 15px;
    flex-shrink: 0;
}

.leader-name {
    font-weight: 600;
    color: #c82333;
    font-size: 1.05rem;
}

.leader-info {
    font-size: 0.95rem;
    margin-top: 6px;
}

.no-result {
    text-align: center;
    color: #777;
    font-style: italic;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .leader-card {
        flex-direction: column;
        text-align: center;
    }
    .leader-img {
        margin: 0 0 10px 0;
    }
}
