.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);
	padding: 0 0 var(--space-20);
}

.shared-detail::after {
	background: url(/includes/public/assets/shared/vertical-stripes.svg);
	content: '';
	pointer-events: none;
	background-repeat: repeat-y;
	background-position: right;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 73px;
	height: 100%;
	z-index: -1;
}

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

.shared-detail .share-buttons {
	display: flex;
	padding: 28px 20px;
	justify-content: flex-end;
}

.shared-detail .detail-top::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 200px;
	background: var(--green-3f);
	pointer-events: none;
	z-index: -1;
}

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

@media screen and (min-width: 40em) {
	.shared-detail .detail-top .detail-gallery {
		/* padding: 0 20px 0 0; */
		padding: 0;
	}
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery {
		padding: 0;
	}
}

.shared-detail .detail-top .detail-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 14px 14px 0 -4px var(--gray-c7);
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery img {
		box-shadow: 22px 22px 0 -4px var(--gray-c7);
	}
}

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

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
	bottom: 0px;
	padding: 25px 10px;
	color: var(--text-color-alt);
	font-family: var(--font-family-body);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: var(--leading-none);
}

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

.shared-detail .detail-top .detail-gallery .gallery-count .fa-expand-arrows-alt:before {
	content: "\f065";
	font-size: 0.875rem;
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery .gallery-count {
		font-size: 1.125rem;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count i {
		margin-right: var(--space-2);
	}

	.shared-detail .detail-top .detail-gallery .gallery-count .fa-expand-arrows-alt:before {
		font-size: 1.0313rem;
	}
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	padding: 0 33px;
	background-color: transparent;
}

@media screen and (min-width: 40em) {
	.shared-detail .detail-top .info-section {
		padding: 0;
	}
}

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

.shared-detail .detail-top .info-section .top-actions {
	justify-content: flex-end;
	margin-bottom: var(--space-2);
}

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

.shared-detail .detail-top .info-section .top-actions [data-tb-button] a[data-type='View'] {
	font-weight: 900;
}


.shared-detail .detail-top .info-section .top-actions [data-tb-button] a[data-type='View']:hover {
	color: var(--green-ba);
}

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

.shared-detail .share-buttons .addthis_toolbox a {
    color: var(--text-color);
    font-size: 0.875rem;
	gap: 5px;
}

.shared-detail .share-buttons .fa-share:before {
	content: "\f1e0"
}

@media screen and (min-width: 64em) {
	.shared-detail .share-buttons .addthis_toolbox a {
		font-size: var(--text-lg);
		gap: 8px;
	}

	.shared-detail .share-buttons .addthis_toolbox a i::before {
		font-size: 21px;
	}
}

.shared-detail .detail-top h1 {
	font-family: var(--font-family-display);
	font-size: 27px;
	font-weight: 900;
	line-height: var(--leading-none);
	color: var(--text-color);
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-top h1 {
		font-size: 2.25rem;
		line-height: 1.1;
	}
}

.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);
	padding-top: 10px;
}

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

.shared-detail .detail-top .dropdown .action-item {
    color: var(--white);
    background: var(--black-23);
    padding: 5px;
    border-radius: 0;
}

.shared-detail .detail-top .dropdown .action-item.calendar {
	padding: 5px 14px;
}

.shared-detail .detail-top .action-item, .shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	font-family: var(--font-family-body);
	font-size: 1.125rem;
	font-weight: 900;
	line-height: var(--leading-tight);
	color: var(--text-color);
	border-radius: var(--rounded-full);
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.shared-detail .detail-top .action-item::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	padding: 0 4px;
}

.shared-detail .detail-top .action-item.calendar::after {
	display: none;
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-top .action-item::after {
		font-size: 17px;
	}
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-top: 5px;
	margin-right: 15px;
	position:  relative;
}

