.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-dark);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--sw-button-primary-bg);
	--visit-btn-bg-alt: var(--sw-button-primary-bg-hover);
	--dropdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--sw-selected-color);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--sw-key-color);
	margin: 0 auto 106px;
}

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

.shared-detail .share-buttons-cont {
	display: flex;
	background-color: rgba(0, 90, 139, .1);
	justify-content: flex-end;
}

.shared-detail .share-buttons-inner {
	display: flex;
	background-color: var(--white);
	align-items: center;
	padding-top: 13px;
	padding-left: 38px;
	padding-right: 30px;
	gap: 16px;
}

.shared-detail a[data-tb-view],
.shared-detail a:not([href]):not([class])[data-tb-remove], 
.shared-detail a:not([href]):not([class])[data-tb-add] {
	position: relative;
	color: var(--blue-dark);
	font-size: 14px;
	font-family: var(--avenir-roman);
	cursor: pointer;
	line-height: normal;
}

.shared-detail a[data-tb-view] {
	margin-left: 5px;
}

.shared-detail a[data-tb-remove]:before,
.shared-detail a[data-tb-add]:before {
	content: '';
	background-image: url(/includes/public/assets/shared/trip-builder-empty-blue.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
	aspect-ratio: 1600 / 1421;
	display: inline-block;
	margin-right: 4px;
	transform: translateY(2px);
}

.shared-detail a[data-tb-remove]:before {
	background-image: url(/includes/public/assets/shared/trip-builder-full.svg);
}

.shared-detail .share-buttons {
	display: inline-flex;
	margin-left: auto;
	justify-content: flex-end;
}

.shared-detail .sv-share {
	width: auto;
	padding: 0;
}

.shared-detail .share-buttons .sv-share-trigger {
	font-size: 15px;
	display:  inline-block;
}

@media (min-width: 40em) {
	.shared-detail .share-buttons-inner {
		flex-direction: column;
	}
}

@media (min-width: 64em) {
	.shared-detail .share-buttons-inner {
		padding-top: 12px;
		margin-top: 21px;
		flex-direction: row;
		padding-right: 58px;
		padding-left: 45px;
		
	}

	.shared-detail a[data-tb-view],
	.shared-detail a:not([href]):not([class])[data-tb-remove], 
	.shared-detail a:not([href]):not([class])[data-tb-add] {
		font-size: 18px;
	}

	.shared-detail a[data-tb-remove]:before,
	.shared-detail a[data-tb-add]:before {
		width: 22px;
		transform: translateY(3px);
	}

	.shared-detail .share-buttons {
		padding-bottom: 2px;
	}

	.shared-detail .share-button .sv-share-trigger {
		font-size: 18px;
	}
}

.shared-detail .detail-top {
	flex-direction: column;
	background-color: rgba(0, 90, 139, .1);
	margin-bottom: 58px;
}

.shared-detail .detail-top .img-section {
	padding: 20px 0;
	background-color: var(--white);
}

.shared-detail .detail-top .detail-gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 50%;
}

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

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

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 12px;
	color: var(--blue-dark);
	background-color: var(--white);
	font-family: var(--font-family-body);
	font-size: 14px;
	font-weight: 400;
	line-height: var(--leading-none);
	border-top-right-radius: 4px;
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: var(--text-base);
	margin-right: 9px;
	transform: translateY(2px);
}

@media (min-width: 40em) {
	.shared-detail .detail-top .img-section {
		padding: 20px;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery .gallery-count {
		font-size: 18px;
		padding: 18px 18px 16px;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count i  {
		font-size: 21px;
		transform: translateY(1px);
		margin-right: 10px;
	}

	.shared-detail .detail-top .img-section {
		padding: 32px 40px 28px 32px;
	}
}

.shared-detail .detail-top .info-section {
	flex: 1 1 50%;
	padding: 26px 32px 20px;
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	position: relative;
}

.shared-detail .detail-top .info-section .top-actions {
	justify-content: space-between;
	margin-bottom: 12px;
}

.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*/
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .bottom-actions {
		display: flex;
		flex-wrap:  wrap;
		position: relative;
	}
}

.shared-detail .detail-top h1 {
	font-family: var(--font-family-display);
	font-size: 40px;
	font-weight: var(--font-weight-semibold);
	line-height: calc(42/40);
	color: var(--blue-dark);
	margin-bottom: 11px;
}

@media (min-width: 64em) {
	.shared-detail .detail-top h1 {
		font-size: 44px;
		line-height: 1;
		margin-bottom: 18px;
	}
}

.shared-detail .detail-top dl {
	margin-bottom: 14px;
}

@media (min-width: 64em) {
	.shared-detail .detail-top dl {
		margin-bottom: unset;
	}
}

.shared-detail .detail-top dl .button-default {
	margin-top: 8px
}

.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: 400;
	line-height: var(--leading-relaxed);
    color: var(--text-color);
}

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

