.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-bg: var(--sw-button-secondary-bg);
	--nearby-tab-bg-hover: var(--sw-button-secondary-bg-hover);
	--nearby-tab-bg-selected: var(--sw-selected-color);
	--accent-color: var(--sw-key-color);

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

.shared-detail .detail-drawers .active .drawer-button i::before {
	content: "\f068";
}

.shared-detail .detail-drawers .drawer-button i::before {
	content: "\2b";
}

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

.shared-detail .sv-share {
	display: block;
	margin-top: -7px;
}

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

.shared-detail .detail-top::after {
	position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/includes/public/assets/shared/decorations/mosaic/speckle.svg) no-repeat;
    z-index: -1;
    background-size: contain;
    background-position: bottom;
    pointer-events: none;
}

.shared-detail .detail-top::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--green-23);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%);
    z-index: 0;
    background-size: cover;
    pointer-events: none;
}

.shared-detail .detail-top-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 39px 25px 86px;
}

.shared-detail .detail-top-inner .trip-builder {
	position: absolute;
	z-index: 2;
	right: -14px;
	font-size: 1.1875rem;
}

.shared-detail .detail-top-inner .trip-builder .add::before {
	color: rgba(0, 0, 0, 0.5);
	content: "\f004";
	z-index: 0;
	position: absolute;
	right: 51px;
	font: var(--fa-font-solid);
	top: var(--space-3);
}

.shared-detail .detail-top-inner .trip-builder .add::after, .shared-detail .detail-top-inner .trip-builder .remove::after {
	color: var(--white);
	content: "\f004";
	z-index: 1;
	position: absolute;
	right: 51px;
	font: var(--fa-font-regular);
	top: var(--space-3);
}

.shared-detail .detail-top-inner .trip-builder .remove::before {
	color: var(--red-ec6);
	content: "\f004";
	z-index: 0;
	position: absolute;
	right: 51px;
	font: var(--fa-font-solid);
	top: var(--space-3);
}

.shared-detail .detail-top-inner .trip-builder .fa-heart::before {
	display: none;
}

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

.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: var(--space-3) var(--space-2) var(--space-3) var(--space-4);
    color: var(--blue-00);
	background-color: var(--yellow-fd);
	font-family: var(--font-champ-light);
	font-size: 1.1087rem;
	font-weight: var(--font-weight-light);
	line-height: var(--leading-none);
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: var(--text-2xl);
	margin-right: var(--space-1);
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	padding: var(--space-8) 0 var(--space-4);
	position: relative;
}

.shared-detail .detail-top .top-actions .trip-builder {
	cursor: pointer;
}

.shared-detail .detail-top .top-actions .trip-builder i {
	position: relative;
	font-size: var(--text-2xl);
}

.shared-detail .detail-top .top-actions .trip-builder a i:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font: var(--fa-font-solid);
	content: '\f004';
	color: var(--white);
	z-index: -1;
}

.shared-detail .detail-top .top-actions .trip-builder a[data-type="Remove"] i:after {
	color: var(--sw-alert-color);
	z-index: 1; 
}

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

.shared-detail .detail-top .info-section .bottom-actions {
	flex-wrap: wrap;
	gap: var(--space-8);
}

.shared-detail .detail-top .info-section .top-actions {
	justify-content: space-between;
	position: absolute;
	top: -28px;
	left: -8px;
}

.layoutjs .content .item .info .info-flag {
	margin-bottom: var(--space-1);
}

.shared-detail .sv-share-trigger {
	color: var(--white);
	font-size: 1.375rem;
}

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

@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: 26px;
	font-weight: var(--font-weight-normal);
	line-height: 1.4;
    color: var(--text-color);
    margin-bottom: var(--space-5);
	word-break: break-word;
	text-transform: uppercase;
	color: var(--yellow-fd);
	padding-left: var(--space-1);
}

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

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

.shared-detail .detail-top .action-item.website, .shared-detail .detail-top .bottom-actions .action-item {
	display: inline-block;
	padding: 8.5px var(--space-5) 3.5px var(--space-6);
	font-family: var(--font-metric-bold);
	font-weight: var(--font-weight-bold);
	font-size: 1.375rem;
	text-decoration: none;
	text-align: center;
	color: var(--sw-collections-read-more-color);
	background-color: var(--sw-button-secondary-bg);
	border: 3px solid var(--sw-button-secondary-border-color);
	text-transform: uppercase;
}

