/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

.is-hidden {
	display: none !important;
}

.load-more__actions {
	margin-top: 24px;
	text-align: center;
}

.load-more__button[hidden] {
	display: none !important;
}

.post-pagination,
.team-pagination {
	display: none;
}

.home-news-grid .posts__excerpt,
.post-list .posts__excerpt {
	color: #bfc7d3;
	line-height: 1.7;
}

.player-post-list .posts__excerpt {
	white-space: pre-line;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.card__header--players {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.card__header--players > h4 {
	margin-bottom: 0;
}

.card__header--players .player-filter {
	margin-left: auto;
}

.player-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	margin: 0;
}

.player-filter__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	color: #dfe6ef !important;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.player-filter__button:hover,
.player-filter__button:focus {
	transform: translateY(-1px);
	border-color: rgba(245, 209, 9, 0.72) !important;
	background: linear-gradient(180deg, rgba(245, 209, 9, 0.22), rgba(245, 209, 9, 0.1));
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.player-filter__button:focus {
	outline: none;
}

.player-filter__button--active,
.player-filter__button--active:hover,
.player-filter__button--active:focus {
	transform: none;
	border-color: #f5d109 !important;
	background: linear-gradient(180deg, #f5d109, #d9ab00);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	color: #15181d !important;
}

@media (max-width: 767px) {
	.card__header--players {
		align-items: stretch;
	}

	.card__header--players .player-filter {
		width: 100%;
		margin-left: 0;
		justify-content: flex-start;
	}

	.player-filter__button {
		flex: 1 1 170px;
	}
}

@media (max-width: 575px) {
	.player-filter {
		gap: 8px;
	}

	.player-filter__button {
		width: 100%;
	}
}

.home-news-grid .post-grid__item {
	margin-bottom: 24px;
}

.home-news-card .posts__thumb img,
.gallery__thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.listing-intro {
	margin-bottom: 20px;
	color: #bfc7d3;
}

.home-partners-section {
	padding: 26px 0 6px;
}

.home-partners-card {
	margin-bottom: 0;
}

.home-partners-grid {
	row-gap: 24px;
}

.home-partners-grid__col {
	display: flex;
}

.home-partner-tile {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 210px;
	padding: 22px 18px 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	text-align: center;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home-partner-tile:hover,
.home-partner-tile:focus {
	transform: translateY(-3px);
	border-color: rgba(245, 209, 9, 0.5);
	background: rgba(245, 209, 9, 0.06);
}

.home-partner-tile__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 118px;
	margin-bottom: 16px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 6px;
}

.home-partner-tile__media img {
	max-width: 100%;
	max-height: 94px;
	object-fit: contain;
}

.home-partner-tile__name {
	display: block;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.partner-profile {
	margin-bottom: 30px;
}

.partner-profile__logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 8px;
}

.partner-profile__logo {
	max-width: 100%;
	max-height: 180px;
	object-fit: contain;
}

.partner-profile__meta {
	padding: 10px 0;
}

.partner-profile__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	color: #f5d109;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.partner-profile__title {
	margin-bottom: 12px;
}

.partner-profile__cnpj,
.partner-profile__date {
	margin-bottom: 6px;
	color: #bfc7d3;
}

.partner-profile__description {
	margin-top: 28px;
	color: #dce0e7;
	line-height: 1.8;
}

.partner-profile__description p:last-child {
	margin-bottom: 0;
}

.video-carousel .posts__thumb {
	margin-bottom: 0;
	background: #000;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.video-carousel .slick-list {
	margin: 0 -10px;
}

.video-carousel .slick-slide {
	padding: 0 10px;
}

.video-carousel__media {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	max-height: 560px;
	object-fit: cover;
	background: #000;
	border-radius: 6px;
}

.video-carousel__media::-webkit-media-controls-overlay-play-button,
.video-carousel__media::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

.video-carousel__empty {
	padding: 8px 0;
}

.noticia-single .post__header {
	margin-bottom: 24px;
}

.noticia-single .post__title {
	margin-bottom: 10px;
	line-height: 1.15;
}

.noticia-single .post__content {
	color: #dce0e7;
}

.noticia-single .post__content p {
	margin: 0 0 1.35em;
	line-height: 1.9;
	color: #dce0e7;
}

.noticia-single .post__content figure {
	margin: 28px 0;
}

.noticia-single .post__content div,
.noticia-single .post__content span,
.noticia-single .post__content li,
.noticia-single .post__content font {
	color: inherit !important;
}

.noticia-single .post__content strong,
.noticia-single .post__content b,
.noticia-single .post__content h1,
.noticia-single .post__content h2,
.noticia-single .post__content h3,
.noticia-single .post__content h4,
.noticia-single .post__content h5,
.noticia-single .post__content h6 {
	color: #fff !important;
}

.noticia-single .post__content a {
	color: #5fa8ff !important;
}

.noticia-sidebar-posts .posts__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 20px;
}

.noticia-sidebar-posts .posts__thumb {
	flex: 0 0 110px;
	margin: 0;
}

.noticia-sidebar-posts .posts__thumb img {
	display: block;
	width: 110px;
	height: 82px;
	object-fit: cover;
}

.noticia-sidebar-posts .posts__inner {
	flex: 1;
	min-width: 0;
}

.noticia-sidebar-posts .posts__title {
	margin: 8px 0 6px;
	line-height: 1.35;
	white-space: normal;
}

.noticia-sidebar-posts .posts__date {
	display: block;
}

.club-alert {
	margin-bottom: 20px;
	padding: 14px 18px;
	border-left: 4px solid #f5d109;
	background: rgba(245, 209, 9, 0.16);
	color: #fff;
}

.club-alert--danger,
.club-alert--warning {
	border-left-color: #ff5b5b;
	background: rgba(255, 91, 91, 0.12);
}

.club-password-help p:last-child {
	margin-bottom: 0;
}

.club-account-summary {
	text-align: center;
}

.club-account-summary__avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 18px;
}

