.shared-detail {
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);
	--background-color: var(--gray-100);
	--background-color-alt: var(--gray-200);
	--text-color: var(--gray-900);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--primary-color-700);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--primary-color-700);

	margin: 0 auto var(--space-10);
}

.share-buttons {
	display: none; /* Hide the share button before its added onto page */
}

.shared-detail .share-buttons {
	display: block;
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
	background-color: #f4f6f7;
}

.shared-detail .detail-top .detail-gallery {
	order: 0;
	position: relative;
	flex: 1 1 50%;
}

@media (min-width: 40em) {
	.shared-detail .detail-top .detail-gallery {
		grid-row: 2;
	}
}

.shared-detail .detail-top .detail-gallery img { 
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.shared-detail .detail-top .detail-gallery iframe { 
	position: absolute;
	top: 0; 
}

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
	bottom: 10px;
	right: 11px;
	padding: 12px 12px 11px 14px;
	color: var(--purple);
	background-color: var(--white);
	font-family: var(--font-family-body);
	font-size: 16px;
	font-weight: var(--font-weight-medium);
	line-height: 1;
	letter-spacing: .2em;
	display:  flex;
	align-items: center;
}

@media (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery .gallery-count {
		padding-left: 15px;
		right: 10px;
	}
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 25px;
	margin-right: 8px;
}

.shared-detail .detail-top .info-section {
	order: 1;
	flex: 1 1 50%;
	padding: 17px 17px 57px 32px;
	background-color: #f4f6f7;
}
.shared-detail.has-booking .detail-top .info-section {
	padding: 17px 0 57px;
}

.shared-detail.has-booking .detail-top .info-section h1 {
	padding-left: 32px;
}

@media (min-width: 40em) {
	.shared-detail.has-booking .detail-top .info-section {
		padding: 17px 17px 57px 32px;
	}

	.shared-detail.has-booking .detail-top .info-section h1 {
		padding: 0;
	}
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
	position: relative;
}

.shared-detail .detail-top .info-section .bottom-actions {
	flex-wrap: wrap;
}

.shared-detail.has-booking .detail-top .info-section .bottom-actions {
	align-items: start;
	flex-direction: column;
}

@media (min-width : 64em ) {
	.shared-detail .detail-top .info-section .bottom-actions {
		flex-wrap: wrap;
		row-gap: 0;
	}
}

.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet {
	background-color: var(--lavender);
	width: 100%;
	padding: 10%;
}

@media (min-width : 40em) {
	.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet {
		background-color: transparent;
		width: 100%;
		padding: 0;
	}
}

.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .btn-cont a {
	display: inline-block;
	background-color: var(--orange);
	color: var(--white);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: var(--font-weight-bold);
	line-height: var(--leading-tight);
	padding: 17px 19px 13px 18px;
	text-decoration: none;
	text-align: center;
	min-width: fit-content;
	margin-top: 10px;
}

@media (hover: hover) {
	.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .btn-cont a:hover {
		background-color: var(--orange-light);
	}
}

