.sn-date-bar {
	align-items: stretch;
	display: flex;
	gap: 10px;
	margin: 0 0 18px;
}

.sn-fixture-filter {
	align-items: end;
	background: #fff;
	border: 1px solid var(--sn-border);
	border-radius: 12px;
	display: flex;
	gap: 10px;
	margin: 0 0 12px;
	padding: 12px;
}

.sn-fixture-filter label {
	flex: 1;
	font-size: 12px;
	font-weight: 700;
}

.sn-fixture-filter select {
	background: #fff;
	border: 1px solid var(--sn-border);
	border-radius: 8px;
	display: block;
	margin-top: 5px;
	min-height: 42px;
	width: 100%;
}

.sn-week-nav {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	margin: 12px 0 18px;
	text-align: center;
}

.sn-week-nav a {
	color: var(--sn-blue) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.sn-week-nav a:first-child {
	text-align: left;
}

.sn-week-nav a:last-child {
	text-align: right;
}

.sn-fixture-day {
	border-bottom: 2px solid var(--sn-blue);
	font-size: 17px;
	margin: 24px 0 12px;
	padding-bottom: 7px;
}

.sn-date-tab {
	background: #fff;
	border: 1px solid var(--sn-border);
	border-radius: 10px;
	color: var(--sn-text) !important;
	display: flex;
	flex-direction: column;
	min-width: 125px;
	padding: 10px 15px;
	text-decoration: none !important;
}

.sn-date-tab small {
	color: #697386;
}

.sn-date-tab.is-active {
	background: var(--sn-blue);
	border-color: var(--sn-blue);
	color: #fff !important;
}

.sn-date-tab.is-active small {
	color: #fff;
}

.sn-date-form {
	align-items: end;
	display: flex;
	gap: 8px;
	margin-left: auto;
}

.sn-date-form label {
	font-size: 12px;
	font-weight: 700;
}

.sn-date-form input {
	background: #fff;
	border: 1px solid var(--sn-border);
	border-radius: 8px;
	display: block;
	min-height: 42px;
	padding: 8px;
}

@media (max-width: 767px) {
	.sn-date-bar {
		flex-wrap: wrap;
	}

	.sn-date-tab {
		box-sizing: border-box;
		flex: 1;
		min-width: 0;
	}

	.sn-date-form {
		margin-left: 0;
		width: 100%;
	}

	.sn-week-nav {
		font-size: 12px;
		gap: 8px;
	}

	.sn-date-form label {
		flex: 1;
	}

	.sn-date-form input {
		box-sizing: border-box;
		width: 100%;
	}
}
