.site,
body {
	overflow-x: hidden;
}

.cdf-widgetized-page {
	max-width: 1180px;
	margin: 0 auto;
	padding: 24px 16px 48px;
}

.cdf-widgetized-page__header {
	margin-bottom: 16px;
}

.cdf-widgetized-page__title {
	margin: 0;
	font-size: clamp(1.9rem, 2.8vw, 2.8rem);
	line-height: 1.15;
}

.cdf-widgetized-page__thumbnail {
	margin-bottom: 20px;
}

.cdf-widgetized-page__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.cdf-widgetized-page__content {
	margin-bottom: 30px;
}

.cdf-widgetized-page__widgets {
	display: grid;
	gap: 20px;
}

.cdf-widgetized-page__widgets > * {
	min-width: 0;
}

.cdf-widgetized-page__empty {
	padding: 18px;
	border: 1px dashed #8f8f8f;
	border-radius: 8px;
	background: #f7f7f7;
}

.cdf-widget-block {
	margin: 0;
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.cdf-widget-block__title,
.cdf-widget-block .widget-title {
	margin: 0;
	padding: 14px 18px;
	font-size: 1.1rem;
	line-height: 1.2;
	background: linear-gradient(90deg, #0b0f18 0%, #171b25 100%);
	color: #fff;
	border-left: 4px solid #e10600;
}

.cdf-br-widget {
	padding: 16px;
	min-width: 0;
}

.cdf-br-widget__dynamic.is-loading {
	position: relative;
	min-height: 180px;
}

.cdf-br-widget__dynamic {
	min-width: 0;
}

.cdf-br-skeleton {
	display: grid;
	gap: 10px;
}

.cdf-br-skeleton__line {
	display: block;
	width: 100%;
	height: 16px;
	border-radius: 8px;
	background: linear-gradient(90deg, #eef1f5 20%, #dde3ea 45%, #eef1f5 70%);
	background-size: 240% 100%;
	animation: cdf-skeleton-pulse 1.2s ease-in-out infinite;
}

.cdf-br-skeleton__line--xl {
	height: 34px;
}

.cdf-br-skeleton__line--lg {
	height: 24px;
}

.cdf-br-skeleton--table .cdf-br-skeleton__line:nth-child(2),
.cdf-br-skeleton--table .cdf-br-skeleton__line:nth-child(4),
.cdf-br-skeleton--table .cdf-br-skeleton__line:nth-child(6),
.cdf-br-skeleton--matches .cdf-br-skeleton__line:nth-child(2),
.cdf-br-skeleton--matches .cdf-br-skeleton__line:nth-child(5) {
	width: 82%;
}

.cdf-br-skeleton--matches .cdf-br-skeleton__line:nth-child(3),
.cdf-br-skeleton--matches .cdf-br-skeleton__line:nth-child(6) {
	width: 67%;
}

.cdf-br-skeleton--scorers .cdf-br-skeleton__line:nth-child(2),
.cdf-br-skeleton--scorers .cdf-br-skeleton__line:nth-child(4) {
	width: 70%;
}

.cdf-br-widget__error,
.cdf-br-widget__error-detail {
	margin: 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fce7e7;
	color: #8f1f1f;
}

.cdf-br-widget__empty {
	margin: 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f4f5f7;
	color: #5f6671;
}

.cdf-br-widget__error-detail {
	margin-top: 8px;
	background: #fff0f0;
	font-size: 0.9rem;
}

.cdf-br-table-wrap {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
}

.cdf-br-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 940px;
	font-size: 0.92rem;
}

.cdf-br-table thead th {
	padding: 12px 10px;
	background: #0d111b;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}

.cdf-br-table thead th:first-child {
	text-align: left;
}

.cdf-br-table tbody th,
.cdf-br-table tbody td {
	padding: 10px 8px;
	border-bottom: 1px solid #e2e4e8;
	text-align: center;
	color: #17191e;
}

.cdf-br-table tbody tr:nth-child(odd) {
	background: #f4f5f7;
}

.cdf-br-table tbody tr:nth-child(even) {
	background: #eceef1;
}

.cdf-br-table tbody tr:hover {
	background: #dde2e7;
}

.cdf-br-table tbody tr.cdf-br-table__row--flamengo {
	background: linear-gradient(90deg, #260103 0%, #400509 100%);
}

.cdf-br-table tbody tr.cdf-br-table__row--flamengo th,
.cdf-br-table tbody tr.cdf-br-table__row--flamengo td {
	color: #ffffff;
	font-weight: 700;
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.cdf-br-scorers {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
}

.cdf-br-scorers__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 520px;
	font-size: 0.92rem;
}

.cdf-br-scorers__table thead th {
	padding: 10px 8px;
	background: #0d111b;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}

.cdf-br-scorers__table thead th:nth-child(2) {
	text-align: left;
}

.cdf-br-scorers__table tbody th,
.cdf-br-scorers__table tbody td {
	padding: 10px 8px;
	border-bottom: 1px solid #e2e4e8;
	text-align: center;
	color: #17191e;
}

.cdf-br-scorers__table tbody tr:nth-child(odd) {
	background: #f4f5f7;
}

.cdf-br-scorers__table tbody tr:nth-child(even) {
	background: #eceef1;
}

.cdf-br-scorers__table tbody tr:hover {
	background: #dde2e7;
}

.cdf-br-scorers__table tbody tr.cdf-br-scorers__row--flamengo {
	background: linear-gradient(90deg, #260103 0%, #400509 100%);
}

.cdf-br-scorers__table tbody tr.cdf-br-scorers__row--flamengo th,
.cdf-br-scorers__table tbody tr.cdf-br-scorers__row--flamengo td {
	color: #ffffff;
	font-weight: 700;
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.cdf-br-scorers__player {
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: left;
}

.cdf-br-scorers__position {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	flex-shrink: 0;
	font-weight: 800;
}

.cdf-br-scorers__crest {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
}

.cdf-br-scorers__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.cdf-br-scorers__name {
	font-weight: 700;
	white-space: nowrap;
}

.cdf-br-scorers__team {
	font-size: 0.78rem;
	color: #5f6671;
}

.cdf-br-scorers__row--flamengo .cdf-br-scorers__team {
	color: rgba(255, 255, 255, 0.85);
}

.cdf-br-scorers__goals {
	font-weight: 800;
	color: #e10600;
}

.cdf-br-scorers__row--flamengo .cdf-br-scorers__goals {
	color: #ffffff;
}

.cdf-br-team-cell {
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: left;
	font-weight: 700;
}

.cdf-br-team-cell__position {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	flex-shrink: 0;
	font-weight: 800;
}

.cdf-br-team-cell__crest {
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex-shrink: 0;
}

.cdf-br-team-cell__name {
	white-space: nowrap;
}

.cdf-br-form {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.cdf-br-form__item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 0.68rem;
	font-weight: 700;
	color: #fff;
}

.cdf-br-form__item--v {
	background: #1a7f37;
}

.cdf-br-form__item--e {
	background: #c57f00;
}

.cdf-br-form__item--d {
	background: #b42318;
}

.cdf-match-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.cdf-match-block {
	padding: 14px;
	border-radius: 10px;
	background: #f8f9fb;
	border: 1px solid #e2e5ea;
}

.cdf-match-block__title {
	margin: 0 0 10px;
	font-size: 0.98rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.cdf-match-block__empty {
	margin: 0;
	font-size: 0.9rem;
	color: #636b77;
}

.cdf-match-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.cdf-match-list__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e5e8ed;
}

.cdf-match-list__crest {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex-shrink: 0;
}

.cdf-match-list__content {
	min-width: 0;
	flex: 1;
}

.cdf-match-list__teams {
	margin: 0 0 3px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
}

.cdf-match-list__meta {
	margin: 0;
	font-size: 0.8rem;
	color: #5f6671;
}

.cdf-match-list__result {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size: 0.72rem;
	font-weight: 700;
	color: #fff;
}

.cdf-match-list__result--v {
	background: #1a7f37;
}

.cdf-match-list__result--e {
	background: #c57f00;
}

.cdf-match-list__result--d {
	background: #b42318;
}

@keyframes cdf-skeleton-pulse {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 0;
	}
}

@media (max-width: 960px) {
	.cdf-br-widget {
		padding: 12px;
	}

	.cdf-match-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.cdf-widgetized-page {
		padding: 18px 12px 36px;
	}

	.cdf-widget-block__title,
	.cdf-widget-block .widget-title {
		padding: 12px 14px;
	}

	.cdf-br-table {
		font-size: 0.86rem;
	}

	.cdf-br-table-wrap {
		border-radius: 8px;
	}
}