.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .dates {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media (min-width : 64em) {
	.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .dates { 
		flex-direction: row;
	}
}
.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .dates label {
	color: var(--white);
	font-weight: 400;
	font-family: var(--font-display);
	font-size: 20px;
}
.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .price-container {
	display: flex;
	flex-direction: column;
}
.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .price-container .label {
	color: var(--white);
	font-weight: 600;
}
.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .price {
	color: var(--white);
	font-size: 35px;
	font-weight: var(--font-weight-bold);
}

.shared-detail.has-booking .detail-top .info-section .bottom-actions .dates .input-wrapper {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid var(--white);
	font-weight: 500;
	color: var(--white);
	margin: 5px 0;
	max-width: 200px;
}

.shared-detail.has-booking .detail-top .info-section .bottom-actions .dates .input-wrapper input {
	width: 100%;
	font-weight: 600;
	font-size: var(--text-xl);
	color: var(--white);
	background-color: transparent;
	cursor: pointer;
}

@media (hover: hover) {
	.shared-detail .detail-top .info-section .bottom-actions .dates .input-wrapper input::-webkit-calendar-picker-indicator:hover {
		cursor: pointer;
	}
}

.shared-detail .detail-top .info-section .bottom-actions .dates .input-wrapper input::-webkit-calendar-picker-indicator {
	background-size: 1em 1em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 16 16'%3e%3cg fill='%23696ab0'%3e%3cpath d='M13.5 3H12V1.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5V3H6V1.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5V3H1.5a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5zM10 2h1v2h-1V2zM4 2h1v2H4V2zm.25 12H2v-2.25h2.25V14zm0-2.75H2v-2.5h2.25v2.5zm0-3H2V6h2.25v2.25zm3 5.75h-2.5v-2.25h2.5V14zm0-2.75h-2.5v-2.5h2.5v2.5zm0-3h-2.5V6h2.5v2.25zm3 5.75h-2.5v-2.25h2.5V14zm0-2.75h-2.5v-2.5h2.5v2.5zm0-3h-2.5V6h2.5v2.25zM13 14h-2.25v-2.25H13V14zm0-2.75h-2.25v-2.5H13v2.5zm0-3h-2.25V6H13v2.25z'/%3e%3c/g%3e%3c/svg%3e");
}

@media (max-width: 39.9375em) {
	/* at mobile sizes, use the white down chevron icon instead of the default calendar */
	.shared-detail .detail-top .info-section .bottom-actions .dates .input-wrapper input::-webkit-calendar-picker-indicator {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 16 16'%3e%3cg fill='%23fff'%3e%3cpath d='m4.464 6.05-.707.707L8 11l4.243-4.243-.707-.707L8 9.586z'/%3e%3c/g%3e%3c/svg%3e");
	}
}

@media (min-width: 40em) {
	.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet {
		background-color: transparent;
	}
	.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .dates label {
		color: var(--purple);
		font-weight: 600;
	}
	.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .price-container .label {
		color: var(--lavender);
		font-family: var(--font-body);
		font-weight: 700;
	}
	.shared-detail .detail-top .info-section .bottom-actions .booking-detail-snippet .price {
		color: var(--purple);
	}
	.shared-detail.has-booking .detail-top .info-section .bottom-actions .dates .input-wrapper {
		border-bottom: 2px solid var(--lavender);
		color: var(--purple);
	}
	.shared-detail.has-booking .detail-top .info-section .bottom-actions .dates .input-wrapper input {
		color: var(--purple);
	}
}

.shared-detail .detail-top .info-section .top-actions {
	justify-content: flex-end;
	margin-bottom: 17px
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	cursor: pointer;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] span + span {
	margin-left: var(--space-2);
}

@media (hover: hover ) {
	.shared-detail .detail-top .info-section .top-actions span a:hover {
		text-decoration: none; /*reboot.css override*/
	}
}

.shared-detail .detail-top h1 {
	font-family: var(--font-body);
	font-size: 30px;
	font-weight: var(--font-weight-medium);
	line-height: calc(17/15);
	color: var(--purple);
	margin-bottom: 5px;
}

@media (min-width: 64em) {
	.shared-detail .detail-top h1 {
		font-size: 34px;
		line-height: calc(20/17);
		margin-bottom: 0;
	}
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	font-family: var(--font-family-body);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-normal);
	line-height: var(--leading-tight);
	color: var(--purple);
}

.shared-detail .detail-top dl.priority-info {
	margin: var(--space-1) 0;
}

.shared-detail .detail-top a {
	text-decoration: none;
	color: var(--purple);
}