@media (hover: hover) {

	.shared-detail .detail-top .bottom-actions .action-item:hover, .shared-detail .detail-top .info-section .bottom-actions .action-item.secondary:hover {
		background-color: var(--white);
		border-color: var(--sw-button-secondary-border-color-hover);
		color: var(--sw-button-secondary-border-text-color-hover);
	}

}

.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 .trip-builder .tb-button {
	padding: 0;
	background-color: unset;
}

.shared-detail .trip-builder .tb-button.view {
	margin-left: var(--space-2);
}

.shared-detail .detail-info-bar {
	max-width: 1200px;
	margin: 0;
	padding: var(--space-2) var(--space-6) var(--space-3);
}

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

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

.shared-detail .detail-info-bar .split-pane:not(:has(*)) {
	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: 1.375rem;
	font-weight: var(--font-weight-normal);
	line-height: var(--leading-tight);
	margin: 0;
    list-style: none;
	color: var(--blue-00);
}

.shared-detail .detail-info-bar ul a.action-item {
	color: var(--white);
}

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

.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 > :has(div) {
	display: flex;
	align-items: flex-start;
	line-height: 1;
}

.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;
	color: var(--gray-f6);
}

.shared-detail .detail-info-bar ul li .two-line-wrap a:hover {
	color: var(--gray-f6)!important;
	opacity: 0.87;
}

.shared-detail .detail-top .action-item.website:hover {
	color: inherit!important;
}

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

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

.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);
	line-height: var(--leading-tight);
    color: var(--white);
}

.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;
	justify-content: center;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: var(--space-8);
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 1.6875rem;
	color: var(--blue-00);
}

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

.shared-detail .detail-drawers {
	max-width: 1160px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
	padding: 50px 22px 0 var(--space-8);
}

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

	.shared-detail .detail-top-inner .trip-builder {
		left: 49%;
		right: unset;
		font-size: var(--space-8);
	}

	.shared-detail .detail-top h1 {
		font-size: 2.1875rem;
	}
}

.shared-detail .detail-drawers .drawer > .content {
	display: none;
	padding: var(--space-5) var(--space-2) 0;
}

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

.shared-detail .detail-drawers .drawer-button {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: var(--space-3) var(--space-4) var(--space-2) var(--space-5);
	margin-bottom: var(--space-5);
	width: 100%;
	font-family: var(--font-champ-light);
	font-size: var(--text-3xl);
	font-weight: var(--font-weight-light);
	line-height: var(--leading-none);
	position: relative;
	background-color: transparent;
	border-bottom: 2px solid var(--sw-button-secondary-bg);
}

.shared-detail .detail-drawers .active .drawer-button {
	background-color: var(--sw-button-secondary-bg);
	border-bottom: none;
}

.shared-detail .detail-drawers .drawer-button:hover {
	color: inherit;
	opacity: 0.87;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: var(--space-4);
	font-size: 22px;
	color: var(--blue-00);;
	z-index: 1;
}

.shared-detail .detail-drawers .active .drawer-button i, .shared-detail .detail-drawers .amenities .subtab.tab-buttons .tab-button {
	color: var(--yellow-fd)!important;
}

.shared-detail .detail-drawers .amenities .subtab.tab-buttons dd.active > .tab-button, .shared-detail .detail-drawers #meetingfacilityTab .subtab.tab-buttons dd.active > .tab-button  {
	color: var(--blue-00)!important;
}

.shared-detail .detail-drawers .active .drawer-button::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 100%;
	background-color: var(--blue-00);
	top: 0;
	right: 0;
}

.shared-detail .core-styles p {
	line-height: 1.38;
	color: var(--black);
}

