/* Kisure v673 — homepage scoredeck keeps only the competition logo in each card header. */
.football-home-board--scoredeck .ks-match__head--logo-only {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .55rem;
}
.football-home-board--scoredeck .ks-match__league-logo-only {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.football-home-board--scoredeck .ks-match__league-logo-only img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}
.football-home-board--scoredeck .ks-match__league-logo-only > i {
    font-size: 16px;
}