.shared-detail .detail-top .action-item {
	font-family: var(--avenir-heavy);
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	display:  inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--orange);
	margin: 0;
	text-transform: uppercase;
	text-decoration:  none;
}

.shared-detail .detail-top .action-item i {
	border: 1px solid var(--orange);
	border-radius: 50%;
	--size: 15px;
	width: var(--size);
	height: var(--size);
	font-size: 9px;
	display: inline-grid;
	place-items: center;
	transform: translateY(-1px);
	color:  var(--orange);
	background-color:  transparent;
	transition: color var(--transition), background-color var(--transition);
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-top: 6px;
}

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

	.shared-detail .detail-top .info-section .bottom-actions .action-item:hover i {
		color: var(--white);
		background-color: var(--orange);
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .bottom-actions > * {
		margin-top: 16px;
		margin-right: 71px;
	}

	.shared-detail .detail-top .info-section .bottom-actions > *:last-child {
		margin-right: 0;
	}

	.shared-detail .detail-top .action-item {
		font-size: 16px;
	}

	.shared-detail .detail-top .action-item i {
		--size: 20px;
		font-size: 13px;
		transform: translateY(0);
		padding-top: 1px;
	}
}

.shared-detail .detail-top .health-button {
	--size: 49px;
	width: var(--size);
	height: var(--size);
}

@media (min-width: 64em) {
	.shared-detail .detail-top .health-button {
		--size: 94px;
	}
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	z-index: 9;
	margin: var(--space-1) 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;
	font-size: 14px;
}

@media (min-width: 20em) and (max-width: 30em) {
	.shared-detail .detail-top .info-section .bottom-actions .dropdown:nth-child(2) > .dropdown-menu {
		right: 0;
	}
}

@media (min-width: 40em) and (max-width: 60em) {
	.shared-detail .detail-top .info-section .bottom-actions .dropdown:nth-child(2) > .dropdown-menu {
		right: 0;
	}
}

@media (min-width: 64em) and (max-width: 68em) {
	.shared-detail .detail-top .info-section .bottom-actions .dropdown:nth-child(2) > .dropdown-menu {
		right: 0;
	}
}

.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 {
	padding: 27px 32px;
}

.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 ul {
	font-family: var(--font-family-body);
	font-size: 15px;
	font-weight: 400;
	line-height: calc(20/15);
	margin: 0;
	list-style: none;
	color:  var(--gray-dark);
}

.shared-detail .detail-info-bar ul a {
	color: var(--gray-dark);
}

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

.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 .two-line-wrap > * {
	display: block;
}

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

.shared-detail .detail-info-bar ul li .meta-label {
	margin-right: 10px;
	font-family: var(--avenir-heavy);
	color:  var(--blue-dark);
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: 13px;
	font-size: var(--text-base);
	color: var(--blue-dark);
}

.shared-detail .detail-info-bar ul.info-list li .meta-label i {
	margin-right: 0;
}

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

@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul {
		font-size: 16px;
		line-height: calc(24/16);
	}

	.shared-detail .detail-info-bar ul li {
		margin-bottom: 10px
	}
}

.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: 16px;
	font-weight: 400;
	line-height: calc(24/16);
	color: var(--text-color);
}

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

.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;
	margin-bottom: 10px;
}

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

.shared-detail .detail-info-bar .social-icons a {
	font-size: 18px;
	color:  var(--blue-dark);
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar .social-icons {
		margin-bottom: 5px;
	}
	.shared-detail .detail-info-bar .social-icons a {
		font-size: 22px;
	}
}

.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-top .description {
	color: var(--gray-dark);
	padding-inline: 30px;
	padding-block: 18px 35px;
}

.shared-detail .detail-top .description h2 {
	color: var(--blue-dark);
	text-transform: uppercase;
	font-size: 32px;
	font-family: var(--bebas);
	font-weight: var(--font-weight-semibold);
	line-height: 1;
	margin-bottom: 13px;
}

.shared-detail .detail-top .description .content {
	max-height: 10em;
	overflow: hidden;
	position: relative;
}

