
.fifa2026-winners--empty {
	padding: 28px 16px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35;
    color: #fff;
    border: 10px double #dbaf51;
    border-radius: 20px;
    margin-top: 1.3rem;
    background: rgba(0, 0, 0, .2);
}

.fifa2026-winners__container {
	max-width: 1207px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.fifa2026-winners__title {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.1;
	color: #fff;
}

.fifa2026-winners__date {
	margin: 16px 0 24px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.1;
	font-weight: 400;
	color: #fff;
}

.fifa2026-winners__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0 0 18px;
}

.fifa2026-winners__btn {
	border: 2px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
	border-radius: 999px;
	padding: 10px 16px;
	font-weight: 700;
	cursor: pointer;
}

.fifa2026-winners__btn:hover {
	border-color: rgba(255, 255, 255, 0.75);
}

.fifa2026-winners__btn.is-active {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.75);
	cursor: default;
}

.fifa2026-winners__table-wrap {
	background: #fff;
	border-radius: 16px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fifa2026-winners__table {
	width: 100%;
	min-width: 960px;
	border-collapse: collapse;
	text-align: center;
}

.fifa2026-winners__table thead th {
	background: rgba(200, 156, 67, 0.9);
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	padding: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	text-align: center;
}

.fifa2026-winners__table tbody td {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	padding: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
}

.fifa2026-winners__table tbody tr:last-child td {
	border-bottom: 0;
}

.fifa2026-winners__more {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.fifa2026-winners__more-btn {
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
	background: transparent;
	color: #fff;
	border-radius: 999px;
	padding: 5px 18px;
	font-weight: 400;
	cursor: pointer;
	text-transform: unset;
	margin: 0 !important;
}


@media (max-width: 768px) {
	.fifa2026-winners__title,
	.fifa2026-winners__date {
		font-size: 22px;
	}

	.fifa2026-winners__table thead th {
		font-size: 18px;
		padding: 14px;
	}

	.fifa2026-winners__table tbody td {
		font-size: 16px;
		padding: 14px;
	}
}

/* Modal (lightbox) */
.fifa2026-modal {
	position: fixed;
	inset: 0;
	/* Above Flatsome sticky headers / overlays */
	z-index: 2147483646;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	box-sizing: border-box;
	pointer-events: none;
}

.fifa2026-modal.is-open {
	display: flex;
	pointer-events: auto;
}

/* Bound In: khung chờ 1 frame trước khi gắn .is-bound-in (JS) */
.fifa2026-modal.is-open:not(.is-bound-in) .fifa2026-modal__backdrop {
	opacity: 0;
}

.fifa2026-modal.is-open:not(.is-bound-in) .fifa2026-modal__panel {
	opacity: 0;
	transform: scale(0.82) translateY(22px);
}

@keyframes fifa2026-bound-in-backdrop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fifa2026-bound-in-panel {
	0% {
		opacity: 0;
		transform: scale(0.82) translateY(22px);
	}
	58% {
		opacity: 1;
		transform: scale(1.05) translateY(0);
	}
	78% {
		transform: scale(0.97) translateY(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.fifa2026-modal.is-open.is-bound-in .fifa2026-modal__backdrop {
	animation: fifa2026-bound-in-backdrop 0.32s ease forwards;
}

.fifa2026-modal.is-open.is-bound-in .fifa2026-modal__panel {
	animation: fifa2026-bound-in-panel 0.58s cubic-bezier(0.22, 1.32, 0.36, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
	.fifa2026-modal.is-open .fifa2026-modal__backdrop,
	.fifa2026-modal.is-open .fifa2026-modal__panel,
	.fifa2026-modal.is-open:not(.is-bound-in) .fifa2026-modal__backdrop,
	.fifa2026-modal.is-open:not(.is-bound-in) .fifa2026-modal__panel {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

.fifa2026-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

.fifa2026-modal__panel {
	position: relative;
	z-index: 1;
	width: min(1080px, 100%);
	max-height: min(90vh, calc(100dvh - 48px));
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: url("https://fifa2026-unilever.vn/wp-content/uploads/2026/04/Ellipse-437.png") center center / cover no-repeat #101010;
	color: #fff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
	transform-origin: center center;
}

.fifa2026-modal__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 8px 0 18px;
}

.fifa2026-modal__tab {
	border: 2px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
	border-radius: 999px;
	padding: 0 16px;
	font-weight: 700;
	cursor: pointer;
}

.fifa2026-modal__tab.is-active {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.75);
	cursor: default;
}

.fifa2026-modal__panel-body {
	display: none;
}

.fifa2026-modal__panel-body.is-active {
	display: block;
}

.fifa2026-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.fifa2026-modal__title {
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 22px;
	text-align: center;
}

.fifa2026-modal__subtitle {
	margin: 10px 0 18px;
	text-align: center;
	font-weight: 600;
	opacity: 0.9;
}

.fifa2026-modal__empty {
	text-align: center;
	padding: 28px 14px;
	font-weight: 600;
}

.fifa2026-modal__table {
	margin-top: 8px;
}