.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);
	color: var(--dropdown-menu-text);
	background-color: var(--background-color);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	left: 0;
	/* 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;
	font-size: 12px;
}

.shared-detail .detail-info-bar {
	max-width: 1200px;
	margin: 0 auto var(--space-1);
	padding: var(--space-5) 33px;
}

.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: 1rem;
	font-weight: 400;
	line-height: var(--leading-tight);
	margin: 0;
	list-style: none;
	padding: 0;
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: var(--space-3);
}

.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;
	line-height: 1.15;
}

.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: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: var(--space-1);
	width: 18px;
	font-size: 15px;
	color: var(--text-color);
}

.shared-detail .detail-info-bar ul.info-list li i.fa-phone-alt:before {
    content: "\f095";
}

.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: 15px;
	font-weight: 400;
	line-height: var(--leading-tight);
	color: var(--text-color);
}

.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: var(--space-5);
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 17px;
}

.shared-detail .detail-info-bar .social-icons .twitter {
	position: relative;
	top: 3px;
}

.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: 1160px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
	padding: 0 33px;
}

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

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

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: transparent;
	padding: var(--space-5) 0 13px 0;
	width: 100%;
	font-family: var(--font-family-body);
	font-size: 1.6875rem;
	font-weight: 900;
	text-align: left;
	line-height: var(--leading-none);
	text-transform: uppercase;
	border-bottom: 1px solid var(--text-color);
	color: var(--text-color);
}

.shared-detail .detail-drawers dd.active .drawer-button {
	border-bottom: 0px;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: 25px;
	font-size: 27px;
	color: var(--orange-ff);
}

.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 .social-cont.twitter-cont {
	max-height: 850px;
	overflow-y: auto;
}

.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);
}


.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);
}


.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(--font-body);
	font-size: var(--text-xl);
	font-weight: 700;
	line-height: var(--leading-relaxed);
	color: inherit;
	margin-bottom: var(--space-2);
	word-break: break-word;
}

.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);
}

	.shared-detail .trip-share-cont .tripbuilder {
		display: block;
	}

	.shared-detail .trip-share-cont {
		padding: 32px 0 0;
		display: flex;
		justify-content: flex-end;
	}

	.shared-detail .share-buttons {
		padding-top: unset;
	}

	.shared-detail .trip-share-cont .tripbuilder i {
		font-size: 0.875rem;
	}

	.shared-detail .trip-share-cont .tripbuilder i.fas {
		color: var(--red-be);
	}

	.shared-detail .trip-share-cont .tripbuilder a {
		font-size: 0.875rem;
	}

	.shared-detail .trip-share-cont .tripbuilder div {
		line-height: var(--leading-none);
	}

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

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

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

	.shared-detail .detail-top .detail-inner {
		flex-direction: row-reverse;
		align-items: stretch;
		display: flex;
		padding-top: 50px;
		max-width: 1242px;
		margin: 0 auto;
		padding: 50px 28px 0 var(--space-5);
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.shared-detail .detail-drawers .drawer-button i {
		margin-left: 40px;
		font-size: 2.5rem;
	}

	.shared-detail .detail-info-bar ul {
		font-size: 1.125rem;
		line-height: var(--leading-snug);
	}

	.shared-detail .detail-top .detail-gallery::before {
		width: 69%;
		height: 75%;
	}
	
	.shared-detail .detail-info-bar {
		display: flex;
		padding: var(--space-20) var(--space-5);
		margin-bottom: 0;
		gap: 17px;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0;
		flex: 1;
	}

	.shared-detail .detail-drawers {
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 var(--space-5);
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 0 var(--space-10) var(--space-10) 0;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > #meetingfacilityTab.content {
		max-width: calc(100% - 90px);
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: 29px 0;
		margin-bottom: var(--space-3);
		font-size: 3.4375rem;
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

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

	.shared-detail .detail-top .action-item, .shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	    font-family: var(--font-family-body);
	    font-size: 13px;
	}

	.whats-nearby .wrapper {
		padding: var(--space-20) 0;
	}
}

@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;
	}

	
	.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu a {
	    font-size: 11px;
	}

	.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	    left: auto;
	    right: auto;
	}


}

@media (min-width: 64em) {
	.shared-detail::after {
		width: 100%;
	}

	.shared-detail .detail-top .detail-gallery::before {
		width: 82%;
		height: 89%;
	}

	.shared-detail .detail-top::before {
		height: 255px;
	}
	
	.shared-detail .detail-top .detail-inner {
		padding: 30px var(--space-8) 0;
	}

	.shared-detail .share-buttons {
		padding: 0 30px;
	}

	.shared-detail .trip-share-cont {
		padding: 32px 0 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.shared-detail .trip-share-cont .tripbuilder {
		display: block;
	}

	.shared-detail .trip-share-cont .tripbuilder i {
		font-size: 1.375rem;
		margin-right: var(--space-2);
	}

	.shared-detail .trip-share-cont .tripbuilder i.fas {
		color: var(--red-be);
	}

	.shared-detail .trip-share-cont .tripbuilder a {
		font-size: var(--text-lg);
	}
	
	.shared-detail .detail-top .info-section .bottom-actions > * {
		margin-top: 35px;
		margin-top: 4%;
	}

	.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu a {
	    font-size: 18px;
	}

	.shared-detail .detail-top .action-item, .shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	    font-family: var(--font-family-body);
	    font-size: var(--text-lg);
	}
	
	.shared-detail .detail-info-bar {
		padding: var(--space-8) var(--space-5);
	}

	.shared-detail .detail-top .info-section {
		padding-top: 6px;
	}

	.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-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 > dd > #meetingfacilityTab.content {
		max-width: calc(100% - 121px);
	}
}

@media screen and (min-width: 90em) {
	.shared-detail .detail-top .detail-inner {
		padding: 30px var(--space-5) 0;
	}

	.shared-detail .detail-info-bar {
		padding: var(--space-8) 0;
	}
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li:nth-child(odd) {
	background-color: var(--gray-300) !important;
}

/* Booking snippet */
.shared-detail .booking-detail-snippet {
	color: #5b5b5b;
	margin-top: 13px;
	margin-bottom: 20px;
}

