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

.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-date-form label {
		flex: 1;
	}

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