.shared-detail {
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);
	--background-color: var(--white);
	--background-color-alt: var(--white-ff);
	--background-color-accent: var(--blue-d3);
	--text-color: var(--blue-004);
	--text-color-alt: var(--orange-d5);
	--visit-btn-bg: var(--sw-button-secondary-bg);
	--visit-btn-bg-alt: var(--sw-button-secondary-bg-hover);
	--dropdown-menu-text: var(--white);
	--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);
}

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

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

.shared-detail .sv-share {
	margin: 0;
}

.shared-detail .sv-share-trigger {
	gap: 2px;
	align-items: baseline;
	padding: 0;
}

.shared-detail :is(.sv-share-trigger, .sv-share-trigger i) {
	color: var(--text-color);
	transition: color, var(--transition-appendix);
}

.shared-detail .sv-share-trigger i {
	font-size: 0.875rem;
}

.shared-detail .sv-share-trigger {
	font-size: 1rem;
}

@media (hover: hover) {
	.sv-share-trigger:hover {
		background-color: transparent;
	}

	.shared-detail :is(.sv-share-trigger:hover, .sv-share-trigger:hover i) {
		color: var(--text-color-alt);
	}
}

.shared-detail .detail-top {
	position: relative;
	padding: 40px 20px 6px;
	background-color: var(--background-color-accent);
}

