.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(--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 var(--space-10);
}

.shared-detail .detail-top {
	position: relative;
}

.shared-detail .detail-top:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 131px;
	background-color: var(--black);
	background-image: url('/includes/client_public/assets/shared/listings-texture.svg');
	pointer-events: none;
	z-index: -1;
}

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

	.shared-detail .detail-top:before {
		height: 231px;
	}
}

@media(min-width:64em) {
	.shared-detail .detail-top:before {
		height: 368px;
		background-size: cover;
		background-position-x: 25px;
	}
}

.shared-detail .share-cont {
	width: fit-content;
	position: absolute;
	top: 0;
	right: 0;
}

@media(min-width:64em) {
	.shared-detail .share-cont {
		position: unset;
		margin-left: 10px;
	}
}

@media(min-width:90em) {
	.shared-detail .share-cont {
		margin-left: 30px;
	}
}


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

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

.shared-detail .sv-share-button-wrapper .sv-share-trigger {
	color: var(--white);
	font-size: 0.625rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: var(--font-body);
	width: fit-content;
	margin-left: auto;
	margin-right: 18px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-inline: 0;
	cursor: pointer;
}

@media(hover:hover) {
	.shared-detail .sv-share-button-wrapper .sv-share-trigger {
		background: transparent;
	}
}

.shared-detail .sv-share-button-wrapper .sv-share-trigger i {
	color: var(--white);
}

@media(min-width:64em) {
	
	.shared-detail .sv-share-button-wrapper .sv-share-trigger,
	.shared-detail .sv-share-button-wrapper .sv-share-trigger i {
		font-size: 0.875rem;
	}

	.shared-detail .sv-share-button-wrapper .sv-share-trigger {
		margin-bottom: 10px;
	}
}

@media(min-width:90em) {
	.shared-detail .sv-share-button-wrapper .sv-share-trigger {
		margin-bottom: 25px;
		padding-top: 23px;
	}
}

.shared-detail .sv-share-button-wrapper .sv-share-trigger i {
	font-size: 8px;
}

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

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
}

.shared-detail .detail-top .detail-gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 50%;
	margin: 0 18px;
	margin-top: 29px;
	border: 5px solid var(--white);
}

@media(min-width:64em) {
	.shared-detail .detail-top .detail-gallery {
		margin-top: 133.5px;
		border: 10px solid var(--white);
		margin-left: 0;
		max-width: 536px;
	}
}

@media(min-width:90em) {
	.shared-detail .detail-top {
		justify-content: center;
	}

	.shared-detail .detail-top .detail-gallery {
		border: 16px solid var(--white);
		max-width: 552px;
	}

	.shared-detail .detail-top .info-section {
		max-width: 503px;
	}
}


.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: 0px;
    right: 0px;
    padding: 11px 6px 12px 16px;
    color: var(--black);
	background-color: var(--white);
	font-family: var(--font-family-body);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: var(--leading-none);
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 0.75rem;
	margin-left: 10px;
}

@media(min-width:64em) {
	.shared-detail .detail-top .detail-gallery .gallery-count {
		font-size: .875em;
		padding: 18px 10px 12px 24px;
		bottom: -1px;
		right: -1px;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count i {
		font-size: .9rem;
	}
}

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

@media(min-width:40em) {
	.shared-detail .detail-top .info-section {
		background: transparent;
	}
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin-left: 30px;
}

@media(min-width:64em) {
	.shared-detail .detail-top .info-section .bottom-actions {
		justify-content: flex-start;
		top: 80px;
		gap: 0 15px;
		margin-left: 30px;
	}
}

@media(min-width:90em) {
	.shared-detail .detail-top .info-section .bottom-actions {
		top: 48px;
	}
}

.shared-detail .detail-top .info-section .bottom-actions {
	margin-bottom: 10px;
}

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

.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-family-display);
	font-size: 1.563rem;
	line-height: var(--leading-none);
    color: var(--text-color);
    padding: 0 30px;
}

@media(min-width:40em) {
	.shared-detail .detail-top h1 {
		color: var(--white);
	}
}

@media(min-width:64em) {
	.shared-detail .detail-top h1 {
		font-size: 48px;
		padding: 0 10px;
	}
}