.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-inner {
		flex-direction: row;
		align-items: stretch;
	}

	.shared-detail .detail-top::before {	
		background-color: var(--green-23);
		clip-path: polygon(0 0, 100% 0%, 100% 99%, 0 94%);
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: var(--space-12) var(--space-5);
	}
	
	.shared-detail .detail-info-bar {
		display: flex;
		padding: var(--space-4) 0 var(--space-10);
		margin-bottom: 0;
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.shared-detail .detail-info-bar.secondary {
		padding: 0;
		margin: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0;
		flex: 1;
	}
	
	.shared-detail .detail-drawers .drawer > .content {
		padding: var(--space-8) 100px var(--space-10);
	}

	.shared-detail .detail-drawers .drawer-button {
		padding-top: 46px;
		border-bottom: 4px solid var(--sw-button-secondary-bg);
		font-size: 2.375rem;
	}
	
	.shared-detail .detail-drawers .active .drawer-button {
		margin-bottom: var(--space-3);
		font-size: 2.375rem;
		padding-top: var(--space-3);
		border-bottom: none;
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

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

	.shared-detail .detail-top .info-section .top-actions {
		top: 0;
		left: var(--space-4);
	}

	.shared-detail .detail-top .action-item.website {
		padding: 8.5px var(--space-6) 3.5px 27px;
	}
}

@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: 27px var(--space-12) var(--space-12);
		max-width: 650px;
	}

	.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 .info-section .top-actions {
		left: var(--space-10);
	}

	.shared-detail .detail-top .detail-gallery .gallery-count {
		font-size: 1.375rem;
		padding: var(--space-4) var(--space-3) var(--space-3) var(--space-4);
	}

	.shared-detail .detail-top .action-item.website {
		font-size: var(--text-2xl);
	}

	.shared-detail .detail-drawers .drawer-button i {
		font-size: var(--text-4xl);
	}
}

.whats-nearby {
	padding: 0;
	margin-bottom: var(--space-10);
}

.whats-nearby .whats-nearby-slider {
	opacity: 0;
	transition: opacity var(--transition-appendix);
}

.whats-nearby .whats-nearby-slider.loaded {
	opacity: 1;
}

.whats-nearby .whats-nearby-slider.no-slider {
	display: none;
}

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

.whats-nearby .title-cont {
	margin: 0 auto;
	margin-bottom: var(--space-6);
	max-width: var(--width-base);
	padding: 0 var(--space-5);
	display: grid;
	justify-content: center;
	gap: var(--space-2)
}

.whats-nearby .section-title {
	font-family: var(--font-family-display);
	font-size: var(--text-3xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--leading-tight);
	text-align: center;
}

.whats-nearby .section-subtitle {
	font-family: var(--font-family-display);
	font-size: var(--text-xl);
	line-height: var(--leading-tight);
	text-align: center;
} 

.whats-nearby .tab-group {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: var(--space-8);
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	gap: var(--space-4);
}

.whats-nearby .tab {
	margin: 0;
	padding: var(--space-3) var(--space-8);
	color: var(--text-color);
	white-space: nowrap;
	background-color: var(--nearby-tab-bg);
	border-radius: var(--rounded-full);
	font-size: var(--text-base);
	font-weight: var(--font-weight-bold);
}

@media (hover: hover) {
	.whats-nearby .tab:hover {
		background-color: var(--nearby-tab-bg-hover);
		color: var(--text-color);
	}
}

.whats-nearby .tab[aria-expanded="true"] {
	color: var(--text-color-alt);
	background-color: var(--nearby-tab-bg-selected);
}

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

.whats-nearby .item .image {
	position: relative;
	margin-bottom: var(--space-2);
}

.whats-nearby .item img {
	width: 100%;
}

.whats-nearby .item .image .mini-date-container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--sw-mini-date-bg);
	color: var(--sw-mini-date-color);
	padding: var(--space-1) var(--space-4);
	pointer-events: none;
}

.whats-nearby .item .image .mini-date-container .month {
	font-family: var(--font-family-body);
	font-size: var(--text-base);
	font-weight: var(--font-weight-bold);
	line-height: var(--leading-none);
	text-transform: uppercase;
}

.whats-nearby .item .image .mini-date-container .day {
	font-family: var(--font-family-body);
	font-size: var(--text-3xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--leading-none);
}

.whats-nearby .item .info h4,
.whats-nearby .item .info h4 a { 
	font-family: var(--font-family-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--leading-normal);
	color: var(--text-color);
	-webkit-hyphens: auto;
	word-break: break-word;
	hyphens: auto;
}