.shared-detail .detail-top .description .content:after {
	content: '';
	position: absolute;
	inset: 0;
	background: transparent linear-gradient(180deg, rgba(229, 238, 243, 0) 0%, rgba(229, 238, 243, 1) 100%) 0% 0% no-repeat padding-box;
	transition: opacity var(--transition);
	pointer-events: none;
}

.shared-detail .detail-top .description .content p {
	font-size: 15px;
	line-height: calc(20/15);
}

.shared-detail .detail-top .description .button-expand {
	background-color: transparent;
	color: var(--orange);
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--avenir-heavy);
	margin-top: 14px;
	display:  flex;
	align-items: center;
	gap: 5px;
}

.shared-detail .detail-top .description .button-expand img {
	display: inline-block;
	transform: translateY(-1px);
}

.shared-detail .detail-top .description .button-expand i {
	display: inline-grid;
	--size: 15px;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	border: 1px solid var(--orange);
	font-size: 9px;
	place-items: center;
	transform: translateY(-1px);
	margin-left: 2px;
	padding-right: 1px;
}

.shared-detail .detail-top .description.hide-expander .content, 
.shared-detail .detail-top .description.expand .content {
	max-height: unset;
}

.shared-detail .detail-top .description.hide-expander .content:after,
.shared-detail .detail-top .description.expand .content:after {
	opacity: 0;
}

.shared-detail .detail-top .description.hide-expander .button-expand {
	display: none;
}

@media (min-width: 40em) {
	.shared-detail .detail-top .description {
		padding-left: 0;
		
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .description {
		padding-block: 39px 35px;
		padding-right: 106px
	}

	.shared-detail .detail-top .description h2 {
		font-size: 44px;
		margin-bottom: 9px;
	}

	.shared-detail .detail-top .description .content p {
		font-size: 16px;
		line-height: calc(24/16);
	}

	.shared-detail .detail-top .description .content {
		max-height: unset;
	}


	.shared-detail .detail-top .description .content:after {
		opacity: 0;
	}

	.shared-detail .detail-top .description .button-expand {
		display: none;
	}
}

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

@media (min-width: 40em) {
	.shared-detail .detail-drawers {
		margin-bottom: var(--space-20);
	}
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 8px 0 24px;
}

.shared-detail .detail-drawers > dl.drawers > dd > .content#thresholdTab {
	padding: 11px 0 8px;
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd > .content#thresholdTab {
		padding: 0 0 18px;
	}
}

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

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 9px 17px 0;
	width: 100%;
	font-family: var(--bebas);
	font-size: 32px;
	font-weight: var(--font-weight-semibold);
	line-height: var(--leading-none);
	background-color:  transparent;
	color:  var(--blue-dark);
	text-transform:  uppercase;
	border-top:  1px solid var(--blue-dark);
}

.shared-detail .detail-drawers dd:first-child .drawer-button {
	border-top: unset;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: var(--space-4);
	font-size: var(--text-lg);
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers .drawer-button {
		font-size: 44px;
		padding-right: 32px;
		padding-block: 28px 24px;
	}

	.shared-detail .detail-drawers .drawer-button img {
		width: 40px
	}
}

.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);
	color:  var(--gray-dark);
	font-weight:  var(--font-weight-semibold);
	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 .social-cont.twitter-cont {
	max-height: 850px;
	overflow-y: auto;
}

.shared-detail .detail-drawers .social-cont + .social-cont {
	margin-top: var(--space-5)
}

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

	.shared-detail .detail-top {
		align-items: stretch;
		display:  grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: dense;
	}

	.shared-detail .detail-top .img-section {
		grid-column: 2;
		align-self: start;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: var(--space-8);
	}
	
	.shared-detail .detail-info-bar {
		padding-top:  0;
		margin-bottom: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		flex: 1;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 0 var(--space-16) 30px;
	}

	.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 {
		grid-template-columns: 100fr 117fr;
	}

	.shared-detail .detail-top .info-section {
		padding: var(--space-12) 32px var(--space-12) 32px;
		max-width: 514px;
		width:  100%;
		margin-left:  auto;
	}

	.shared-detail .detail-info-bar {
		max-width: 516px;
		width: 100%;
		margin-left: auto;
		margin-bottom: 0;
		transform: translateY(-34px);
	}

	.shared-detail .detail-drawers .active #socialFeedsTab {
		display: flex;
		justify-content: space-between;
		gap: var(--space-5);
	}

	.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-drawers .social-cont + .social-cont {
		margin-top: 0;
	}
}

