﻿.c-h-team {
    min-height: 70px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.c-h-team .logo{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.c-h-team .name{
    font-weight: 600
}

.c-h-team .nationality{
    padding: 0 20px;
}

.c-h-team .nationality img{
    width: 17px;
    height: 14px;
    margin-right: 8px;
}

/* ===== RESPONSIVE: < 480px ===== */
@media (max-width: 480px) {
    /* Group-btn xuống dòng */
    .c-h-team {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px;
    }

        
}