.shared-detail .detail-top dl dt {
	float: left;
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-top .action-item {
	margin: 0;
	padding: 15px 31px 10px 28px;
	font-family: var(--font-family-body);
	font-size: 14px;
	line-height: var(--leading-tight);
	text-decoration: none;
	font-weight:  var(--font-weight-bold);
	text-transform: uppercase;
	background-color: var(--lavender);
	color: var(--white);
}

.shared-detail.has-booking .detail-top .action-item {
	margin: 0 0 30px;
	background-color: transparent;
	color: var(--lavender);
}

.shared-detail.has-booking .detail-top .action-item.visit-website {
	color: var(--purple);
}

.shared-detail.has-booking .detail-top .action-item.visit-website i {
	color: var(--lavender);
}

.shared-detail .detail-top .info-section .bottom-actions .action-item {
	margin-top: 9px;
}

@media (min-width: 40em) {
	.shared-detail.has-booking .detail-top .action-item {
		background-color: var(--lavender);
		color: var(--white);
	}
	
	.shared-detail.has-booking .detail-top .action-item.visit-website,
	.shared-detail.has-booking .detail-top .action-item.visit-website i {
		color: var(--white);
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .bottom-actions .action-item {
		padding: 17px 19px 13px 18px;
		font-size: 16px;
		margin-top: 28px;
	}
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-right: var(--space-4);
}

.shared-detail .detail-top .info-section .bottom-actions a i {
	font-size: 12px;
	transform: translateY(-2px);
	margin-left: 6px;
}

@media (hover: hover) {
	.shared-detail .detail-top .info-section .bottom-actions .action-item:hover {
		text-decoration: none; /*reboot.css override*/
		background-color: var(--visit-btn-bg-alt);
	}
	
	.shared-detail.has-booking .detail-top .info-section .bottom-actions .action-item:hover {
		background-color: transparent;
	}
	
	@media (min-width: 40em) {
		.shared-detail.has-booking .detail-top .info-section .bottom-actions .action-item:hover {
			background-color: var(--visit-btn-bg-alt);
		}
	}
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown {
	display: flex;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	z-index: 9;
	margin: var(--space-10) 0 0 0;
	padding: var(--space-3) var(--space-4);
	color: var(--dropdown-menu-text);
	background-color: var(--background-color);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu a {
	display: block;
	width: 100%;
	padding: var(--space-2) 0;
	clear: both;
	white-space: nowrap;
}

.shared-detail .detail-info-bar {
	max-width: 1106px;
	margin: 0 auto;
	padding: 54px 30px 35px;
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: var(--space-4);
}

.shared-detail .detail-info-bar .split-pane:empty {
	display: none;
}

.shared-detail .detail-info-bar .split-pane:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .split-pane.custom {
	display: flex;
	align-items: center;
	gap: 40px 100px;
	flex-wrap: wrap;
}

.shared-detail .detail-info-bar .tripadvisor-snippet {
	margin-top: var(--space-5);
	height:  unset;
}

.shared-detail .detail-info-bar .tripadvisor-snippet a {
	color: var(--black);
}

.shared-detail .detail-info-bar ul {
	font-family: var(--font-family-body);
	font-size: 20px;
	font-weight: var(--font-weight-normal);
	line-height: 1.5;
	color:  var(--purple);
	margin: 0;
	list-style: none;
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul.info-list {
		display: flex;
		flex-wrap: wrap;
	}

	.shared-detail .detail-info-bar ul.info-list > * {
		flex-shrink: 0;
	}

	.shared-detail .detail-info-bar ul.info-list > li:not(:last-child) {
		margin-right: 129px;
	}

	.shared-detail .detail-info-bar ul.info-list > li:nth-child(3):not(:last-child) {
		margin-right: 112px;
	}
}

.shared-detail .detail-info-bar ul.info-list li ul.social-icons li a i {
	color: var(--orange-light);
	font-size: 30px;
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 24px;
}

.shared-detail .detail-info-bar ul li > div {
	display: flex;
	align-items: baseline;
}

.shared-detail .detail-info-bar ul li:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
}

.shared-detail .detail-info-bar ul li .meta-label {
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: var(--space-1);
	width: 17px;
	font-size: var(--text-base);
	color: var(--lavender);
	transform: translateY(-2px);
}

.shared-detail .detail-info-bar ul.info-list li i.fa-phone-alt {
	margin-right: 8px;
}

.shared-detail .detail-info-bar ul.info-list li i.fa-phone-alt + .two-line-wrap {
	flex-direction: column;
}

.shared-detail .detail-info-bar ul.info-list li i.fa-envelope {
	font-size: 20px;
	margin-right: 15px;
	transform:  unset;
}

.shared-detail .detail-info-bar ul.info-list li a {
	text-decoration: none;
	color: var(--purple);
}

.shared-detail .detail-info-bar ul.info-list li:hover a {
	text-decoration: none; /*reboot.css override*/
}

.shared-detail .detail-info-bar dl,
.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	font-family: var(--font-family-body);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-normal);
	color: var(--purple);
}

.shared-detail .detail-info-bar dl dt {
	float: left;
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar .open-table {
	margin-bottom: var(--space-3);
}

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: 29px;
	margin-bottom: 0;
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar .social-icons li {
		margin-right: 24px;
	}
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: var(--text-xl);
}

.shared-detail .detail-info-bar ul.hours-of-operation li {
	margin-bottom: 0;
	justify-content: space-between;
}

.shared-detail .detail-info-bar ul.hours-of-operation li.current {
	font-weight: 700;
}

.shared-detail .detail-drawers {
	max-width: 1129px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
	padding: 0 30px;
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers {
		margin-bottom: 44px;
		padding-right: 35px;
	}
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: var(--space-5);
	padding-top: 19px;
	padding-bottom:  5px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content p {
	line-height: calc(13/8);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content p:last-child {
	margin-bottom: 2px;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding: 13px 8px 16px 14px;
	margin-bottom: 5px;
	width: 100%;
	font-family: var(--font-family-body);
	font-size: 16px;
	font-weight: var(--font-weight-medium);
	letter-spacing: .2em;
	line-height: var(--leading-none);
	color: var(--purple);
	text-transform: uppercase;
	border-bottom: 2px solid #e6e4e7;
	border-top: 2px solid transparent;
}

.shared-detail .detail-drawers dd:last-child .drawer-button {
	border-bottom-color: transparent;
}

.shared-detail .detail-drawers dd.active .drawer-button {
	color: var(--white);
	background-color: var(--lavender);
	border-color: var(--lavender);
	padding-top: 14px;
	padding-bottom: 11px;
	padding-right: 12px;
	box-shadow: var(--shadow-md);
}

.shared-detail .detail-drawers dd.active:not(:first-child) .drawer-button {
	margin-top: 20px;
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers .drawer-button {
		margin-bottom: 10px;
	}

	.shared-detail .detail-drawers dd.active:not(:first-child) .drawer-button {
			margin-top: 0px;
	}

	.shared-detail .detail-drawers dd.active .drawer-button {
		padding-bottom: 10px;
	}
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: var(--space-4);
	font-size: 12px;
	color:  var(--lavender);
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers .drawer-button i {
		font-size: 18px;
	}

	.shared-detail .detail-drawers dd.active .drawer-button {
		padding-right: 35px;
	}
}

.shared-detail .detail-drawers dd.active .drawer-button i {
	color: var(--white);
}

.shared-detail .detail-drawers dd.active .drawer-button i.fa-minus:before {
	content: '-';
	font-family: var(--font-body);
	font-weight: var(--font-weight-bold);
	font-size: 30px;
	line-height: 0;
	display: block;
}

.shared-detail .detail-drawers .gMapHolder { 
	height: 280px; 
}

.shared-detail .detail-drawers .social-cont {
	max-width: 300px;
	margin: 0 auto;
}

.shared-detail .detail-drawers .social-cont .social-title {
	font-size: var(--text-xl);
	font-weight: bold;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .social-cont .tweet {
	display: flex;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .social-cont .buddy-icon {
	width: 48px;
	margin-right: var(--space-3);
}

.shared-detail .detail-drawers .social-cont .buddy-icon img {
	border-radius: var(--rounded-circle);
}

.shared-detail .detail-drawers .social-cont .tweet-text {
	flex: 1;
}

.shared-detail .detail-drawers .social-cont .date {
	font-weight: bold;
}

.shared-detail .detail-drawers .social-cont .actions {
	display: flex;
	justify-content: space-between;
	margin-top: var(--space-1);
}

.shared-detail .addThis-cont {
	display: flex;
	justify-content: flex-end;
	padding-right: 17px;
	padding-top: 15px
}

@media (min-width: 40em) {
	.shared-detail {
		margin: 0 auto;
	}

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
		padding-left: 39px;
		padding-bottom: 26px;
		padding-top: 16px;
		padding-right: 15px;
		background-color: #f4f6f7;
		display: grid;
		grid-template-columns: 106fr 125fr;
		grid-template-rows:  auto auto;
		row-gap: 3px;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 var(--space-5) 0 32px;
	}
	
	.shared-detail .detail-info-bar {
		padding: var(--space-20) 0 29px;
		padding-top: 41px;
		margin-bottom: 0;
	}

	.shared-detail .addThis-cont {
		grid-column: 2;
		display: flex;
		justify-content: flex-end;
		padding: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 var(--space-5);
		flex: 1;
	}

	.shared-detail .detail-info-bar .split-pane + .split-pane {
		margin-top: 20px;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 22px var(--space-16) 29px;
		padding-left: 33px;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding-bottom: 11px;
		padding-top: 13px;
		padding-left: 30px;
		padding-right: 25px;
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-drawers .social-cont {
		flex: 1;
		max-width: 500px;
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	.shared-detail .detail-info-bar .hours-of-operation li {
		display: block;
	}
	
	.shared-detail .detail-info-bar .hours-of-operation li span.day {
		display: flex;
		width: auto;
		padding-right: 5px;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section {
		padding: 0 var(--space-24) 0 49px;
		grid-row: 2;
	}

	.shared-detail .detail-drawers .active #socialFeedsTab {
		display: flex;
		justify-content: space-between;
	}

	.shared-detail .detail-drawers #socialFeedsTab > div {
		flex: 1;
	}

	.shared-detail .detail-drawers .social-cont .tweets {
		max-height: 800px;
		overflow-y: auto;
		padding-right: var(--space-4);
	}

	.shared-detail .detail-top {
		padding-left: 99px;
		padding-bottom: 56px;
		padding-top: 32px;
		padding-right: 35px;
	}

	.shared-detail .detail-info-bar .split-pane {
		padding-right: 0;
	}
}

.shared-detail .provider-yelp .review {
	display: flex;
}

.shared-detail .provider-yelp .review .review-meta {
	width: 100px;
	min-width: 100px;
	margin-right: var(--space-5);
}

.whats-nearby {
	padding: 0;
}

.whats-nearby .wrapper {
	padding: var(--space-10) 0;
	background-color: var(--background-color);
	border-top: 4px solid var(--background-color-alt);
}

@media (min-width: 40em) {
	.whats-nearby .wrapper {
		padding: var(--space-20) 0;
	}
}

.whats-nearby .wrapper > .inner {
	margin: 0 auto;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
}

.whats-nearby .section-title {
	margin: 0 auto;
	margin-bottom: var(--space-6);
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	font-family: var(--font-family-display);
	font-size: var(--text-3xl);
	font-weight: 700;
	line-height: var(--leading-tight);
}

.whats-nearby .tab-group {
	display: flex;
	margin: 0 auto;
	margin-bottom: -4px;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.whats-nearby .tab {
	margin: 0;
	padding: var(--space-4) var(--space-8);
	color: currentColor;
	background: transparent;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	white-space: nowrap;
	scroll-snap-align: start;
}

.whats-nearby .tab[aria-expanded="true"] {
	border-bottom-color: var(--nearby-tab-bottom-border);
}

@media (hover: hover) {
	.whats-nearby .tab:hover {
		border-bottom-color: var(--nearby-tab-bottom-border-alt);
	}	
}

.whats-nearby .tab-pane {
	display: block;
	margin: 0;
	width: 100%;
}

.whats-nearby .layoutjs .content {
	margin: 0;
	padding: 0;
}

.shared-detail .threshold-container {
	padding: 0 30.5px;
	margin: 0 auto 114px;
	max-width: 687px;
}

.shared-detail .threshold-container .threshold-title {
	font-family: var(--font-display);
	font-size: 30px;
	line-height: 34px;
	color: var(--orange);
	margin-bottom: 30px;
}

@media (min-width: 64em) {
	.shared-detail .threshold-container .threshold-title {
		font-size: 34px;
		line-height: 28px;
	}
}