.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 .detail-drawers > dl.drawers > dd.active > .content > div > div {
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .content-section h4 a,
.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .content-section h4 {
	font-family: var(--avenir-heavy);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-normal);
	line-height: var(--leading-normal);
	color: inherit;
	margin-bottom: var(--space-2);
	word-break: break-word;
}

.shared-detail .detail-drawers > dl.drawers .threshold-container {
	max-width: 591px;
	margin:  0 auto;
}

.shared-detail .detail-drawers > dl.drawers .threshold-viewer {
	padding-bottom: calc(100% * 237 / 310);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .inner {
	max-width: var(--width-compact);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .img-cont {
	margin-bottom: var(--space-2);
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .inner {
		max-width: unset;
	}

	.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .img-cont {
		margin-bottom: 0;
	}

	.shared-detail .detail-drawers > dl.drawers .threshold-viewer {
		padding-bottom: calc(100% * 452 / 591);
	}
}

/* Trip Advisor */
.shared-detail .tripadvisor-snippet:empty {
	height: 0;
	margin: 0;
}

.shared-detail .tripadvisor-snippet {
	margin-top: 30px;
	margin-bottom: 0;
	height: unset;
}

.shared-detail .tripadvisor-snippet h4 {
	display: none;
}

.shared-detail .tripadvisor-snippet img {
	width: 170px;
	transform: translateX(-12px);
	margin-bottom: 2px;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line-text {
	font-size: 11px;
	display: block;
	line-height: 1;
	
}

.shared-detail .tripadvisor-snippet .reviews-rating-line-text a {
	color: var(--gray-dark)
}

/* Amenities, Meeting Facilities */
.shared-detail .detail-drawers #healthProtocolsTab .amenities .subtab.tab-buttons {
	display: none;
}

.shared-detail .detail-drawers #meetingfacilityTab h5,
.shared-detail .detail-drawers .amenities .subtab .content h5 {
	font-weight: var(--font-weight-semibold) !important;
	color: var(--gray-dark);
	text-transform: uppercase;
}

/* Yelp */
.shared-detail .yelp-snippet {
	margin-top: 16px;
}

.layoutjs .yelp-top > img {
	margin-top: 6px;
}

.shared-detail .yelp-top {
	display: flex;
	align-items: center;
	gap: 12px;
}

.shared-detail .yelp-logo {
	order: -1;
}

.shared-detail .yelp-logo img {
	max-width: 60px;
}

.shared-detail .yelp-bottom {
	font-size: 11px;
	color: var(--gray-dark);
}

@media (min-width: 64em) {
	.shared-detail .yelp-snippet {
		margin-top: 28px;
	}
}

.shared-detail #hoursTab .yelp-hours .day {
	font-weight: normal;
	font-family:  var(--avenir-heavy);
}

/* Yelp Reviews */
.shared-detail #yelpTab .content {
	padding: 20px 0 !important;
}

.shared-detail #yelpTab h4,
.shared-detail #yelpTab hr {
	display: none;
}

.shared-detail #yelpTab .review {
	margin: 0 0 60px 0;
}

.shared-detail #yelpTab .reviews-provider-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 30px 0;
}

.shared-detail #yelpTab .reviews-provider-logo {
	max-width: 80px;
}

.shared-detail #yelpTab .yelp-logo {
	width: 100%;
}

.shared-detail #yelpTab .review-meta {
	margin-bottom: 6px;
}

.shared-detail #yelpTab .reviews-rating-line-text {
	font-size: 14px;
	color: var(--gray-dark);
}

.shared-detail #yelpTab .review-user-image {
	margin-bottom: 12px;
}

.shared-detail #yelpTab .review-user-image img {
	width: 100%;
	margin: 0;
}

.shared-detail #yelpTab .review-user {
	font-size: var(--text-xl);
}

.shared-detail #yelpTab .review-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 8px;
	color: var(--gray-dark);
	font-size: 12px;
}

.shared-detail #yelpTab .review-rating img {
	flex-shrink: 0;
	max-width: 100px;
}

.shared-detail #yelpTab .review-text {
	margin-bottom: 12px;
}

@media (min-width: 40em) {
	.shared-detail #yelpTab .review {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 40px;
	}

	.shared-detail #yelpTab .review-meta {
		flex-shrink: 0;
		max-width: 180px;
		margin: 0;
	}

	.shared-detail #yelpTab .review-user-image {
		margin-bottom: 6px;
	}
}

