#sh-dynamic-root {
	width: 100%;
}

.sh-banner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	line-height: 1.4;
}

.sh-banner--top {
	background: #ffffff;
	color: #111111;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sh-banner--top img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 260px;
	object-fit: cover;
}

.sh-banner--large img {
	max-height: 420px;
}

.sh-banner--ooo {
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: #f5d6d6;
	color: #3b1a1a;
}

.sh-banner--ooo[data-palette="christmas_red_pastel"] {
	background: #f5d6d6;
	color: #3b1a1a;
}

.sh-banner--ooo[data-palette="spring_mint"] {
	background: #d9f2e6;
	color: #143325;
}

.sh-banner--ooo[data-palette="spring_lavender"] {
	background: #e9e2f6;
	color: #2a1f3d;
}

.sh-banner--ooo[data-palette="spring_blush"] {
	background: #f7e1ea;
	color: #3d1f2b;
}

.sh-banner--ooo[data-palette="summer_sky"] {
	background: #d9effc;
	color: #0f2a3a;
}

.sh-banner--ooo[data-palette="summer_sand"] {
	background: #f7efd8;
	color: #2a2415;
}

.sh-banner--ooo[data-palette="fall_pumpkin_pastel"] {
	background: #f6e0cf;
	color: #3a1f10;
}

.sh-banner--ooo[data-palette="fall_olive"] {
	background: #e8edd9;
	color: #1f2a12;
}