.shared-detail .detail-top::before {
	content: '';
	display: block;
	pointer-events: none;
	background-image: url(../svg/leo-detail-topo.svg);
	background-repeat: no-repeat;
	height: 464px;
	width: 254px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.shared-detail .detail-top::after {
	content: '';
	display: block;
	pointer-events: none;
	background-color: var(--white);
	height: 150px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.shared-detail .detail-top-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.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 {
	display: inline-flex;
	align-items: center;
	position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 9px var(--space-5);
    color: var(--white);
	background-color: var(--blue-004);
	font-family: var(--font-family-body);
	font-size: 1rem;
	font-weight: var(--font-weight-normal);
	line-height: var(--leading-none);
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 1.3125rem;
	margin-right: var(--space-3);
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	padding: var(--space-5);
	background-color: var(--background-color-alt);
}

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

.shared-detail .detail-top .top-actions .trip-builder :is(.add,.remove) {
	font-weight: 600;
}


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

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

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

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

@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 {
	margin-bottom: 11px;
	font-family: var(--font-family-display);
	font-size: 2rem;
	font-weight: var(--font-weight-bold);
	line-height: 1.2;
	color: var(--text-color);
}

@media screen and (min-width: 375px) {
	.shared-detail .detail-top h1 {
		font-size: 2.25rem;
	}
}

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

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

.shared-detail .detail-top .action-item {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 0;
	margin: 0;
	padding: 7.5px 25px;
	font: var(--sw-button-shared-font);
	color: var(--sw-text-color);
	font-size: 0.9375rem;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	text-decoration: none;
	background-color: var(--visit-btn-bg-alt);
	border: 3px solid var(--visit-btn-bg-alt);
	transition: border var(--transition-appendix);
}

.shared-detail .detail-top .action-item::after {
    content: '\f0da';
    font-family: var(--fa-6-family);
    font-weight: 900;
    pointer-events: none;
    display: block;
    width: auto;
    height: auto;
    font-size: var(--sw-button-shared-icon-size);
    line-height: 0;
}

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

@media (hover: hover) {
	.shared-detail .detail-top .info-section .bottom-actions .action-item:hover {
		text-decoration: none; /*reboot.css override*/
		background-color: var(--visit-btn-bg-alt);
        color: var(--sw-button-secondary-color-hover);
        border: var(--sw-button-secondary-border-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 screen and (min-width: 40em) {
	.shared-detail .detail-top {
		padding: 40px 0 6px;
	}

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

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

@media screen and (min-width: 64em) {
	.shared-detail .detail-top {
		padding: 75px 20px 6px;
	}

	.shared-detail .detail-top::before {
		background-image: url(../svg/leo-detail-topo-desk.svg);
		height: 336px;
		width: 824px;
	}

	.shared-detail .detail-top::after {
		height: 215px;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count {
		padding: 18.5px 20px;
		font-size: 1.125rem;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count i {
		margin-right: 13px;
	}

	.shared-detail .sv-share-trigger {
		gap: 6px;
	}

	.shared-detail .detail-top h1 {
		margin-bottom: 14px;
		font-size: 2.25rem;
	}

	.shared-detail .detail-top .action-item {
		padding: 13.5px 24px;
		font-size: 1.0625rem;
	}
}

@media screen and (min-width: 90em) {
	.shared-detail .detail-top h1 {
		font-size: 3.25rem;
	}

	.shared-detail .detail-top::after {
		height: 358px;
	}
}

.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-inner {
	position: relative;
	max-width: 1170px;
	margin: 0 auto var(--space-8);
	padding: var(--space-5);
	background-color: var(--white);
}

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

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

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

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

.shared-detail .detail-info-bar ul.info-list li :is(div a, a),
.shared-detail .detail-info-bar ul li .two-line-wrap > *,
.shared-detail .detail-info-bar ul {
	color: var(--text-color);
	transition: color, var(--transition-appendix);
}

.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.info-list li :is(div a, a) {
	font-size: 1rem;
	color: var(--text-color);
}

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

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

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

.shared-detail .detail-info-bar .info-list .address-city-wrapper {
	display: flex;
	flex-direction: column;
} 

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

.shared-detail .detail-info-bar .social-icons a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--text-color-alt);
	font-size: var(--text-xl);
	transition: background-color, var(--transition-appendix);
}

.shared-detail .detail-info-bar .social-icons a i {
	font-size: 1.5rem;
	color: var(--white);
}

.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: 1134px;
	margin: 0 auto;
	padding: 0 20px;
	margin-bottom: 74px;
}

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

@media (hover: hover) {
	.shared-detail .detail-info-bar .social-icons a:hover {
		background-color: var(--sw-key-color);
	}

	.shared-detail .detail-info-bar ul.info-list li :is(div a, a):hover {
		color: var(--text-color-alt);
	}
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-info-bar ul.info-list li :is(div a, a),
	.shared-detail .detail-info-bar ul li .two-line-wrap > *,
	.shared-detail .detail-info-bar ul {
		font-size: 1.0625rem;
		color: var(--text-color);
	}

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

	.shared-detail .detail-info-bar ul.info-list li i {
		font-size: 1.125rem;
	}

	.shared-detail .detail-info-bar .social-icons a {
		height: 50px;
		width: 50px;
	}


}

.shared-detail .detail-drawers .drawer > .content {
	display: none;
	padding: 11px 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;
	background-color: var(--background-color);
	padding: var(--space-5) 0 12px;
	margin-bottom: var(--space-3);
	width: 100%;
	font-family: var(--font-family-display);
	font-size: 1.875rem;
	font-weight: var(--font-weight-bold);
	line-height: var(--leading-none);
	border-bottom: 2px solid var(--blue-004);
	color: var(--text-color);
}

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

.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 (hover: hover) {
	.shared-detail .detail-drawers .drawer-button:hover {
		color: var(--text-color-alt);
	}

	.shared-detail .detail-drawers .drawer-button:hover :is(i) {
		color: var(--text-color);
	}
}

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

	.shared-detail .detail-top-inner {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		max-width: 1300px;
		padding: 0 20px;
		margin: 0 auto;
	}

	.shared-detail .detail-top .detail-gallery {
		flex: 1 1 70%;
		flex: 1 0 56.75%;
	}
	
	.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-inner {
		display: flex;
		padding: 46px 20px 50px ;
		margin-bottom: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 var(--space-5);
		flex: 1;
	}
	
	.shared-detail .detail-drawers .drawer > .content {
		padding: 18px 0 16px;
		font-size: 1.1875rem;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		border-bottom: 1px solid var(--blue-004);
		padding: var(--space-5) 0 12px;
		margin-bottom: var(--space-3);
		font-size: 2.125rem;
	}
	
	.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: 56px 94px 44px 65px;
	}

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

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

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