@media(min-width:90em) {
	.shared-detail .detail-top h1 {
		padding: 0 30px;
	}
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	font-family: var(--font-family-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: var(--leading-relaxed);
    color: var(--black);
	padding-left: 15px;
}


@media(min-width:40em) {
	.shared-detail .detail-top dl,	
	.shared-detail .detail-top dt,
	.shared-detail .detail-top dd {
		color: var(--white);
	}

	.shared-detail .detail-top .priority-info {
		min-height: 30px;
	}
}

@media(min-width:64em) {
	.shared-detail .detail-top dt,
	.shared-detail .detail-top dd {
		padding-left: 0;
	}

	.shared-detail .detail-top dl {
		padding-left: 15px;
		margin-top: 15px;
	}
}

@media(min-width:90em) {
	.shared-detail .detail-top dl,	
	.shared-detail .detail-top dt,
	.shared-detail .detail-top dd {
		padding-left: 15px;
	}
}

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

.shared-detail .detail-top .action-item {
	font-family: var(--font-family-body);
	font-size: 0.688rem;
	font-weight: 700;
	line-height: var(--leading-tight);
	background-color: var(--white);
	color: var(--black);
	margin: 0;
	text-transform: uppercase;
	letter-spacing: var(--tracking-widest);
}

.shared-detail .detail-top button.action-item {
	display: inline-block;
	padding: 0 0 6px;
}

.shared-detail .detail-top .tripbuilder-cont {
	display: flex;
	align-items: center;
	gap: 2px;
	font-family: var(--font-family-body);
	font-size: 0.688rem;
	font-weight: 700;
	line-height: var(--leading-tight);
	background-color: var(--white);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: var(--tracking-widest);
}

@media(min-width:90em) {
	.shared-detail .detail-top .action-item,
	.shared-detail .detail-top .tripbuilder-cont {
		font-size: 0.938rem;
	}
}

@media(min-width:40em) {
	.shared-detail .detail-top .action-item,
	.shared-detail .detail-top .tripbuilder-cont {
		background-color: transparent;
		color: var(--white);
	}
}

@media(min-width: 64em) {
	.shared-detail .detail-top .action-item,
	.shared-detail .detail-top .tripbuilder-cont {
		color: var(--black);
	}
}

.shared-detail .detail-top .tripbuilder-cont [data-tb-button] {
	display: flex;
	flex-direction: column;
	position: relative;
}

@media(min-width:64em) {
	.shared-detail .detail-top .tripbuilder-cont [data-tb-button] > span {
		position: absolute;
		width: 190px;
	}

	.shared-detail .detail-top .tripbuilder-cont [data-tb-button] > span:first-child {
		bottom: -10px;
	}

	.shared-detail .detail-top .tripbuilder-cont [data-tb-button] > span:last-child {
		bottom: -29px
	}
}

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

@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 .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 {
	max-width: 1200px;
	margin: 0 30px;
	padding: var(--space-5);
	background-color: var(--gray);
	margin-bottom: 35px;
}

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

.shared-detail .detail-info-bar .split-pane.secondary {
	margin-bottom: 18px;
}

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

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 8px;
	font-size: 0.875rem;
	color: var(--black);
}

@media(min-width:64em) {
	.shared-detail .detail-info-bar ul li {
		font-size: 1rem;
		margin-bottom: 10px;
		gap: 5px;
	}

	.shared-detail .detail-info-bar ul li > div {
		gap: 5px;
	}

	.shared-detail .detail-info-bar .split-pane.secondary ul {
		margin-right: 7px;
	}
}

.shared-detail .detail-info-bar ul li i,
.shared-detail .detail-info-bar ul li a {
	color: var(--black);
}

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

.shared-detail .detail-info-bar ul:not(.social-icons) li i {
	margin-right: var(--space-1);
}

.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: 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;
	gap: 10px;
	list-style: none;
	margin-left: 0;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-bottom: 0;
	border: 1px solid var(--black);
	border-radius: 50%;
	width: 29px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 0.875rem;
}

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

	.shared-detail .detail-info-bar .social-icons a {
		font-size: 0.996rem;
	}
}

.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;
	padding: 0 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}

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

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 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: space-between;
	background-color: transparent;
	padding: 7px 0;
	margin-bottom: 22px;
	width: 100%;
	font-family: var(--font-family-body);
	font-size: 0.875rem;
	color: var(--black);
	font-weight: 700;
	text-transform: uppercase;
	line-height: var(--leading-none);
	border-bottom: 1px solid #e9e9e9;
}

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

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

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

@media(min-width:64em) {
	.shared-detail .detail-drawers .drawer-button {
		font-size: 1.563rem;
	}

	.shared-detail .detail-drawers .drawer-button i {
		font-size: 1.125rem;
	}
}

.shared-detail .detail-drawers dl.drawers dd #descriptionTab :is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	font-size: 0.813rem;
	font-weight: var(--font-weight-med);
	margin-bottom: 20px;
}

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

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

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: var(--space-12) var(--space-5);
		position: relative;
	}
	
	.shared-detail .detail-info-bar {
		display: flex;
		padding: 41px 18px;
		margin-bottom: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 var(--space-5);
		flex: 1;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: var(--space-10) 0;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: var(--space-5) 0;
		margin-bottom: var(--space-3);
	}
	
	.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: 51px var(--space-24) var(--space-12) 0;
	}

	.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-info-bar {
		margin: 0 auto 37px;
		max-width: calc(100% - 40px);
	}

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

	.shared-detail .detail-info-bar .split-pane.secondary {
		position: relative;
	}

	.shared-detail .detail-info-bar .split-pane.secondary:before,
	.shared-detail .detail-info-bar .split-pane.secondary:after {
		content: '';
		position: absolute;
		top: 0;
		width: 1px;
		height: 50px;
		background-color: #c0c0c0;
	}

	.shared-detail .detail-info-bar .split-pane.secondary:before {
		left: 0;
	}

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

	.shared-detail .detail-info-bar .split-pane:not(.primary) {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	
	.shared-detail .detail-drawers {
		max-width: 1040px;
		margin-bottom: 120px;
	}

	.shared-detail .detail-drawers .drawer-button {
		padding: 61px 0 12px 0;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 33px 24px;
	}

	.shared-detail .detail-drawers dl.drawers dd #descriptionTab :is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 1rem;
		font-weight: normal;
	}
}

