.league-predictions {
    border: 1px solid #d9d9d9;
    margin-bottom: 24px;
    font-family: 'Muli', sans-serif;
}

.league-header {
    padding: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.league-logo {
    width: 84px;
    height: 84px;
    float:right;
}

.league-table-time {
    font-size: 16px;
    font-weight:700;
    width: 44px;
    line-height: 24px;
}

.league-table-header-date {
    width:100%;
    display:flex;
    justify-content: space-between;
}

.single .league-headline h3,
.single .league-headline h5 {
    color: black;
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height:28px;
}

.single .league-headline h3 { font-weight: 700; }
.single .league-headline h5 { font-weight: 400; }

.league-table-header {
    background: #007236;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 20px 8px 8px;
}

.league-table-item{
    width:100%;
    display:flex;
    grid-gap: 16px;
    font-size: 16px;
    padding: 16px 20px 8px 8px;
    box-sizing: border-box;
}

.league-table-time {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.league-table-teams {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.league-table-team-home,
.league-table-team-away {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
}

.league-table-odds1 {
    width: 100%;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
}
.league-table-draw {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
}
.league-table-odds2 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 1;

}
.league-table-prediction {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 2;
}

.league-table-left {
}
.league-table-right {
    float: right;
}

.league-table-right span {
    width: 56px;
    margin-left:16px;
}

.league-table-odds1,
.league-table-draw,
.league-table-odds2,
.league-table-prediction {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.odd-headline {
    font-size:14px;
}

.prediction-head {
    font-size: 16px;
    line-height: 20px;
    flex: 1;
}

.prediction-head .headline {
    width: 100%;
    line-height: 26px;
    padding-bottom: 8px;
}

.prediction-odd {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.low,
.high {
    width: 54px;
    font-weight: 400;
    line-height: 40px;
    float: left;
    border-radius: 4px;
}

.low {
    background: #f2f2f2;
}

.high {
    color: white;
    background: #007236;
}

.league-table-content {
    border-bottom: 1px solid #efefef;
}

.league-table-date {
    color: black;
    font-weight: 700;
    text-align: right;
    margin-top: 6px;
}

.league-table-header-odds {
    text-align: center;
}

.league-table-header-prediction {
    margin-left: 12px;
}

.league-table-teams {
    display: flex;
    flex-direction: row;
}

.league-table-team-name,
.league-table-team-name-winner {
    margin-top: 3px;
}

.league-table-team-name-winner {
    font-weight: 700;
    border-bottom: 2px solid;
    color: #007236;
}
.mg-blog-post-box .small .league-table-team-logo,
.league-table-team-logo {
    width: 60px;
    height: 60px;
    margin-right: 8px;
}

.league-table-odds {
    border: 1px solid #d9d9d9;
    margin: 8px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prediction-advice {
    font-size: 16px;
    opacity: 0.6;
}

.hide-desktop {
    display: block;
}

.show-mobile {
    display: none;
}

.timezone {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    opacity: 0.6;
    float: left;
}

.betslips {
    padding-top:8px;
    height: 50px;
}
.betslips a {
    float: left;
    margin-right: 8px;
    margin-top: 0;
    padding:0;
}

.wp-block-image:not(.is-style-rounded) .betslips img {
    border-radius: 4px
}

.betslips img {
    width: 70px;
}

.predictions-groups {
    display: flex;
    flex-direction: column;
}

.prediction-headline {
    width: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin: 0 8px;
}

.predictions-group {
    display: flex;
}

@media only screen
and (max-width: 900px) {
    .league-table-team-logo {
        margin-right: 0;
    }
    .hide-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
    }

    .betslips img {
        width: 90px;
    }

    .prediction-odd .show-mobile {
        width:100%;
        font-size: 16px;
    }
    .league-table-right { float: right; }

    .league-table-item {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        flex-direction: column;
    }
    .league-table-team-home, .league-table-team-away {
        display: flex;
        align-items: center;
        padding: 12px 0;
        flex-direction: column;
        width: 50%;
    }

    .league-table-time {
        display: none;
    }

    .league-table-teams {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .league-table-team-logo {
        width: 72px;
        height: 72px;
    }

    .prediction-head {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 2;
        text-align: center;
    }

    .league-table-teams {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        display: flex;
        justify-content: center;
    }

    .league-table-teams img {
        margin: 0 8px;
    }

    .betslips {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .prediction-odd {
        text-align: center;
        width: auto;
    }

    .prediction-head .headline {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12px;
    }

    .prediction-head .headline span {
        margin: 0 4px;
    }

    .prediction-headline {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .league-table-odds1 {
        width: 100%;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .predictions-groups {
        margin: 0 auto;
    }

    .league-table-draw {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .league-table-odds2 {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .league-table-prediction {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 3;
    }
}

		.betting-operators-gallery {
			display: flex;
			width: 100%;
		}

		.betting-operators-gallery.vertical > div {
			flex-direction: column;
			grid-gap: 20px;
			margin-bottom: 20px;
			width: 100%;
		}


	.betting-operators {
        display: flex;
        scroll-behavior: smooth;
        scroll-snap-type: mandatory;
        overflow-x: auto;
        position: relative;
		margin-top: 20px;
    }
    
    .betting-operators {
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE 10+ */
    }
    
    .betting-operators::-webkit-scrollbar {
        background: transparent;
        /* Chrome/Safari/Webkit */
        width: 0px;
    }

	.betting-operators figure {
		cursor: pointer;
		margin: 0;
	}   
    
    .betting-operator {
        background-color: white;
        margin: 0;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: calc(25vw - 20px);
        margin-right: 20px;
        height: 100%;
        scroll-snap-align: start;
    }

    .betting-operators.1col {
        grid-template-columns: 1fr;
    }

	.betting-operators.two-col .betting-operator {
        width: calc(50vw - 25px);
    }
    
	.betting-operators.three-col .betting-operator {
        width: calc(33vw - 24px);
    }
    
	.betting-operators.four-col .betting-operator {
        width: calc(25vw - 25px);
    }
    
	.betting-operators.five-col .betting-operator {
        width: calc(20vw - 25px);
    }

	.betting-operators-gallery.vertical .betting-operator {
			width: 100%;
	}
    
    .betting-operators>a:last-child {
        margin-right: 0;
    }
    
    .betting-operator_logo {
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    
    .betting-operator_logo img {
        max-width: 120px;
    }
    
    button {
        width: 50px;
        height: 50px;
        background: red;
    }
    
    .container-fluid {
        width: 100%;
    }
    
    .betting-operator_content {
        padding-bottom: 12px;
        background: #424242;
        font-size: 18px;
        color: white;
		font-weight:600;
		font-family:"Montserrat", sans-serif;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 8px;
    }
    
    .rating-star {
        font-size: 1.1rem;
        width: 1.1rem;
        height: 2rem;
        position: relative;
        display: block;
        float: left;
    }
    
    .full-star:before {
        color: #37b5ff;
        content: "\2605";
        position: absolute;
        left: 0;
        overflow: hidden;
    }
    
    .empty-star:before {
        opacity: .2;
        content: "\2605";
        position: absolute;
        left: 0;
        overflow: hidden;
    }
    
    .btnCarouselOperators {
        position: absolute;
        margin-top: 20px;
        height: 78px;
        width: 30px;
		opacity: 1;
        border-radius: 2px;
        background-color: white;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        z-index: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow:	0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
		transition: all 0.3s ease 0s;
		cursor: pointer;
    }

	.btnCarouselOperators:hover {
		background: #007236;
	    border-color: #007236;
	}

	.btnCarouselOperators:hover path {
		fill: white;
	}
    
    .btnCarouselOperators.opacity {
        background-color: red;
    }
    
    span.btnCarouselOperators.next {
        right: 10px;
    }
    
    span.btnCarouselOperators.prev {
        left: 10px;
    }
    
    span.btnCarouselOperators.hidden {
        opacity: 0;
    }

    @media only screen and (max-width: 1024px) {
		
 		.betting-operators-gallery.horizontal .betting-operators.two-col .betting-operator,
		.betting-operators-gallery.horizontal .betting-operators.three-col .betting-operator,
		.betting-operators-gallery.horizontal .betting-operators.four-col .betting-operator,
		.betting-operators-gallery.horizontal .betting-operators.five-col .betting-operator {
            width: calc(90vw - 40px);
        }
		
		.betting-operators-gallery.vertical .betting-operators .betting-operator {
			width: 100%;
		}
		.container-fluid.betting-operators-container {
			padding: 0;
		}
		
		.betting-operators {
			width: 100%;
		}
		
		.betting-operator {
			grid-template-columns: 1fr;
			grid-template-rows: 1fr 1fr;
		}
		
		.betting-operators figure {
			margin: 0;
			margin-bottom: 15px;
		}
		
		.betting-operators-gallery.horizontal .betting-operators figure:first-child {
			margin-left: 15px;
		}
		
		.betting-operators-gallery.horizontal .betting-operators figure:last-child {
			margin-right: 15px;
		}		
		
		.betting-operators-gallery.vertical .betting-operators figure {
			margin:0;
		}
		
		.betting-operators-gallery.vertical > div {
			margin-top: 12px;
			margin-bottom: 12px;
		}
		
		.btnCarouselOperators {
			margin-top: 20px;
			height: 78px;
			background: white;
			position: relative;
			width: 5vw;
			transform: none;
			display: none;
		}
		
		span.btnCarouselOperators.next {
    	    right: 0;
  		  }
    
 	   span.btnCarouselOperators.prev {
  	      left: 0;
  		  }
		
		span.btnCarouselOperators {
			display: none;
		}
    }



.betting-operators-admin-block {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	grid-gap: 20px;
}

.betting-operators-admin-block:last-child {
	margin-bottom: 0;
}

.betting-operators-admin-block-title {
	width: 100px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