.whats-nearby .glide__arrows {
	position: absolute;
	left: 0;
	translate: 0 -50%;
	z-index: 1;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.whats-nearby .no-results {
	text-align: center;
}

@media (min-width: 40em) {
	.whats-nearby .whats-nearby-slider.one-slide .glide__slides {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (min-width: 64em) {
	.whats-nearby .whats-nearby-slider.one-slide .glide__slides {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.shared-detail .detail-drawers .drawer.active > .content > div > div {
	margin-bottom: var(--space-5);
}

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

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

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

.shared-detail .detail-drawers .img-cont {
	position: relative;
}

.shared-detail .detail-drawers .img-cont .trip-builder {
	position: absolute;
	inset: var(--space-4) var(--space-4) auto auto;
	z-index: 3;
}

.shared-detail .detail-drawers .img-cont .trip-builder a {
	text-decoration: none;
	font-size: var(--text-2xl);
	line-height: 1;
	color: var(--white);
}

.shared-detail .detail-drawers .img-cont .trip-builder a.remove {
	color: var(--sw-alert-color);
}

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

	.shared-detail .detail-drawers .active .drawer-button::before {
		width: 61px;
	}

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

/*----- yelp snippet -----*/

.shared-detail .yelp-snippet {
	margin-bottom: 8px;
}

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

.shared-detail .yelp-snippet .yelp-logo {
	order: -1;
	width: 60px;
}

.shared-detail .yelp-snippet .yelp-bottom {
	font-size: var(--text-xs);
	color: var(--gray-700);
}

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

	.shared-detail .yelp-snippet .yelp-logo {
		width: 70px;
	}

	.shared-detail .yelp-snippet .yelp-bottom {
		font-size: var(--text-sm);
	}
}

/*----- yelp reviews -----*/

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

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

.shared-detail #yelpTab h4 {
	font-family: var(--font-display);
	font-weight: bold;
	font-size: var(--text-2xl);
	line-height: 1.1;
	color: var(--black);
}

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

.shared-detail #yelpTab h4 + .review {
	margin-top: 12px;
}

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

.shared-detail #yelpTab .review-user {
	margin: 12px 0 8px;
	font-family: var(--font-body);
	font-weight: bold;
	font-size: var(--text-xs);
	line-height: 1.1;
	color: var(--black);
}

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

.shared-detail #yelpTab .review-links {
	margin-top: 12px;
}

.shared-detail #yelpTab .review {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
	align-items: center;
	gap: 24px;
}

.shared-detail #yelpTab .review-meta,
.shared-detail #yelpTab .review-user-image {
	position: relative;
}

.shared-detail #yelpTab .review-user-image {
	z-index: 1;
}

.shared-detail #yelpTab .review-user {
	position: absolute;
	inset: auto 0 0 auto;
	z-index: 2;
	padding: 4px 8px;
	margin: 0;
	background: rgba(0, 0, 0, 0.75);
	color: var(--white);
}

@media (min-width: 40em) {
	.shared-detail #yelpTab .review-user {
		font-size: var(--text-base);
	}
}
@media (min-width: 64em) {
	.shared-detail #yelpTab h4 {
		font-size: var(--text-4xl);
	}

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

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

	.shared-detail .detail-top-inner {
		width: calc(100% - 40px);
		max-width: 1244px;
		margin: 0 auto;
		padding: 0 88px 0 0;
		background-image: none;
		position: relative;
	}

	.tripadvisor-snippet {
		display: none;
	}

	.shared-detail .detail-top {	
		padding: 213px 0 132px;
	}

	.shared-detail .detail-top::before {	
		background-color: var(--green-23);
		clip-path: polygon(0 0, 100% 0%, 100% 99%, 0 94%);
	}

	.shared-detail .detail-top::after {
		bottom: -10px;
        background: url("https://assets.simpleviewinc.com/sv-augusta/image/upload/v1/clients/augusta-redesign/blue_speckle_texture_8ccbcbeb-14ff-410c-9c26-4e4513b4a767.png") no-repeat;
        background-position: bottom;
        background-size: contain;
	}

	.shared-detail .detail-info-bar.secondary {
		max-width: 1160px;
		width: calc(100% - 40px);
		margin: 0;
		padding: 0;
	}

	.shared-detail .detail-drawers {
		padding: 50px 0 0;
	}

	.shared-detail .detail-top h1 {
		font-size: 2.5rem;
	}

}

/*----- viator -----*/
.tourItem .rating {
	display: flex;
}

.tourItem .rating svg {
	width: var(--space-5);
    fill: var(--sw-text-color);
    margin-right: var(--space-2);
}

.tourItem .info-list li {
	margin-bottom: var(--space-3);
}

.tourItem .img-cont {
	flex: 1 0 auto;
}