.news-date {
	padding: 6px 6px 3px;
	background-color: #DD1A21;
	height: fit-content;
	width: auto;
	aspect-ratio: 1 / 1;
}
.news-date > div {
	font-family: 'DIN Pro';
	font-weight: 700;
	line-height: 1em;
	text-align: center;
}
.date-num {
	font-size: 1.75em;
}
.month-name {
	font-size: 0.75em;
}
.uk-table thead {
	position: relative;
}
.uk-table th {
	background: #DD1A21;
	font-size: 2rem !important;
}
.uk-table .th-first {
	background: #323232;
	position: relative;
	z-index: 1;
}
.uk-table .th-first > span {
	position: relative;
}
.uk-table .th-first::before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	width: 100%;
	height: 100%;
	background-image: url(./images/arrow_black_02.svg);
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 0;
}
.uk-table .th-first::after {
	content: '';
	position: absolute;
	top: 0;
	right: calc(100% - 30px);
	width: 100%;
	height: 100%;
	background-image: url(./images/arrow_white.svg);
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 1;
}
.uk-table .th-last {
	position: relative;
}
.uk-table .th-last::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% - 25px);
	width: 100%;
	height: 100%;
	background-image: url(./images/arrow_black.svg);
	background-position: top left;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

