.s8t-vacation-banner {
	background: #2c2620;
	color: #f5efe6;
	padding: 12px 16px;
	text-align: center;
}

.s8t-vacation-banner__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 6px 10px;
	font-size: 15px;
	line-height: 1.4;
}

.s8t-vacation-banner__title {
	font-weight: 700;
}

.s8t-vacation-banner__date {
	opacity: 0.85;
	font-style: italic;
}
