.live-wrap {
    background: #fff;
    padding: 10px 5px;
}

.live-football__match {
    border-radius: 4px;
    min-height: 90px;
    display: grid;
    align-items: center;
    margin: 20px 0;
    padding: 10px 0;
    background: linear-gradient(174deg, rgb(231 251 255) 0%, #f7f7f9 100%);
}

.live-football__match-club {
    font-weight: 700;
    font-size: 14px;
    color: #c00;
}

.live-football__match-details {
    margin-top: 5px;
}

.live-football__match-club-vs {
    color: #000;
}

span.live-football__match-time-info-time, span.live-football__match-time-info-date {
    color: #333;
    padding: 0 5px;
    border-radius: 15px;
    font-size: 12px !important;
    border: 1px solid #5e5e5e;
}

.live-football__match a, .live-football__match a:hover {
    color: #181818 !important;
    font-size: 14px;
    text-decoration: none;
}

span.live-football__match-time-info-type {
    border-radius: 15px;
    background: #c00;
    color: #fff;
    font-size: 11px;
    padding: 3px 10px;
    font-weight: 500;
}

.live-football__match-league-name {
    color: #333;
    font-weight: 700;
    font-size: 12px;
}

.live-football__match-club div {
    display: inline-block;
}

/*.live-football__match-club-home {
    color: #2264ad;
}*/

.live-football__match-live-icon {
    display: grid;
    align-items: center;
    justify-content: center;
}

.live-status-btn-live {
    color: #fff;
    background: #c00;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.live-status-btn-coming {
    background: url(../images/coming-soon-icon.png) no-repeat;
    background-size: contain;
    color: #916f50;
    font-size: 10px !important;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.match-detail__header {
    background: url('../images/skbg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-detail__body {
    background: #33333394;
    padding: 10px 20px;
    margin: 0 auto;
    background: #064378;
    background: linear-gradient(to right,#2d56a1de,rgb(61 48 50 / 96%)) no-repeat center top;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px #0006;
}

.match-detail__body-title, .match-detail__body-date {
    text-align: center;
    background: #25292c78;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 5px 0;
    font-size: 12px;
}

.match-detail__body-content {
    text-align: center;
    background: #f3000078;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 10px;
}

.match-detail__team-name-vs {
    color: #000;
    margin: 0 10px;
}

.match-detail__team-name-home {
    color: #efdd00
}

.livestream-wrap {
    text-align: center;
    margin: 10px 0;
}

a.breadcrumbs-custom {
    background: #c00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    display: block;
    width: max-content;
    line-height: 1;
}

.livestream-type {
    display: flex;
    flex-wrap: wrap;
}

.livestream-type-item {
    margin: 5px;
    color: #161616;
    padding: 0 5px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.livestream-type-item.current-active {
    border: 1px solid #c00;
    color: #c00;
}

.live-football__match-time-left {
    width: 80%;
    float: left;
}

.live-football__match-live-icon {
    width: 20%;
    float: left;
}

.live-football__match a {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 10px;
}

.livestream-inmatch-wrap {
    max-width: 1024px;
    margin: auto;
    background: #fff;
    padding: 10px;
}

h1.live-match-title-cust {
    font-size: 24px;
    font-weight: 700;
}