.fixture_container {
    width: 100%;
    margin-top: 4px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    vertical-align: middle;
    background: #252525;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    justify-content: left;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.fixture_container:hover {
    transform: translateY(-2px);
    background: #2a2a2a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.goal_fixture_container {
    width: 100%;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    vertical-align: middle;
    border-radius: 8px;
    background: #913d00;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.fixture_star_layout {
    width: 24px;
    text-align: center;
    margin: auto 4px auto 4px;
}

.league_pin_icon_layout {
    width: 24px;
    height: 100%;
    text-align: center;
    margin: auto 4px auto 4px;
}

.fixture_time_layout {
    width: 50px;
    min-width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    color: #EEEEEE;
    text-align: center;
    font-size: smaller;
}

.fixture_live_indicator_layout {
    height: 50px;
    width: 5px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: auto;
    margin-bottom: auto;
    background: #D32F2F;
}

.fixture_not_live_indicator_layout {
    height: 0;
    width: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: #D32F2F;
}

.fixture_live_time_layout {
    min-width: 50px;
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    color: #D32F2F;
    text-align: center;
    font-size: smaller;
}

.fixture_updated_time_layout {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #D32F2F;
    background: #803501;
    border-radius: 8px;
    text-align: center;
    font-size: smaller;
}

.fixture_teams_layout {
    margin-top: auto;
    height: 50px;
    width: 100%;
    line-height: 25px;
    margin-bottom: auto;
    text-align: center;
    vertical-align: middle;
    min-width: 150px;
}

.fixture_scores_layout {
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    color: #EEEEEE;
    vertical-align: middle;
    text-align: end;
    font-weight: bold;
    font-size: medium;
}

.fixture_live_scores_layout {
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    color: #D32F2F;
    vertical-align: middle;
    text-align: end;
    font-size: small;
}

.fixture_half_time_scores_layout {
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    color: #999999;
    vertical-align: middle;
    text-align: center;
    font-size: small;
}

.fixture_live_stream_layout {
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    text-align: center;
    font-size: small;
}

.blink_me {
    animation: blinker 2s linear infinite;
    color: #D32F2F;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.fixture_end_layout {
    display: flex;
    flex-direction: row;
    width: 100px;
    justify-content: right;
}

.fixture_odds_header_layout {
    width: 100%;
    position: relative;
    vertical-align: center;
    padding: 4px;
    margin-top: 10px;
    white-space: nowrap;
    display: flex;
    align-items: start;
    align-content: center;
    flex-direction: row;
    border: 1px solid #222222;
    border-radius: 8px;
}

.match_header_layout {
    width: 100%;
    position: relative;
    vertical-align: center;
    padding: 4px;
    margin-top: 10px;
    white-space: nowrap;
    display: flex;
    align-items: start;
    align-content: center;
    flex-direction: row;
    border-radius: 8px;

}

.fixture_header_titles {
    font-size: small;
    padding-left: 16px;
    color: #dcdcdc;
    font-weight: bold;
}

.fixture_team_logo {
    border-radius: 2px;
    margin-right: 8px;
    height: 20px;
    width: 20px;
}

.vertical_line {
    width: 10px;
    background: #101010;
    border-left: 2px solid #252525;
    height: 40px;
}

