  /*Related Matches Custom Style*/
.match_related_matches_section{
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}
.match_related_matches_section .related-content {
    padding: 0;
}
.match_related_matches_section .match_related_single_match_box {
    padding: 0 15px !important;
}
.match_related_matches_section .match_related_single_match .single_match_image{
    height: 230px;
}
.match_related_matches_section .match_related_single_match .single_match_image img{
    width: 100%;
    height: 100%;
}
.match_related_matches_section .match_related_single_match .single_match_content{
    padding: 20px 15px 0 15px;
    color: #000000;
}
.match_related_matches_section .match_related_single_match .single_match_content .match_datetime {
    text-align: center;
    text-transform: uppercase;
}
.match_related_matches_section .match_related_single_match .single_match_content .match_location{
    margin-bottom: 20px;
    text-align: center;
}
.match_related_matches_section .match_related_single_match .single_match_content .match_location p{
    margin-bottom: 3px;
}
.match_related_matches_section .match_related_single_match .single_match_content .match_teams {
    padding-bottom: 10px;
}
.match_related_matches_section .match_related_single_match .single_match_content .match_teams > .m_teams{
    display: flex;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #555;
    position: relative;
    justify-items: center;
    align-items: center;
    margin-bottom: 15px;
}
.match_related_matches_section .match_related_single_match .single_match_content .match_teams > .m_teams *{
    margin-bottom: 0;
}
.match_related_matches_section .match_related_single_match .single_match_content .team_logo{
    width: 28px;
    height: auto;
    margin-right: 10px;
}
.match_related_matches_section .match_related_single_match .single_match_content .team_logo img{
    width: 100%;
    height: auto;
}
.match_related_matches_section .match_related_single_match .single_match_content .match_team_points{
    position: absolute;
    right: 0;
    color: #c5281c;
}
.match_related_matches_section .match_related_single_match .single_match_content .bottom_image_box{
    position: relative;
    bottom: 0;
    height: 135px;
    display: flex;
    justify-content: center;
}
.match_related_matches_section .match_related_single_match .single_match_content .bottom_image_box img{
    width: auto;
    height: 135px !important;
}
@media screen and (max-width: 1440px) {
    .match_related_matches_section .related_matches_content {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 1024px) {
    .match_related_matches_section .related_matches_content {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 768px) {
    .match_related_matches_section .related_matches_content {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 479px){
    .match_related_matches_section .related_matches_content {
        margin: 0;
    }
}
/*End Related Matches Custom Style*/