/* TripAdvisor Drawer */
.shared-detail .tripadvisor-pane .tripadvisorHeader {
	display: grid;
	gap: 10px;
	margin-bottom: 20px;
}

.shared-detail .tripadvisor-pane a {
	text-decoration: none;
}

.shared-detail .tripadvisor-pane .reviews-rating-line {
	align-items: center;
}

.shared-detail .tripadvisor-pane .ta-logo {
	width: 145px;
	transform: translateX(-10px);
	display: block;
}

.shared-detail .tripadvisor-pane .reviews-rating-line-text {
	display: block;
	font-size: 12px;
	color: var(--gray-dark);
}

.shared-detail .tripadvisor-pane .ranking {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.shared-detail .tripadvisor-pane .header-link-row {
	font-size: 12px;
}

.shared-detail .tripadvisor-pane .reviewBoxTitle {
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--gray);
	font-size: 30px;
}

.shared-detail .tripadvisor-pane .review {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--gray);
}

.shared-detail .tripadvisor-pane .review-header {
	display: flex;
	align-items: center;
}

.shared-detail .tripadvisor-pane .reviewTitle {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 0;
}

.shared-detail .tripadvisor-pane .reviewScore {
	flex-shrink: 0;
}

.shared-detail .tripadvisor-pane .reviewScore img {
	width: 94px;
	height: 20px;
	object-fit: cover;
	margin-left: 16px;
}

.shared-detail .tripadvisor-pane .userInfo {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 14px;
	color: var(--gray-dark);
}

.shared-detail .tripadvisor-pane .userName {
	margin-right: 16px;
}

.shared-detail .tripadvisor-pane .reviewText {
	margin-bottom: 1em;
	line-height: calc(26/17);
}

@media (min-width: 64em) {
	.shared-detail .tripadvisor-pane .tripadvisorHeader {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.shared-detail .tripadvisor-pane .review {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.shared-detail .tripadvisor-pane .reviewScore img {
		margin-left: 30px;
	}
}

/* Booking */
.shared-detail .bd-booking {
	margin-bottom: 13px;
}

.shared-detail .bd-booking .booking-dates {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.shared-detail .bd-booking .booking-dates .field {
	flex-grow: 1;
}

.shared-detail .bd-booking .booking-dates label {
	font-size: 12px;
	color: var(--gray);
	text-transform: uppercase;
}

.shared-detail .bd-booking .field-input {
	color: var(--gray);
	flex-direction: row-reverse;
	column-gap: 3px;
	font-size: 12px;
	padding-block: 13px 15px;
	padding-inline: 14px;
	border-radius: 4px;
	width: 100%;
}

.shared-detail .bd-booking .field-input::-webkit-calendar-picker-indicator {
	opacity: .4;
}

.shared-detail .bd-booking .button-col {
	display: flex;
	align-items: center;
	gap: 16px
}

.shared-detail .bd-booking .book-button {
	background-color: var(--white);
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
	border-radius: 28px;
	padding-block: 3px 6px;
	padding-inline: 24px;

}

.shared-detail .bd-booking .rate-box {
	display: flex;
	gap: 5px;
	color: var(--blue-dark);
	margin-top: -2px;
}

.shared-detail .bd-booking .button-label {
	color: var(--blue-dark);
	font-size: 14px;
}

.shared-detail .bd-booking .price {
	font-family: var(--avenir-black);
	font-size: 26px;
	line-height: 1;
}

.shared-detail .bd-booking .per-night {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	font-family: var(--avenir);
	line-height: 1;
}

.shared-detail .bd-booking .button-default {
	padding-inline: 14px;
	padding-block: 14px 12px;
}

@media (min-width: 64em) {
	.shared-detail .bd-booking {
		margin-top: 6px;
		margin-bottom: 0px;
	}

	.shared-detail .bd-booking .booking-dates {
		gap: 14px;
		max-width: 344px;
	}

	.shared-detail .bd-booking .field-input {
		font-size: 16px;
		padding-block: 12px 13px;
		padding-inline-start: 17px;
	}

	.shared-detail .bd-booking .button-col {
		align-items: stretch;
		gap: 10px
	}

	.shared-detail .bd-booking .rate-box {
		margin-top: -3px;
		gap: 7px;
	}

	.shared-detail .bd-booking .book-button {
		padding-block: 8px 9px;
		padding-inline: 24px;
	}

	.shared-detail .bd-booking .button-default {
		display: flex;
		align-items: center;
		padding-inline: 22px;
	}
}