.fixture_header_label {
    width: 100%;
    font-size: small;
    font-weight: bold;
    color: whitesmoke;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.fixture_sub_header_layout {
    margin-left: auto;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.fixture_right_header_layout {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.fixture_score_layout {
    height: 100%;
    margin: auto 16px auto auto;
    display: flex;
    flex-direction: row;
}

.fixture_odds_layout {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: row;
}

.fixture_odds_value {
    font-size: medium;
    width: 50px;
    text-align: center;
    color: whitesmoke;
}

.fixture_odds_type {
    margin-left: 8px;
    text-align: center;
    background: #171717;
    font-size: medium;
    margin-right: 8px;
    width: 60px;
    color: #AAAAAA;
}

.fixture_team_name {
    color: #AAAAAA;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-direction: row;
    justify-content: left;
    font-size: 14px;
}

.team_flag {
    position: relative;
    margin: auto 8px auto 1px;
}

.vertical_divider {
    height: 100%;
    border-right: 1px solid #303131;
}

.commentary_row {
    width: 100%;
    padding: 8px 16px;
    background-color: #303131;
}

.video_row {
    width: 100%;
    margin-top: 32px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.video_highlights_time {
    color: white;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
    text-align: center;
    font-size: smaller;
}

.commentary_time {
    color: white;
    font-weight: bold;
    font-size: small;
}

.commentary_comment {
    color: #EEEEEE;
    font-size: smaller;
}

.match_summary_time {
    color: #EEEEEE;
    padding: 4px;
    margin-right: 8px;
    font-size: small;
}

.match_summary_icon {
    padding: 1px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.match_summary_yellow_card {
    padding: 1px;
    width: 16px;
    margin-right: 8px;
    height: 20px;
    background: yellow;
    border-radius: 4px;
}

.match_summary_red_card {
    padding: 1px;
    margin-right: 8px;
    width: 16px;
    background: red;
    height: 20px;
    border-radius: 4px;
}

.match_summary_main_player_name {
    color: #EEEEEE;
    margin: auto 4px;
    font-weight: bold;
    font-size: smaller;
}

.match_summary_score {
    color: #EEEEEE;
    margin-left: 4px;
    margin-right: 4px;
    padding: 4px;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #cccccc;
    font-size: smaller;
}

.match_summary_other_player_name {
    color: #dcdbdb;
    font-size: smaller;
    margin: auto 4px;
}

.commentary_divider {
    background-color: #394857;
    height: 0.5px;
    margin: 8px 16px;
    padding: 0;
    border-color: #394857;
}

.match_summary_row {
    width: 100%;
    padding: 4px 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.match_summary_home_row {
    width: 100%;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    flex-direction: row;
    justify-content: left;
}

.match_summary_away_row {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.summary_title_container {
    width: 100%;
    margin-top: 16px;
    padding: 8px 8px;
    font-size: smaller;
    border-radius: 8px;
    background: #252525;
    font-weight: bold;
    color: #EEEEEE;
}

.information_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.information_label {
    width: calc(100% / 2);
    text-align: left;
    vertical-align: center;
    align-content: start;
    font-size: small;
    color: #EEEEEE;
    margin: 8px;
}

.information_value {
    width: calc(100% / 2);
    font-size: small;
    vertical-align: center;
    font-weight: bold;
    color: white;
    text-align: right;
    margin: 8px;
}

.footer_container {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.footer_ad_caption {
    width: 100%;
    text-align: center;
    color: white;
    font-size: xx-small;
}

.footer_gamble_responsibly {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    color: #EEEEEE;
    font-size: small;
}

/* Jdwal Style Match Row */
.jdwal_match_row {
    width: 100%;
    background: #252525;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    margin-top: 4px;
    border-radius: 8px;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    border-bottom: 0.3px solid rgba(128, 128, 128, 0.2);
}

.jdwal_match_row:hover {
    transform: translateY(-2px);
    background: #2a2a2a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.jdwal_team {
    flex: 1;
    display: flex;
    align-items: center;
}

.home_team {
    justify-content: flex-end;
}

.away_team {
    justify-content: flex-start;
}

.jdwal_team_name {
    color: #EEEEEE;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.home_team .jdwal_team_name {
    margin-right: 8px;
    text-align: right;
}

.away_team .jdwal_team_name {
    margin-left: 8px;
    text-align: left;
}

.jdwal_team_logo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.jdwal_center_column {
    width: 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jdwal_center_text {
    font-size: 13px;
    text-align: center;
}

.jdwal_normal_text {
    color: #EEEEEE;
    font-weight: normal;
}

.jdwal_finished_text {
    color: gray;
    font-weight: normal;
}

.jdwal_live_text {
    color: #D32F2F !important;
    font-weight: bold;
}