.nrl22-monthly-cof {
	box-sizing: border-box;
	max-width: 1480px;
	margin: 0 auto 2.5em;
	padding: 0 8px;
	color: #f3f3f3;
}

.nrl22-monthly-cof *,
.nrl22-monthly-cof *::before,
.nrl22-monthly-cof *::after {
	box-sizing: border-box;
}

.nrl22-monthly-cof__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 32px;
	margin: 0 0 40px;
}

.nrl22-monthly-cof__heading {
	min-width: 0;
}

.nrl22-monthly-cof__title {
	margin: 0 0 6px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.nrl22-monthly-cof__intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.58);
}

.nrl22-monthly-cof__years {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	flex-shrink: 0;
}

.nrl22-monthly-cof__years label {
	margin: 0;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.nrl22-monthly-cof__years select#nrl22_cof_season {
	width: auto;
	min-width: 10em;
	max-width: 14em;
	margin: 0;
	padding: 8px 10px;
	background: #161616;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.2;
}

.nrl22-monthly-cof__years select#nrl22_cof_season:focus {
	outline: 2px solid #e03d3d;
	outline-offset: 2px;
}

.nrl22-monthly-cof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.nrl22-monthly-cof__tile {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	overflow: hidden;
	color: #f3f3f3;
	transition: border-color 180ms ease, transform 180ms ease;
}

.nrl22-monthly-cof__tile:hover,
.nrl22-monthly-cof__tile:focus-within,
.nrl22-monthly-cof__tile.is-open {
	border-color: rgba(224, 61, 61, 0.45);
	transform: translateY(-2px);
}

.nrl22-monthly-cof__media {
	padding: 14px 14px 0;
}

.nrl22-monthly-cof__thumb {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	background: #101010;
	overflow: hidden;
	border-radius: 4px;
}

.nrl22-monthly-cof__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nrl22-monthly-cof__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	padding: 4px 8px;
	background: #b40000;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	border-radius: 3px;
}

.nrl22-monthly-cof__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(0, 0, 0, 0.62);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 180ms ease, visibility 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.nrl22-monthly-cof__tile:hover .nrl22-monthly-cof__overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

.nrl22-monthly-cof__tile:focus-within .nrl22-monthly-cof__overlay,
.nrl22-monthly-cof__tile.is-open .nrl22-monthly-cof__overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.nrl22-monthly-cof__thumb-fallback {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #141414;
	color: #e03d3d;
	text-align: center;
	padding: 16px;
}

.nrl22-monthly-cof__thumb-month {
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #e03d3d;
}

.nrl22-monthly-cof__thumb-kicker {
	margin-top: 8px;
	font-size: 0.85em;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #e03d3d;
}

.nrl22-monthly-cof__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	gap: 6px;
	padding: 16px 16px 20px;
	text-align: center;
}

.nrl22-monthly-cof__label {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}

.nrl22-monthly-cof__label-text {
	display: block;
}

.nrl22-monthly-cof__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nrl22-monthly-cof__status {
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.48);
}

.nrl22-monthly-cof__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: 210px;
}

.nrl22-monthly-cof__video {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

.nrl22-monthly-cof__video .nrl22-monthly-cof__btn {
	width: auto;
	flex: 1;
}

.nrl22-monthly-cof__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 9px 14px;
	border: 0;
	background: #b40000 !important;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: none !important;
	border-radius: 3px;
}

.nrl22-monthly-cof__btn--login {
	font-size: 12px;
}

.nrl22-monthly-cof__btn:hover,
.nrl22-monthly-cof__btn:focus {
	background: #e03d3d !important;
	color: #fff !important;
}

.nrl22-monthly-cof__btn:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.nrl22-monthly-cof__btn.is-disabled,
.nrl22-monthly-cof__btn[aria-disabled="true"] {
	opacity: 0.45;
	pointer-events: none;
	cursor: not-allowed;
}

.nrl22-monthly-cof__notify {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	background: #b40000;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 50%;
}

.nrl22-monthly-cof__notify:hover,
.nrl22-monthly-cof__notify:focus {
	background: #e03d3d;
	color: #fff !important;
}

.nrl22-monthly-cof__notify:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.nrl22-monthly-cof__bell-icon {
	display: block;
}

.nrl22-monthly-cof__notify-tip {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 7px);
	transform: translateX(-50%);
	padding: 4px 8px;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 150ms ease;
	z-index: 2;
}

.nrl22-monthly-cof__notify:hover .nrl22-monthly-cof__notify-tip,
.nrl22-monthly-cof__notify:focus .nrl22-monthly-cof__notify-tip {
	opacity: 1;
}

.nrl22-monthly-cof__empty {
	margin: 0;
	font-style: italic;
	color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1199px) {
	.nrl22-monthly-cof__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 899px) {
	.nrl22-monthly-cof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.nrl22-monthly-cof__title {
		font-size: 28px;
	}
}

@media (max-width: 599px) {
	.nrl22-monthly-cof {
		padding: 0;
	}

	.nrl22-monthly-cof__header {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 32px;
	}

	.nrl22-monthly-cof__years {
		width: 100%;
	}

	.nrl22-monthly-cof__years select#nrl22_cof_season {
		width: 100%;
		max-width: none;
	}

	.nrl22-monthly-cof__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.nrl22-monthly-cof__btn {
		min-height: 44px;
	}

	.nrl22-monthly-cof__notify {
		width: 44px;
		height: 44px;
	}
}