.shared-detail .booking-detail-snippet .dates {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.shared-detail .booking-detail-snippet .input-wrapper {
	position: relative;
	border: 1px solid #707070;
	background-color: var(--white);
	flex-grow: 1;
}

.shared-detail .booking-detail-snippet label {
	font-size: 12px;
	font-family: var(--font-body);
	color: inherit;
}

.shared-detail .booking-detail-snippet input {
	padding-left: 36px;
	color: inherit;
	font-size: 14px;
	font-family: var(--font-body);
	width: 148px;
	height: 40px;
	cursor: pointer;
}

.shared-detail .booking-detail-snippet input::-webkit-inner-spin-button,
.shared-detail .booking-detail-snippet input::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.shared-detail .booking-detail-snippet input::-webkit-inner-spin-button,
.shared-detail .booking-detail-snippet input::-webkit-calendar-picker-indicator,
.shared-detail .booking-detail-snippet .input-wrapper i {
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-57%);
	color: inherit;
	cursor: pointer;
}

.shared-detail .booking-detail-snippet .input-wrapper i {
	pointer-events: none;
}

.shared-detail .booking-detail-snippet .price-container {
	color: var(--pink-9e);
	font-family: var(--font-body);
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
}

.shared-detail .booking-detail-snippet .price-container .label {
	font-size: 12px;
	padding-top: 2px;
}

.shared-detail .booking-detail-snippet .price-container .price {
	font-weight: 900;
	font-size: 20px;
}

.shared-detail .booking-detail-snippet .book {
	text-transform: uppercase;
	font-size: 18px;
	background-color: var(--black-23);
	color: var(--white);
	font-weight: 900;
	padding: 5px 9px;
}

@media (min-width: 40em) {
	.shared-detail .booking-detail-snippet {
		margin-bottom: 0;
		padding-right: 8px;
	}

	.shared-detail .booking-detail-snippet .book {
		font-size: min(calc(14px + 4 * (100vw - 640px) / 386), 18px);
	}
}

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

	.shared-detail .booking-detail-snippet label {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.shared-detail .booking-detail-snippet .dates {
		column-gap: 55px;
		margin-bottom: 18px;
	}

	.shared-detail .booking-detail-snippet input {
		font-size: 18px;
		width: 240px;
	}

	.shared-detail .booking-detail-snippet input::-webkit-inner-spin-button,
	.shared-detail .booking-detail-snippet input::-webkit-calendar-picker-indicator,
	.shared-detail .booking-detail-snippet .input-wrapper i {
		font-size: 18px;
	}

	.shared-detail .booking-detail-snippet .price-container {
		margin-bottom: 5px;
		gap: 8px;
	}

	.shared-detail .booking-detail-snippet .price-container .label {
		font-size: 14px;
		padding-top: 1px;
	}

	.shared-detail .booking-detail-snippet .price-container .price {
		font-size: 22px;
	}

	.shared-detail .booking-detail-snippet .book {
		font-size: 22px;
		padding: 8px 15px 7px;
	}
}

@media (min-width: 90em) {
	.shared-detail .booking-detail-snippet {
		margin-top: 54px;
	}
}

/* Related Blog Posts */

.shared-detail .related-posts {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
	padding: 0 33px;
	max-width: 100%;
}

.shared-detail .related-posts .heading {
	font-weight: 900;
	font-size: 38px;
	line-height: 40px;
	text-transform: uppercase;
}

.shared-detail .related-posts .slides {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.shared-detail .related-posts .slide {
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
}

.shared-detail .related-posts .slide .image {
	box-shadow: 14px 14px 0 -4px var(--gray-c7);
}

.shared-detail .related-posts .slide .text-cont {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.shared-detail .related-posts .slide .title {
	font-size: 21px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 700;
}

.shared-detail .related-posts .slide .date {
	font-size: 14px;
	line-height: 18px;
}

.shared-detail .related-posts .slide .read-more {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 2px;
}

.shared-detail .related-posts .slide .read-more i {
	font-size: 22px;
	line-height: 0;
}

@media (min-width: 40em) {
	.shared-detail .related-posts {
		padding: 0 20px;
	}

	.shared-detail .related-posts .slides {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.shared-detail .related-posts .heading {
		font-size: 55px;
		line-height: 58px;
	}

	.shared-detail .related-posts .slide .title {
		font-size: 28px;
		line-height: 33px;
	}

	.shared-detail .related-posts .slide .date {
		font-size: 18px;
		line-height: 24px;
	}

	.shared-detail .related-posts .slide .read-more {
		font-size: 18px;
	}
}


@media (min-width: 64em) {
	.shared-detail .related-posts {
		max-width: 1240px;
		margin: 80px auto 0;
	}

	.shared-detail .related-posts .slides {
		flex-wrap: nowrap;
	}
}