.match-banner {
	position: relative;
	width: 100%;
	max-width: 800px;
	max-height: 205px;
	height:100%;
	margin: 20px auto;
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	overflow: hidden;
}

.home .match-banner {
    max-height: 170px;
	overflow: unset;
}   

.match-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(15, 52, 96, 0.85) 100%);
	z-index: 1;
}


.home .match-banner-overlay {
	background: transparent;
}
        
.match-banner-content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 100%;
	padding: 0 50px;
}


/*
.home .match-banner-content {
	justify-content: space-around;
}  
*/
.match-team {
	display: flex;
	flex-direction: column;
	align-items: center;
	width:20%;
	gap: 15px;
}
        
.team-flag-circle {
	width:100%;
	height:100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
}

.home .team-flag-circle{
	width:100%;
	height:100%;
}
        
.team-flag-circle:hover {
	transform: scale(1.05);
}

.flag-emoji {
	padding:0!important;
	font-size: 70px;
	line-height: 1;
}

.flag-emoji img{
	height: 100% !important;
    width: 100%  !important;
}

.flag-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.team-date {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 500;
}

.match-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.tournament-badge {
	background: rgba(0, 0, 0, 0.4);
	padding: 8px 16px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65%;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
        
.tournament-icon {
	font-size: 18px;
}

.tournament-icon img {
    display: block !important;
    border: none !important;
    box-shadow: none !important;
    height: 100% !important;
    width: 100% !important;
	max-height: 70px;
}

.tournament-name {
	color: #ffd700;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
}
        
.match-date-box {
	background: rgba(255, 68, 68, 0.15);
	border: 3px solid #FF4444;
	padding:5px 10px;
	border-radius: 12px;
	color: white;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 2px;
	box-shadow: 0 0 20px rgba(255, 68, 68, 0.3);
}

.home .match-date-box,.single-post .match-date-box {
	font-size: 14px;
}

@media (max-width: 1260px) {
    .post-top__block {
        margin-top: 10px !important;
    }
}

@media (max-width: 1120px) {
	.match-banner-content{
		padding: 15px 50px;
	}
	
	.single-post .match-banner-content{
		padding: 0 50px;
	}
	
	.single-post .match-banner .match-team  .flag-emoji{
    	font-size: 60px !important;
	}
}

@media (max-width: 950px) {
	.single-post .match-date-box{
		font-size:14px;
	}
	
	.single-post .team-flag-circle{
		width: 80px;
        height: 80px;
	}
	
	.single-post .match-banner .match-team  .flag-emoji{
    	font-size: 50px !important;
	}
}

@media (max-width: 900px) {
	.single-post  .post--img__overlay {
		aspect-ratio: 4 / 3!important;
	}
	    
}


@media (max-width: 782px) {
	.single-post  .post--img__overlay {
		aspect-ratio: 16 / 9!important;
	}
}
        

@media (max-width: 768px) {

	.match-banner-content {
		padding: 20px 30px;
		padding: 0 30px;
	}

	.match-date-box {
		font-size: 28px;
	}

	.team-date {
		font-size: 11px;
	}
}

@media (max-width: 570px) {
	.single-post  .post--img__overlay {
		aspect-ratio: 4 / 3!important;
	}
	
	.match-team {
		width:30%
	}
}

@media (max-width: 480px) {
	.match-banner-content {
		padding: 15px 20px;
	}
	
	.single-post .match-banner-content {
        padding: 0 10px;
    }

	.team-flag-circle {
		border-width: 3px;
	}

	.flag-emoji {
		font-size: 50px;
	}

	.match-date-box {
		font-size: 22px;
	}

	.tournament-badge {
		padding: 6px 12px;
	}

	.tournament-icon {
		font-size: 14px;
	}

	.tournament-name {
		font-size: 11px;
	}
}

@media (max-width: 440px) {
	.single-post  .post--img__overlay {
		aspect-ratio: 4 / 4!important;
	}
	
	.single-post  .match-banner{
		margin: 0 auto;
	}
	
	.single-post .match-date-box {
        font-size: 12px;
    }
	
	.single-post .match-banner .match-team  .flag-emoji{
    	font-size: 35px !important;
	}
}

@media (max-width: 350px) {
	.flag-emoji {
		font-size: 25px;
	}
	
	.tournament-icon img{
		 max-height: 50px;
	}
}