

.category-detail-list {
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    width: 90vw;
    margin-left:3vw;
}

.category-detail-row {
    margin-bottom: 6vh;
}

.category-igc-name-rank {
    display:flex;
    flex-direction: row;    
    justify-content:space-between;
    /* font-size: 0.875rem; */
}
        .category-igc-name-rank div:nth-child(1) {
            font-weight:600;
            font-size: 1.2rem;
        }
        .category-igc-name-rank div:nth-child(2) {
            font-size: 1rem;
        }

.category-igc-cover {
    display: flex;
    cursor: pointer;
}

.category-igc-cover img {
    
    max-width:40vw;
    object-fit: cover;    
    border-radius: 20px;
    border: 0.5px solid rgba(0  , 0, 0, 0.5);
}

.category-igc-name-rank {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    font-size: 0.9rem;
    
}

.category-igc-country {
    font-size: 0.9rem;
    font-weight:600;
    color:#D89218;
}

.category-igc-hwc-st {
    display:flex;
    flex-direction: row;    
    justify-content:space-between;
    font-size: 0.875rem;
}

.category-igc-hwc-st div {
            font-size: 0.75rem;
            color:#B5B5B5;
            
        }