@media(min-width:90em) {
	.shared-detail .detail-info-bar {
		max-width: 1039px;
	}

	.shared-detail .detail-info-bar .split-pane.secondary {
		min-width: 341px;
	}
}

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

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

}

/* Booking snippet */
/* price */
.shared-detail .price-container {
	order: 1;
	display: flex;
	align-items: center;
	gap: 3px;
	color: var(--black);
}

.shared-detail .price-container .label {
	font-size: 9px;
	line-height: calc(8/9);
	letter-spacing: 0;
	max-width: 24px;
	display: inline-block;
	text-align: center;
}

.shared-detail .price-container .price {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: var(--font-weight-med);
}

@media (min-width: 40em) {
	.shared-detail .price-container {
		color: var(--white);
	}
}

@media (min-width: 64em) {
	.shared-detail .price-container {
		order: 0;
		color: var(--black);
		gap: 6px;
	}

	.shared-detail .price-container .label {
		font-size: 12px;
		line-height: calc(10/12);
		max-width: 30px;
	}

	.shared-detail .price-container .price {
		font-size: 20px;
	}
}

/* Form */
.shared-detail .booking-detail-snippet {
	margin-top: 16px;
	margin-bottom: 30px;
	padding-inline: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 6px;
}

.shared-detail .booking-detail-snippet .input-wrapper {
	position: relative;
	background-color: #ebebeb;
	flex-grow: 1;
}

.shared-detail .booking-detail-snippet input {
	padding-left: 30px;
	font-size: 11px;
	font-family: var(--font-body);
	height: 30px;
	cursor: pointer;
	letter-spacing: 0.04em;
	font-weight: var(--font-weight-med);
	color: var(--gray-dark);
	font-style: italic;
	background-color: #ebebeb;
}

.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: 9px;
	top: 50%;
	transform: translateY(-57%);
	color: inherit;
	cursor: pointer;
}

.shared-detail .booking-detail-snippet .input-wrapper i {
	pointer-events: none;
	color: rgba(117 117 117/ .48);
	font-size: 12px;
}

.shared-detail .booking-detail-snippet .button-default {
	padding-inline: 8px;
	padding-block: 7px 6px;
	display: inline-flex;
	justify-content: center;
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li.description > .value {
	white-space: pre-wrap;
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li.description {
	flex-direction: column;
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li.description > span.description {
	font-weight: bold;
}

@media (min-width: 40em) {
	.shared-detail .booking-detail-snippet {
		margin-top: 0;
		row-gap: 6px;
	}

	.shared-detail.has-booking .detail-top .info-section {
		justify-content: flex-start;
	}

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

	.shared-detail .booking-detail-snippet .button-default {
		--text-color: var(--black);
		--bg-color: var(--white);
	}
}

@media (min-width: 64em) {
	.shared-detail .booking-detail-snippet {
		margin-top: 0;
		margin-bottom: 0;
		gap: 14px;
		display: flex;
		flex-wrap: wrap;
		padding-inline: 0 96px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.shared-detail .booking-detail-snippet input {
		font-size: 13px;
		height: 40px;
	}

	.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: 17px;
		left: 12px;
	}

	.shared-detail.has-booking .detail-top .detail-gallery {
		margin-bottom: 95px;
	}

	.shared-detail.has-booking .detail-top .info-section {
		justify-content: center;
		padding-bottom: 135px;
	}

	.shared-detail.has-booking .detail-top .info-section .bottom-actions {
		position: absolute;
		top: auto;
		bottom: 102px;
		margin-left: 0;
	}

	.shared-detail .booking-detail-snippet .button-default {
		--text-color: var(--white);
		--bg-color: var(--black);
		align-items: center;
		padding-inline: 26px;
		padding-block: 11px;
		font-size: 12px;
		letter-spacing: 0.1em;
	}
}

@media (min-width: 1200px) {
	.shared-detail.has-booking .detail-top .detail-gallery {
		margin-bottom: 40px;
	}
}

@media (min-width: 1305px) {
	.shared-detail .booking-detail-snippet {
		padding-bottom: 16px;
	}

	.shared-detail.has-booking .detail-top .info-section {
		padding-bottom: 110px;
	}

	.shared-detail.has-booking .detail-top .info-section .bottom-actions {
		bottom: 67px;
	}

	.shared-detail.has-booking .detail-top .detail-gallery {
		margin-bottom: 0px;
	}
}

@media (min-width: 90em) {
	.shared-detail .booking-detail-snippet {
		padding-left: 30px;
		padding-right: 0;
	}

	.shared-detail.has-booking .detail-top .info-section .bottom-actions {
		margin-left: 30px;
	}
}