@media screen and (min-width: 1650px) {
    .container {
        max-width: 1635px;
    }
}

/* Mobile: team logo strip scrolls horizontally beside fixed site logo (see HeaderTop.astro) */
@media screen and (max-width: 991px) {
    .header-mobile {
        overflow: visible;
    }
    .header-mobile-scroll {
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1634px) {
    .equipos-list ul {
        gap: 30px;
    }
    .header-top-area {
        padding-left: calc((100vw - 1300px) / 2);
    }

	.banner-area .container {
		padding-inline: 50px;
	}


	/* resultados calendar page  */

	.resultados-inner-wp .single-team-wp {
		padding-right: 5px !important;
	}
	.resultados-inner-wp .team-score-board ul {
		gap: 8px;
	}

	
	.section-team-title {
		font-size: 10rem;
	}

}

@media screen and (min-width: 1400px) {
	.resultados-inner-wp .hero-match-card {
		flex: unset;
		width: calc(25% - 30px);
	}
}


@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .header-top-area {
        padding-left: calc((100vw - 1120px) / 2);
    }

    /* header top area  */

    .equipos-list ul {
        gap: 25px;
    }
    .header-top-wrapper {
        padding-left: 200px;
    }
    .nav-wrapper {
        gap: 85px;
    }
    .menu-list ul {
        gap: 50px;
    }
    .header-social ul {
        gap: 20px;
    }


	.banner-area .container {
		padding-inline: 50px;
	}

	.single-video-card .video-content {
		padding-left: 20px;
		padding-top: 15px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.video-area {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	/* resultados calendar page  */

	.resultados-inner-wp .hero-match-card {
		flex: unset;
		width: calc(33% - 16px);
	}

	/* estadisticas page  */

	.estadistica-searchbar {
		max-width: 400px;
	}


	/* Roster page  */

	.roster-main-wp .estadistica-searchbar {
		max-width: 300px;
	}

	.notice-content h4 {
		font-size: 18px;
	}

	.header-team-area img {
		max-height: 120px;
	}

	.section-team-title {
		font-size: 8rem;
	}
}


/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

/* header top area  */

	.header-top-area {
		padding-left: calc((100vw - 940px) / 2);
	}

    .equipos-list ul {
        gap: 25px;
    }
    .header-top-wrapper {
        padding-left: 150px;
    }
    .nav-wrapper {
        gap: 55px;
    }
    .menu-list ul {
        gap: 35px;
    }
    .header-social ul {
        gap: 20px;
    }


    /* news area  */

    .news-area {
        padding-top: 0;
    }
    .news-content-card {
        padding: 45px 60px;
    }


	.banner-area {
		padding-top: 25px;
	}
	.banner-area .container {
		padding-inline: 50px;
	}

	/* statistics area  */

	.lideres-info h2 {
		font-size: 17px;
	}
	.lideres-point {
		font-size: 20px;
	}

	.partners-area {
		padding-block: 80px;
	}




	.footer-wrapper {
		gap: 50px;
		padding-inline: 0;
	}


	.footer-nav ul {
		gap: 30px;
	}
	.footer-brand-logo {
		padding-top: 40px;
	}


	/* resultados calendar page  */

		.resultados-inner-wp .hero-match-card {
			flex: unset;
			width: calc(50% - 16px);
		}
	.resultados-filter-nav {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.resultados-filter-nav button {
		font-size: 20px;
	}

	/* estadisticas page  */

		.estadistica-searchbar {
			max-width: 250px;
		}
	.estadistica-left-actions {
		gap: 15px;
	}
	.estadisticas-type {
		padding-left: 90px;
	}
	.estadisticas-hero-wrapper .equipo-list {
		padding-left: 90px;
	}
	.equipo-list ul {
		gap: 30px;
	}
	.estadisticas-type a {
		font-size: 18px;
	}



	/* Roster page  */
	.roster-main-wp .estadistica-left-actions button {
		padding: 10px 15px;
		font-size: 19px;
	}
	.roster-content-card thead th h2 {
		font-size: 22px;
	}

	.roster-content-card thead th {
		padding: 10px 10px;
		font-size: 14px;
	}
	.roster-content-card th:first-child, .roster-content-card td:first-child {
		padding-left: 25px;
	}
	.roster-content-card th:last-child, .roster-content-card td:last-child {
		padding-right: 25px;
	}
	.roster-content-card .character-box {
		gap: 20px;
	}

	.single-notice-card .notice-content {
		max-width: 200px;
		padding-left: 10px;
	}
	.notice-content h4 {
		font-size: 16px;
	}
	.notice-content .news-score-board {
		margin-top: 10px;
	}
	.single-notice-card {
		padding: 10px 20px;
		gap: 15px;
	}

	.noticia_inner {
		padding: 1rem 4rem;
	}

	.header-team-area img {
		max-height: 80px;
	}

	.section-team-title {
		font-size: 6rem;
	}


}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {


.menu-list {
	display: none;
}
.header-top-wrapper {
	display: none;
}
.notification-button button svg {
	width: 40px;
	height: 40px;
}
.site-logo a img {
	margin-top: -15px;
	max-width: 70px;
}
.nav-area {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mobile-equipo-area {
	padding-block: 15px;
	padding-inline: 20px;
	overflow: hidden;
	overflow-x: scroll;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mobile-equipo-area ul {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: nowrap;
}
.mobile-equipo-area ul li {
	flex-shrink: 0;
}

.hero-area {
	padding-top: 35px;
	padding-bottom: 25px;
}

/* news area  */

.news-area {
        padding-top: 0;
    }
    .news-content-card {
        padding: 30px 0;
        position: unset;
        background: transparent;
    }

.news-content .title-and-date h2 {
	font-size: 30px;
	font-weight: 500;
	color: #39274F;
}
.swiper-button-next.news-next-slide, .swiper-button-prev.news-prev-slide {
	display: none;
}

.news-score-board {
	border: 1px solid #39274F;
}
.news-score-board li {
	color: #39274F;
}
.score-line-top {
	border-bottom: 1px solid #39274F;
}

.news-slider .swiper-slide {
	background: #F7F7F7;
	box-shadow: var(--shawdow-one);
    border-radius: 10px;
}
.news-content .news-date {
	display: none;
}
.single-news-card {
	position: relative;
	padding: 22px 31px;
}
.news-images img {
	width: 100%;
	border-radius: 10px;
}
.news-slider.swiper {
	padding: 35px 40px;
	padding-top: 0;
}


.banner-area {
	padding-top: 25px;
}
.banner-area .container {
	padding-inline: 40px;
}


/* staticstics area  */

.statistics-main-wrapper {
	flex-direction: column;
}
.lideres-card.statistics-card {
	max-width: 100%;
}
.standings-card.statistics-card {
	max-width: 100%;
}

/* video area  */

.single-video-card .video-content {
		padding-left: 15px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.video-area {
		padding-top: 35px;
		padding-bottom: 40px;
	}
.video-content a {
	font-size: 16px;
}
.partners-area {
		padding-block: 60px;
	}


.footer-area {
	margin-bottom: 80px;
	padding-block: 30px;
}


.footer-wrapper {
	gap: 50px;
	padding-inline: 0;
}


.footer-nav ul {
	gap: 30px;
}
.footer-brand-logo {
	padding-top: 40px;
}

.scrolltotop {
	display: none !important;
}



/* resultados calendar page  */

	.resultados-inner-wp .hero-match-card {
		flex: unset;
		width: calc(50% - 16px);
	}
.resultados-filter-nav {
	padding-top: 15px;
	padding-bottom: 15px;
}
.resultados-filter-nav button {
	font-size: 20px;
}
.resultados-title {
	font-size: 20px;
}


.brands-area {
	padding-top: 75px;
	padding-bottom: 50px;
}
.brands-wrapper ul li img {
	max-width: 100px;
}


/* estadisticas page — do not hide .estadistica-searchbar (stats toolbar + roster use it) */

.estadistica-left-actions {
	gap: 15px;
}
.estadisticas-type {
	padding-left: 0;
	justify-content: center;
}
.estadisticas-hero-wrapper .equipo-list {
	padding-left: 0;
}
.equipo-list ul {
	gap: 30px;
}
.estadisticas-type a {
	font-size: 18px;
}



	/* Roster page  */
	.roster-main-wp .estadistica-left-actions button {
		padding: 10px 15px;
		font-size: 19px;
	}
	.roster-content-card thead th h2 {
		font-size: 22px;
	}

	.roster-content-card thead th {
		padding: 10px 10px;
		font-size: 14px;
	}
	.roster-content-card th:first-child, .roster-content-card td:first-child {
		padding-left: 25px;
	}
	.roster-content-card th:last-child, .roster-content-card td:last-child {
		padding-right: 25px;
	}
	.roster-content-card .character-box {
		gap: 20px;
	}
	.roster-main-wrapper {
		display: flex;
		gap: 30px;
		padding-top: 30px;
		flex-direction: column;
	}



	.single-notice-card .notice-content {
		max-width: 180px;
		padding-left: 10px;
	}
	.notice-content h4 {
		font-size: 16px;
	}
	.notice-content .news-score-board {
		margin-top: 10px;
		max-width: 125px !important;
		min-width: auto;
	}
	.single-notice-card {
		padding: 10px 20px;
		gap: 15px;
	}
	.notice-content .news-score-board .score-header {
		padding-left: 8px;
		padding-top: 8px;
		padding-right: 8px;
		gap: 5px;
	}
	.notice-content .score-line-top {
		padding-left: 8px;
		padding-bottom: 8px;
		padding-right: 8px;
	}

	.noticia_inner {
		padding: 1rem 4rem;
		position: relative;
		background: #fff;
	}

	.noticia_item {
		border-radius: 15px;
		border: 0;
		box-shadow: var(--shawdow-one);
		margin-bottom: 5px;
	}

	.noticia_cntLeft h4 {
		font-size: 1.3rem;
		font-weight: 500;
		color: var(--primery-color);
		letter-spacing: 0rem;
		margin-top: 15px;
	}

	.noticia_cntLeft p {
		color: var(--primery-color);
		letter-spacing: 0rem;
	}

	.header-team-area img {
		max-height: 60px;
	}

	.section-team-title {
		font-size: 4rem;
	}

}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {	

	.menu-list {
		display: none;
	}
	.header-top-wrapper {
		display: none;
	}
	.notification-button button svg {
		width: 40px;
		height: 40px;
	}
	.site-logo a img {
		margin-top: -15px;
		max-width: 70px;
	}
	.nav-area {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
	.mobile-equipo-area {
		padding-block: 15px;
		padding-inline: 20px;
		overflow: hidden;
		overflow-x: scroll;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
	.mobile-equipo-area ul {
		display: flex;
		align-items: center;
		gap: 20px;
		flex-wrap: nowrap;
	}
	.mobile-equipo-area ul li {
		flex-shrink: 0;
	}


	/* news area  */

	.news-area {
			padding-top: 0;
		}
		.news-content-card {
			padding: 30px 0;
			position: unset;
			background: transparent;
			padding-bottom: 0;
		}

	.news-content .title-and-date h2 {
		font-size: 22px;
		font-weight: 400;
		color: #39274F;
	}
	.swiper-button-next.news-next-slide, .swiper-button-prev.news-prev-slide {
		display: none;
	}

	.news-score-board {
		border: 1px solid #39274F;
		min-width: 136px;
		gap: 5px;
	}
	.news-score-board li {
		color: #39274F;
	}
	.score-line-top {
		border-bottom: 1px solid #39274F;
		padding: 6px 10px;
		padding-top: 0;
	}

	.news-slider .swiper-slide {
		background: #F7F7F7;
		box-shadow: var(--shawdow-one);
		border-radius: 10px;
	}
	.news-content .news-date {
		display: none;
	}
	.single-news-card {
		position: relative;
		padding: 22px 31px;
	}
	.news-images img {
		width: 100%;
		border-radius: 10px;
	}
	.news-slider.swiper {
		padding: 35px 10px;
		padding-top: 0;
	}
	.hero-area {
		padding-top: 8px;
		overflow: hidden;
		padding-bottom: 20px;
	}
	/* Mobile: game card fits on screen without horizontal scroll (home & team only) */
	.hero-area .hero-slider .swiper-slide {
		min-width: 100%;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	.hero-area .hero-match-card {
		max-width: 100%;
		box-sizing: border-box;
	}
	.hero-area .hero-match-card .match-card-header {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hero-area .hero-match-card .single-team-wp {
		padding-inline: 10px;
		gap: 6px;
	}
	.hero-area .hero-match-card .match-middle-card {
		gap: 6px;
	}
	.hero-area .hero-match-card .match-middle-left {
		min-width: 0;
		flex: 1 1 auto;
	}
	.hero-area .hero-match-card .match-middle-right {
		min-width: 52px;
		padding-left: 6px;
		margin-block: 10px;
		flex-shrink: 0;
	}
	.hero-area .hero-match-card .match-middle-right svg {
		width: 32px;
		height: auto;
	}
	.hero-area .hero-match-card .line-score-board ul {
		gap: 4px;
	}
	.hero-area .hero-match-card .line-score-board ul li {
		font-size: 11px;
		min-width: 1.2em;
	}
	.hero-area .hero-match-card .team-info-card .team-logo {
		width: 32px;
		height: 32px;
	}
	.hero-area .hero-match-card .team-score-board ul {
		width: 4.5em;
		min-width: 4.5em;
	}
	.hero-area .hero-match-card .team-score-board--values-only ul {
		width: 4.5em;
		min-width: 4.5em;
	}
	.hero-area .hero-wrapper {
		overflow-x: hidden;
		max-width: 100%;
	}
	/* Mobile: date switcher above game cards so it doesn't cover them */
	.hero-date-switcher {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 12px;
		display: flex;
		justify-content: center;
	}
	.hero-date-switcher__inner {
		flex-direction: row;
		min-height: auto;
		padding: 10px 16px;
		border-radius: 999px;
		border: 1px solid rgba(0,0,0,0.06);
		gap: 12px;
	}
	.hero-date-switcher__month {
		font-size: 12px;
		margin-bottom: 0;
	}
	.hero-date-switcher__day {
		font-size: 28px;
	}
	.hero-date-switcher__arrows {
		margin-top: 0;
	}
	.hero-date-switcher__arrow {
		width: 32px;
		height: 32px;
		font-size: 10px;
	}
	.news-score-board .score-header {
		padding-left: 10px;
		padding-top: 10px;
		padding-right: 11px;
	}



	.banner-area {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.banner-area .container {
		padding-inline: 10px;
	}
	/* Banner above statistics (e.g. in news/slider block) – less white space on mobile */
	.team_banner.banner-area,
	.banner-area.team_banner {
		margin-top: 0.75rem;
		padding: 6px 0;
	}
	.team_banner .container {
		padding-inline: 10px;
	}

	/* staticstics area  */

	.statistics-main-wrapper {
		flex-direction: column;
	}
	.lideres-card.statistics-card {
		max-width: 100%;
	}
	.standings-card.statistics-card {
		max-width: 100%;
	}
	.statistics-area {
		padding-top: 24px;
	}


	/* video area  */

	.single-video-card .video-content {
			padding-left: 15px;
			padding-top: 10px;
			padding-right: 15px;
			padding-bottom: 10px;
		}
		.video-area {
			padding-top: 35px;
			padding-bottom: 40px;
		}
	.video-content a {
		font-size: 16px;
	}



	.partners-area {
			padding-block: 40px;
	}

	.pertners-wrapper ul li {
		width: 40%;
	}
	.pertners-wrapper ul {
		flex-wrap: wrap;
	}


	.footer-area {
		margin-bottom: 80px;
		padding-block: 30px;
	}


	.footer-wrapper {
		gap: 50px;
		padding-inline: 0;
	}


	.footer-nav ul {
		gap: 30px;
	}
	.footer-brand-logo {
		padding-top: 20px;
	}
	.scrolltotop {
		display: none !important;
	}





	/* resultados calendar page  */

		.resultados-inner-wp .hero-match-card {
			flex: unset;
			width: 100%;
		}
	.resultados-filter-nav {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.resultados-filter-nav button {
		font-size: 20px;
	}
	.resultados-title {
		font-size: 20px;
	}
	.resultados-inner-wp {
		flex-direction: column;
		gap: 15px;
	}
	.resultados-filter-nav select {
		padding: 10px 15px;
	}




	.brands-area {
		padding-top: 55px;
		padding-bottom: 40px;
	}
	.brands-wrapper ul li img {
		max-width: 100px;
	}


	/* estadisticas page — do not hide .estadistica-searchbar (stats toolbar + roster use it on mobile) */

	.estadistica-left-actions {
		gap: 15px;
	}
	.estadisticas-type {
		padding-left: 0;
		justify-content: center;
	}
	.estadisticas-hero-wrapper .equipo-list {
		padding-left: 0;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
	}
	.equipo-list ul {
		gap: 30px;
	}
	.estadisticas-type a {
		font-size: 18px;
	}
	.estadistica-section-header {
		padding-block: 25px;
		justify-content: center;
		gap: 25px;
		flex-wrap: wrap-reverse;
	}
	.equipo-list ul li a {
		opacity: 1;
	}
	.equipo-list ul li {
		min-width: 40px;
	}
	.estadistica-middle-actions button {
		padding: 10px 20px;
		font-size: 18px;
	}
	.estadistica-left-actions button {
		padding: 10px 20px;
		font-size: 18px;
	}
	.estadisticas-main-wrapper {
		border-radius: 0;
	}

	/* Roster page  */
	.roster-content-card thead th h2 {
		font-size: 20px;
	}

	.roster-content-card thead th {
		padding: 10px 10px;
		font-size: 14px;
	}
	.roster-content-card th:first-child, .roster-content-card td:first-child {
		padding-left: 20px;
	}
	.roster-content-card th:last-child, .roster-content-card td:last-child {
		padding-right: 25px;
	}
	.roster-content-card .character-box {
		gap: 20px;
	}
	.roster-main-wrapper {
		display: flex;
		gap: 30px;
		padding-top: 15px;
		flex-direction: column;
	}
	.roster-main-wp .estadistica-left-actions {
		flex-wrap: wrap;
		justify-content: center;
	}



	.single-notice-card .notice-content {
		max-width: 180px;
		padding-left: 10px;
	}
	.notice-content h4 {
		font-size: 16px;
	}
	.notice-content .news-score-board {
		margin-top: 10px;
		max-width: 125px !important;
		min-width: auto;
	}
	.single-notice-card {
		padding: 10px 20px;
		gap: 15px;
	}
	.notice-content .news-score-board .score-header {
		padding-left: 8px;
		padding-top: 8px;
		padding-right: 8px;
		gap: 5px;
	}
	.notice-content .score-line-top {
		padding-left: 8px;
		padding-bottom: 8px;
		padding-right: 8px;
	}
	.notice-main-aera {
		padding-top: 40px;
	}
	.notice-wrapper .row {
		gap: 35px 0;
	}
	
	.noticia_inner {
		padding: 0rem 1rem;
		position: relative;
		background: #fff;
	}

	.noticia_item {
		border-radius: 15px;
		border: 0;
		box-shadow: var(--shawdow-one);
		margin-bottom: 5px;
	}

	.noticia_cntLeft h4 {
		font-size: 1.3rem;
		font-weight: 500;
		color: var(--primery-color);
		letter-spacing: 0rem;
		margin-top: 15px;
	}

	.noticia_cntLeft p {
		color: var(--primery-color);
		letter-spacing: 0rem;
	}

	.header-team-area img {
		max-height: 40px;
		max-width: 40px;
	}

	.section-team-title {
		font-size: 2rem;
	}
}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {

/* header area  */

.site-logo a img {
	margin-top: -15px;
	max-width: 70px;
}
.notification-button button svg {
	width: 20px;
	height: 20px;
}
.notification-button button.has-notification::before {
	width: 10px;
	height: 10px;
}

.notification-button {
	padding-top: 10px;
	padding-bottom: 6px;
}


.statistics-area {
	padding-top: 30px;
}
.statistics-main-wrapper {
	padding-top: 20px;
}


.video-slider {
	padding-bottom: 40px;
	padding-top: 20px;
}

.footer-wrapper {
	gap: 35px;
	padding-inline: 0;
}

.footer-brand-logo img {
	max-width: 50px;
}

.footer-brand-logo {
	padding-top: 0;
}
.privacy-text {
	padding-top: 20px;
}

.footer-content {
	padding-right: 20px;
}



.resultados-filter-nav {
	gap: 20px;
}


.brands-area {
	padding-top: 35px;
	padding-bottom: 30px;
}
.brands-wrapper ul li img {
	max-width: 60px;
}


.estadisticas-type a {
	font-size: 16px;
	padding: 8px 10px;
}
.estadisticas-type {
	gap: 10px;
	overflow: hidden;
	overflow-x: auto;
}
.estadistica-middle-actions button {
	padding: 10px 15px;
	font-size: 16px;
}

.roster-content-card thead th {
	white-space: nowrap;
}
.character-box p {
	white-space: nowrap;
	font-size: 12px;
}
.roster-content-card .character-box {
	gap: 15px;
	flex-direction: column;
	align-items: start;
}
.roster-content-card thead th h2 {
	font-size: 18px;
}

.roster-content-card td {
	font-size: 12px;
	white-space: nowrap;
}

.single-notice-card.flex-row {
	flex-direction: column !important;
}
.single-notice-card .notice-content {
	max-width: 100%;
	padding-left: 10px;
}

.notice-content .news-score-board {
	display: none;
}

.notice-main-aera {
	padding-top: 30px;
}






}
/*
 * Estadísticas (league + team): full table on narrow viewports — horizontal scroll,
 * visible headers, sticky first column (player).
 */
@media screen and (max-width: 991px) {
	.estadistica-table-scroll {
		overflow-x: auto;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		touch-action: pan-x pan-y;
		max-height: min(78vh, 820px);
		border-radius: 12px;
	}

	.estadistica-table.estadistica-table--sortable {
		min-width: 720px;
		width: max-content;
		max-width: none;
	}

	.estadistica-table th,
	.estadistica-table td {
		font-size: 0.8125rem;
		padding-top: 10px;
		padding-bottom: 8px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.estadistica-th-btn {
		padding: 10px 6px 8px 8px;
		font-size: 0.65rem;
		gap: 3px;
		min-height: 44px;
		align-items: flex-end;
		line-height: 1.15;
	}

	.estadistica-sort-ind {
		font-size: 0.55rem;
	}

	.estadistica-table--sortable thead th.sortable:first-child {
		left: 0;
		z-index: 5;
		box-shadow: 4px 0 10px rgba(0, 0, 0, 0.2);
	}

	.estadistica-table--sortable thead th.sortable {
		z-index: 3;
	}

	.estadistica-table tbody td:first-child {
		position: sticky;
		left: 0;
		z-index: 2;
		min-width: 112px;
		max-width: min(44vw, 190px);
		box-shadow: 4px 0 8px rgba(0, 0, 0, 0.08);
		vertical-align: middle;
		white-space: normal;
		word-break: break-word;
	}

	.estadistica-table tbody tr:nth-of-type(odd) td:first-child {
		background: #fff;
	}

	.estadistica-table tbody tr:nth-of-type(even) td:first-child {
		background: #eef0f5;
	}

	.estadistica-table tbody tr:nth-of-type(even) {
		background: #eef0f5;
	}

	.estadistica-table tbody tr:nth-of-type(even) td:not(:first-child) {
		background: transparent;
	}

	/*
	 * League + Team column: do not nowrap col 2 — long club names were painting over G / AB.
	 * Only stat columns (from col 3 when Team exists, from col 2 when Team is hidden) use nowrap.
	 */
	.estadistica-table-area--league:not(.estadistica-table-area--hide-team-col) .estadistica-table thead th:nth-child(2),
	.estadistica-table-area--league:not(.estadistica-table-area--hide-team-col) .estadistica-table tbody td:nth-child(2) {
		max-width: 7rem;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
	}

	.estadistica-table-area--league:not(.estadistica-table-area--hide-team-col) .estadistica-table td:nth-child(n + 3),
	.estadistica-table-area--league:not(.estadistica-table-area--hide-team-col) .estadistica-table thead th:nth-child(n + 3) {
		white-space: nowrap;
	}

	.estadistica-table-area--hide-team-col .estadistica-table td:nth-child(n + 2),
	.estadistica-table-area--hide-team-col .estadistica-table thead th:nth-child(n + 2) {
		white-space: nowrap;
	}

	.estadistica-table-area--league .estadistica-table td:first-child {
		max-width: min(44vw, 190px);
		min-width: 112px;
	}

	/* Colectivas: one sticky team column, stat columns scroll horizontally */
	.estadistica-table-area--team-only .estadistica-table thead th:nth-child(n + 2),
	.estadistica-table-area--team-only .estadistica-table tbody td:nth-child(n + 2) {
		white-space: nowrap;
	}

	.estadistica-table-area--team-only .estadistica-table tbody td:first-child .standings-team-cell--inline {
		flex-wrap: nowrap;
	}
}
