.elp-mundial-ticker {
	background: #111317;
	border-top: 3px solid #e6532d;
	color: #fff;
	font-family: inherit;
	line-height: 1.2;
	overflow-x: hidden;
	overflow-y: hidden;
	scrollbar-width: thin;
}

.elp-ticker-wrap {
	overflow: hidden;
	white-space: nowrap;
}

.elp-mundial-ticker__track,
.elp-ticker-track {
	align-items: stretch;
	animation: elpTickerScroll 40s linear infinite;
	animation-duration: var(--elp-ticker-speed, 40s);
	display: flex;
	gap: 0;
	width: max-content;
	will-change: transform;
}

.elp-ticker-wrap:hover .elp-ticker-track {
	animation-play-state: paused;
}

@keyframes elpTickerScroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.elp-mundial-ticker__item {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 0.45rem;
	grid-template-columns: auto auto minmax(2.6rem, auto) auto minmax(2.6rem, auto);
	min-height: 42px;
	padding: 0.45rem 0.75rem;
	white-space: nowrap;
}

.elp-mundial-ticker__competition {
	background: #e6532d;
	border-radius: 3px;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0.2rem 0.32rem;
	text-transform: uppercase;
}

.elp-mundial-ticker__status {
	color: #f8d45c;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
}

.elp-mundial-ticker__status--en-vivo {
	color: #48d17a;
}

.elp-mundial-ticker__status--descanso {
	color: #8fd3ff;
}

.elp-mundial-ticker__status--final {
	color: #d9dde5;
}

.elp-mundial-ticker__team {
	font-size: 0.82rem;
	font-weight: 700;
	max-width: 7.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.elp-team-flag-label {
	align-items: center;
	display: inline-flex;
	gap: 0.28rem;
	min-width: 0;
	vertical-align: middle;
}

.elp-team-flag-label > span:last-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.elp-team-flag {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	flex: 0 0 auto;
}

.elp-team-flag--svg-fallback {
	font-size: 1rem;
}

.elp-mundial-ticker__score {
	background: #fff;
	border-radius: 3px;
	color: #111317;
	font-size: 0.82rem;
	font-weight: 900;
	min-width: 3.1rem;
	padding: 0.16rem 0.35rem;
	text-align: center;
}

.elp-mundial-module {
	color: #20242a;
	font-family: inherit;
	margin: 1.25rem 0;
}

.elp-mundial-day {
	margin: 0 0 1.35rem;
}

.elp-mundial-week {
	margin: 0 0 1.75rem;
}

.elp-mundial-week__title {
	background: #17191d;
	border-radius: 6px;
	color: #fff;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 0.85rem;
	padding: 0.7rem 0.85rem;
}

.elp-mundial-day__title,
.elp-mundial-section-title {
	border-left: 4px solid #e6532d;
	color: #17191d;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 0.7rem;
	padding-left: 0.55rem;
}

.elp-mundial-list,
.elp-mundial-card-grid,
.elp-mundial-team-grid {
	display: grid;
	gap: 0.75rem;
}

.elp-mundial-card-grid {
	grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}

.elp-mundial-team-grid {
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.elp-mundial-match-card,
.elp-mundial-team-card,
.elp-mundial-public-message {
	background: #fff;
	border: 1px solid #e4e6ea;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(17, 19, 23, 0.04);
}

.elp-mundial-match-card {
	padding: 0.78rem 0.85rem;
}

.elp-mundial-match-card__meta,
.elp-mundial-match-card__stage,
.elp-mundial-team-card__meta,
.elp-mundial-team-card__group {
	color: #6b7280;
	font-size: 0.78rem;
}

.elp-mundial-match-card__meta {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	margin-bottom: 0.55rem;
}

.elp-mundial-match-card__main {
	align-items: center;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.elp-mundial-match-card__team {
	color: #161a20;
	font-size: 0.93rem;
	font-weight: 700;
	min-width: 0;
	overflow-wrap: anywhere;
}

.elp-mundial-match-card__team:last-child {
	text-align: right;
}

.elp-mundial-match-card__team:last-child .elp-team-flag-label {
	justify-content: flex-end;
}

.elp-mundial-match-card__score {
	background: #17191d;
	border-radius: 4px;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	min-width: 3.3rem;
	padding: 0.24rem 0.45rem;
	text-align: center;
	text-transform: uppercase;
}

.elp-mundial-match-card__stage {
	border-top: 1px solid #edf0f3;
	margin-top: 0.65rem;
	padding-top: 0.48rem;
}

.elp-mundial-status {
	background: #f1f3f5;
	border-radius: 999px;
	color: #3f4651;
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
	padding: 0.28rem 0.45rem;
	text-transform: uppercase;
}

.elp-mundial-status--en-vivo {
	background: #e7f8ed;
	color: #176b39;
}

.elp-mundial-status--descanso {
	background: #e8f4ff;
	color: #155d92;
}

.elp-mundial-status--final {
	background: #eceff3;
	color: #374151;
}

.elp-mundial-status--programado {
	background: #fff4de;
	color: #805100;
}

.elp-mundial-table-block {
	margin: 0 0 1.4rem;
}

.elp-mundial-table-scroll {
	background: #fff;
	border: 1px solid #e4e6ea;
	border-radius: 6px;
	overflow-x: auto;
}

.elp-mundial-table {
	border-collapse: collapse;
	font-size: 0.86rem;
	margin: 0;
	min-width: 640px;
	width: 100%;
}

.elp-mundial-table th,
.elp-mundial-table td {
	border-bottom: 1px solid #edf0f3;
	padding: 0.62rem 0.7rem;
	text-align: center;
	vertical-align: middle;
}

.elp-mundial-table th {
	background: #f6f7f9;
	color: #2b3038;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.elp-mundial-table tr:last-child td {
	border-bottom: 0;
}

.elp-mundial-table__team {
	text-align: left !important;
}

.elp-mundial-team-card {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 0.85rem;
}

.elp-mundial-team-card__tla {
	align-items: center;
	background: #17191d;
	border-radius: 5px;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 0.82rem;
	font-weight: 900;
	gap: 0.14rem;
	height: 3rem;
	justify-content: center;
	width: 3.05rem;
}

.elp-mundial-team-card__tla .elp-team-flag {
	font-size: 1.08rem;
}

.elp-mundial-team-card__name {
	color: #161a20;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 0.16rem;
}

.elp-mundial-team-card__meta,
.elp-mundial-team-card__group {
	margin: 0;
}

.elp-mundial-public-message,
.elp-mundial-ticker-admin-notice {
	border-left: 4px solid #e6532d;
	color: #3f4651;
	padding: 0.75rem 0.9rem;
}

.elp-mundial-ticker-admin-notice {
	background: #fff8e5;
	font-size: 0.9rem;
}

@media (max-width: 600px) {
	.elp-mundial-ticker__item {
		gap: 0.34rem;
		min-height: 40px;
		padding: 0.4rem 0.58rem;
	}

	.elp-mundial-ticker__team {
		font-size: 0.76rem;
		max-width: 4.8rem;
	}

	.elp-mundial-ticker__score {
		font-size: 0.76rem;
		min-width: 2.7rem;
	}

	.elp-mundial-match-card__main {
		gap: 0.45rem;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	}

	.elp-mundial-match-card__team {
		font-size: 0.84rem;
	}

	.elp-mundial-match-card__score {
		font-size: 0.88rem;
		min-width: 2.75rem;
	}

	.elp-mundial-table {
		font-size: 0.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elp-mundial-ticker {
		overflow-x: auto;
	}

	.elp-mundial-ticker__track,
	.elp-ticker-track {
		animation: none;
	}
}