.club-account-summary__name {
	margin-bottom: 6px;
}

.club-account-summary__email {
	margin-bottom: 12px;
	color: #bfc7d3;
	word-break: break-word;
}

.club-account-summary__meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.club-account-summary__months {
	color: #bfc7d3;
	font-size: 0.9rem;
}

.club-status-pill {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 91, 91, 0.15);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.club-status-pill--success {
	background: rgba(245, 209, 9, 0.2);
}

.df-account-navigation__link.is-active a {
	color: #f5d109;
}

@media (max-width: 767px) {
	.home-partners-section {
		padding-top: 22px;
	}

	.home-partner-tile {
		min-height: 180px;
		padding: 18px 14px 16px;
	}

	.home-partner-tile__media {
		height: 96px;
	}

	.home-partner-tile__name {
		font-size: 0.82rem;
	}

	.partner-profile__logo-wrap {
		min-height: 180px;
		margin-bottom: 20px;
	}
}

.club-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 18px;
	margin-bottom: 24px;
}

.club-stat-card {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
}

.club-stat-card__label {
	display: block;
	margin-bottom: 8px;
	color: #bfc7d3;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.club-stat-card__value {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.1;
}

.club-inline-note {
	margin-top: 12px;
	color: #bfc7d3;
}

.club-month-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 14px;
}

.club-month-card {
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	text-align: center;
}

.club-month-card__label {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
}

.club-month-card__status {
	color: #bfc7d3;
	font-size: 0.9rem;
}

.club-month-card--paid {
	border-color: rgba(245, 209, 9, 0.45);
	background: rgba(245, 209, 9, 0.1);
}

.club-empty-state {
	padding: 28px;
	border: 1px dashed rgba(255, 255, 255, 0.12);
	color: #bfc7d3;
}

.club-table {
	width: 100%;
	border-collapse: collapse;
}

.club-table th,
.club-table td {
	padding: 14px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	vertical-align: top;
}

.club-table th {
	color: #fff;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.footer-nav--stacked {
	display: block;
}

.footer-nav--stacked .footer-nav__item {
	display: block;
	margin: 0 0 10px;
}

.footer-copy {
	margin-bottom: 0;
}

:root {
	--sec-yellow: #f5d109;
	--sec-yellow-strong: #c79500;
	--sec-yellow-deep: #a88700;
	--sec-yellow-ink: #111111;
}

.club-alert {
	border-left-color: var(--sec-yellow);
	background: rgba(245, 209, 9, 0.16);
}

.club-status-pill--success {
	background: rgba(245, 209, 9, 0.2);
	color: var(--sec-yellow-ink);
}

.df-account-navigation__link.is-active a {
	color: var(--sec-yellow);
}

.club-month-card--paid {
	border-color: rgba(245, 209, 9, 0.45);
	background: rgba(245, 209, 9, 0.1);
}

.btn-primary-inverse,
.btn-primary-inverse:focus,
.btn-primary-inverse.focus,
.btn-primary-inverse:hover,
.btn-primary-inverse:active,
.btn-primary-inverse.active,
.open > .btn-primary-inverse.dropdown-toggle,
.posts__item--category-3 .posts__cat-label,
.posts__item--category-3 .posts__cta,
.posts__item .posts__cat-label--category-3,
.pushy-panel__toggle {
	color: var(--sec-yellow-ink) !important;
}

.pushy-panel__line,
.pushy-panel__line::before,
.pushy-panel__line::after,
.team-stats__icon--centered .df-icon,
.team-stats__icon--centered .fa,
.team-stats__icon--centered .fab,
.team-stats__icon--centered .fas {
	color: var(--sec-yellow-ink) !important;
}

@media (max-width: 767px) {
	.club-table,
	.club-table tbody,
	.club-table tr,
	.club-table td,
	.club-table th,
	.club-table thead {
		display: block;
		width: 100%;
	}

	.club-table thead {
		display: none;
	}

	.club-table tr {
		margin-bottom: 16px;
		border: 1px solid rgba(255, 255, 255, 0.08);
	}

	.club-table td {
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
}

/*# sourceMappingURL=maps/custom.css.map */
