
.hkfc-linup__wrapper[data-v-bd3beb14]{
    display: flex;
}
.hkfc-lineup__container[data-v-bd3beb14]{
    margin-right: 38px;
}
.hkfc-lineup__header[data-v-bd3beb14]{
    margin-bottom: 12.5px;
    padding-left: 16px;
}
.hkfc-lineup__body__header[data-v-bd3beb14]{
    display: flex;
    background: var(--color-theme);
    padding: 4.5px 16px;
    color: white;
    font-size: 14px;
}
.hkfc-lineup__shirt[data-v-bd3beb14]{
    width: 48px;
}
.hkfc-lineup__player[data-v-bd3beb14]{
    width: 195px;  
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hkfc-lineup__position[data-v-bd3beb14]{
   text-align: center;
   width: 100px;
}
.hkfc-lineup__row[data-v-bd3beb14]{
    display: flex;
    padding: 17.5px 16px;
    border-bottom: 1px solid #35454D;
    font-size: 14px;
    align-items: center;
    pointer-events: none;
}
.hkfc-lineup__row[data-v-bd3beb14]:last-of-type{
    border-bottom: none;
}

/* coach */
.hkfc-lineup__coach__wrapper[data-v-bd3beb14]{
    width: 260px;
    margin-left: 100px;
}
.hkfc-lineup__coach-header[data-v-bd3beb14]{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.hkfc-lineup__coach-body[data-v-bd3beb14]{
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #CFD9DE;
}
@media (max-width: 768px ){
.hkfc-linup__wrapper[data-v-bd3beb14]{
        flex-direction: column;
}
.hkfc-lineup__container[data-v-bd3beb14]{
        margin-right: 0;
}
.hkfc-lineup__coach__wrapper[data-v-bd3beb14]{
        margin-left: 0;
}
.hkfc-lineup__body__header[data-v-bd3beb14]{
        font-size: 11px;
        padding: 21.5px 16px;
}
.hkfc-lineup__row[data-v-bd3beb14]:last-of-type{
        border-bottom: 1px solid #35454D;
}
.hkfc-lineup__header[data-v-bd3beb14]{
        font-size: 11px;
        margin-bottom: 16px;
}
.hkfc-lineup__coach__wrapper[data-v-bd3beb14]{
        width: 100%;
        padding: 33.5px 58px 0;
        box-sizing: border-box;
}
.hkfc-lineup__away[data-v-bd3beb14]{
        margin-top: 29px;
}
}

