.shared-detail {
	margin: 0 auto 40px;
	padding:  15px 20px 20px;
	max-width: 1200px;
}

@media (min-width: 320px) and (max-width: 768px) {
	.shared-detail {
		margin: 50px auto 40px;
	}
}

.share-buttons {
	display: none;
	/* Hide the share button before its added onto page */
}

.shared-detail .back-button {
	font: normal 400 18px/1.4em var(--font-family-body);
	color: var(--primary-highlight-color);
	margin-bottom: 10px;
	display: block;
}

.shared-detail .share-buttons {
	display: block;
	padding-bottom: 0.04em;
}

.shared-detail .detail-top h1,
.shared-detail .detail-top .title-panel h1 {
	color: var(--quaternary-highlight-color);
	font-size: 40px;
	font-family: var(--font-family-heading);
	font-weight: 700;
	font-style: normal;
	line-height: 46px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.shared-detail .detail-top .title-panel h1 {
	min-height: 46px;
}

@media (min-width: 320px) and (max-width: 1023px) {
	.shared-detail .back-button {
		text-align: left;
	}
	.shared-detail .detail-top h1,
	.shared-detail .detail-top .title-panel h1 {
		font-size: 34px;
		line-height: 36px;
	}
}

.shared-detail dl,
.shared-detail dt,
.shared-detail dd {
	font: normal 400 1rem/normal var(--font-family-body);
	line-height: 1.5em;
	color: var(--primary-strong-color);
	margin-bottom: 0;
	/* foundation overwrite */
}

.shared-detail div.active button {
	color: var(--primary-highlight-color);
}

.shared-detail dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .content-panel.desktop dt {
	font-size: 20px;
}

.shared-detail .detail-top .info-panel,
.shared-detail .detail-top .priority-info {
	margin-bottom: 20px;
}

.shared-detail .detail-top .menu-price {
	margin-bottom: 10px;
	font: normal 500 18px/1.4em var(--font-family-body);
}

.shared-detail .detail-top .menu-price i.forty {
	color: var(--medium-blue);
}

.shared-detail .detail-top .menu-price i.sixty {
	color: var(--gold);
}

.shared-detail .detail-top .bottom-actions {
	display: flex;
	align-items: center;
	margin-top: 10px;
	min-height: 42px;
}

body.magicaldining .shared-detail .detail-top .bottom-actions {
	margin-top: unset;
}

.shared-detail .offer-type p {
	margin-top: 20px;
	margin-bottom: 0;
	font-family: var(--font-family-heading);
	font-size: 1.3rem;
	text-transform: uppercase;
}

.shared-detail .offer-headline h1 {
	min-height: 32px;
	text-transform: uppercase;
}

@media (max-width: 1023px) {
	.shared-detail .offer-headline h1 {
		font-size: 34px;
		line-height: 36px;
	}
	.shared-detail .offer-type p {
		margin-bottom: 5px;
		font-size: 1.125rem;
	}
}

.shared-detail .detail-top .info-panel ul {
	font: normal 400 18px/1.4em var(--font-family-body);
	margin: 0;
	list-style: none;
}

body.magicaldining .shared-detail .detail-top .info-panel ul.social-icons {
    margin-bottom: 5px;
}

.shared-detail .detail-top .info-panel ul li {
	display: flex;
	align-items: baseline;
}

.shared-detail .detail-top .info-panel ul li .two-line-wrap>* {
	display: block;
}

.shared-detail .detail-top .info-panel ul li .two-line-wrap a {
	text-decoration: underline;
	color:  var(--primary-highlight-color);
}

.shared-detail .detail-top .info-panel ul li .two-line-wrap a:hover {
	text-decoration: none;
}

.shared-detail .detail-top .info-panel ul li .meta-label {
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-top .info-panel ul.info-list li i {
	margin-right: 5px;
	width: 18px;
	font-size: 16px;
}

.shared-detail .detail-top .info-panel .bottom-actions .action-item,
.shared-detail .detail-top .custom-col .content-panel.desktop .ticket-url,
.shared-detail .detail-top .custom-col .content-panel.mobile .ticket-url {
	font: normal 400 24px var(--font-family-body);
	color: var(--primary-highlight-color);
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: 700;
	display: inline-block;
	line-height: 32px;
	letter-spacing: 0.015em;
}

body.magicaldining .shared-detail .detail-top .info-panel .bottom-actions .action-item {
	margin-right: 25px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
}

body.magicaldining .shared-detail .detail-top .favorite-share .action-item a i {
	font-size: 24px;
	margin-top: 3px;
	margin-right: 15px;
}

.shared-detail .detail-top .info-panel .bottom-actions .action-item.print {
	display: none;
}

.shared-detail .detail-top .gallery.desktop,
.shared-detail .content-panel.desktop,
.shared-detail .priority-info.desktop,
.shared-detail .detail-panes.desktop,
.shared-detail .detail-top .ticket-url.desktop {
	display: none;
}

.shared-detail .content-panel.desktop p span a {
	color: var(--primary-highlight-color) !important;
}

.shared-detail .detail-top .ticket-url {
	font: normal 400 30px var(--font-family-body);
	color: var(--primary-color);
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: 700;
	display: inline-block;
}

.shared-detail .detail-top .ticket-url span {
	padding-right: 5px;
	color: var(--primary-highlight-color);
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.015em;
}

.shared-detail .detail-top .ticket-url .fas.fa-ticket-alt {
	color: var(--primary-highlight-color);
	transform: rotate(45deg);
}

.shared-detail .detail-top .detail-gallery {
	position: relative;
	flex: 1 1 50%;
	margin-bottom: 30px;
	min-height: 183px;
}

.shared-detail .detail-top .detail-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1.53/1;
}

.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: 15px 20px;
	color: var(--secondary-color);
	background-color: rgba(0, 0, 0, .4);
	font: normal 400 18px/1.4em var(--font-family-body);
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 16px;
	margin-right: 5px;
}

.shared-detail .content-panel p,
.shared-detail .content-panel dt {
	color: var(--primary-strong-color);
	font-size: 20px;
	font-family: var(--font-family-body);
	font-style: normal;
	line-height: 1.5em;
}

.shared-detail .content h5 {
	font-family: var(--font-family-body);
}

.shared-detail .favorites-social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.shared-detail .favorites-social>* {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	margin-right: 20px;
	margin-bottom: 30px;
}

.shared-detail .favorites-social .tripbuilder a {
	margin-bottom: 2px;
	font: normal 400 18px/1.4em var(--font-family-heading);
	color: var(--primary-highlight-color);
	text-transform: uppercase;
}

.shared-detail .favorites-social .tripbuilder span {
	margin-right: 20px;
}

@media (max-width: 449px) {
	.shared-detail .favorites-social {
		flex-direction: column;
		align-items: flex-start;
	}

	.shared-detail .favorites-social .tripbuilder span {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.shared-detail .favorites-social>* {
		margin-bottom: 10px;
	}

	.shared-detail .favorites-social .socialShare {
		height: 35px;
		width: 100px;
	}
}

@media (min-width: 346px) and (max-width: 449px) {
	.shared-detail .favorites-social .tripbuilder span:last-of-type {
		max-width: fit-content;
	}
}

.shared-detail .favorites-social .tripbuilder span:last-of-type {
	display: inline-block;
	margin-right: 0;
}

.social-icons .fab {
	color: var(--primary-highlight-color);
}

.shared-detail .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
	margin-bottom: 34px;
	line-height: 1.4;
}

.shared-detail .social-icons li {
	margin-right: 10px;
	font: normal 400 18px/1.4em var(--font-family-body);
	color: var(--quaternary-highlight-color);
}

.shared-detail .social-icons a {
	font: normal 400 18px/1.4em var(--font-family-body);
	color: var(--quaternary-highlight-color);
}

.shared-detail button.drawer-button {
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 12px;
	position: relative;
	background: transparent;
	color: var(--quaternary-highlight-color);
	padding: 0 0 5px;
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 18px;
}

.shared-detail button.drawer-button:focus {
	outline: none;
}

.shared-detail button.drawer-button>i {
	transform: rotate(-90deg);
	transition: transform .3s ease;
}

.shared-detail .active button.drawer-button>i {
	transform: rotate(0);
}

.shared-detail .detail-panes > .drawers > dl > .content,
.shared-detail .detail-panes > .drawers > div > .content {
	display: none;
}
.shared-detail .detail-panes > .drawers > div.active > .content {
	display: block;
}

.shared-detail .detail-panes > .drawers video {
	width: 100%;
}

.shared-detail .gMapContainer .gMapHolder {
	height: 280px;
	margin-bottom: 10px;
}

.shared-detail .tripadvisor-panes .tripadvisorHeader {
	margin-bottom: 10px;
}

.shared-detail .tripadvisor-panes .tripTop {
	display: flex;
	justify-content: space-between;
}

.shared-detail .tripadvisor-snippet h4 {
	font-family: var(--font-family-body);
}

.shared-detail .tripadvisor-panes .tripadvisor-snippet.inner {
	margin-top: 5px;
}

.shared-detail .tripadvisor-panes .tripadvisor-snippet.inner a {
	text-decoration: none;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line {
	margin-left: -8px;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line a {
	height: 20px;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line img {
	min-height: 20px;
}

.shared-detail .tripadvisor-panes .tripadvisor-snippet .reviews-rating-line-text a {
	font-size: 14px;
	text-decoration: underline;
}

.shared-detail .tripadvisor-panes .tripadvisor-snippet .reviews-rating-line-text a:hover {
	text-decoration: none;
}

.shared-detail .tripadvisor-panes .tripadvisorReviews {
	margin-top: 15px;
	font-family: var(--font-family-body);
}

.shared-detail .tripadvisor-panes .ranking,
.shared-detail .tripadvisor-panes .latestReviews {
	font-size: 18px;
	font-weight: 600;
}

@media screen and (max-width: 799px) {
	.shared-detail .tripadvisor-panes .ranking {
		margin-right: 5%;
	}
}

.shared-detail .tripadvisor-panes .tripTop .taLogo {
	max-width: 150px;
	margin-left: 20px;
}

.shared-detail .tripadvisor-panes .review {
	margin-bottom: 15px;
}

.shared-detail .tripadvisor-panes .reviewText {
	margin: 12px 0;
	font-family: var(--font-family-body);
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
}

.shared-detail .tripadvisor-panes .reviewTitle {
	font-family: var(--font-family-heading);
	margin-left: -2px;
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.shared-detail .tripadvisor-panes .reviewUser,
.shared-detail .tripadvisor-panes .reviewLocation,
.shared-detail .tripadvisor-panes .reviewDate {
	margin: 2px 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}

.shared-detail .tripadvisor-panes .reviewScore {
	margin-top: 5px;
	margin-left: -15px;
}

.shared-detail .tripadvisor-panes .reviewInfo {
	margin: 10px 0 30px 0;
}

.shared-detail .tripadvisor-panes .fullReview,
.shared-detail .tripadvisor-panes .taUrl,
.shared-detail .tripadvisor-panes .writeUrl {
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-highlight-color);
	text-decoration: underline;
}

.shared-detail .tripadvisor-panes .fullReview:hover,
.shared-detail .tripadvisor-panes .taUrl:hover,
.shared-detail .tripadvisor-panes .writeUrl:hover {
	color: var(--primary-highlight-color);
	text-decoration: none;
}

.shared-detail .detail-panes .yelp-reviews {
	margin-bottom: 30px;
}

.shared-detail .detail-panes .yelp-reviews .review-meta {
	padding-left: 0;
}

.shared-detail .detail-panes .yelp-reviews div {
	font: normal 400 20px/normal var(--font-family-body);
}

.shared-detail .detail-panes .yelp-reviews .reviews-rating-line>a {
	text-decoration: none;
}

@media (min-width: 50em) {
	.shared-detail .detail-top {
		display: flex;
		flex-wrap: wrap;
	}

	.shared-detail .detail-top .title-panel {
		width: 100%;
	}

	.shared-detail .detail-top .custom-col {
		width: 50%;
	}

	.shared-detail.listings .detail-top>div:nth-child(2),
	.shared-detail.events .detail-top>div:nth-child(2),
	.shared-detail.offers .detail-top>div:nth-child(1) {
		padding-right: 20px;
	}

	.shared-detail.listings .detail-top>div:nth-child(3),
	.shared-detail.events .detail-top>div:nth-child(3),
	.shared-detail.offers .detail-top>div:nth-child(2) {
		padding-left: 20px;
	}

	.shared-detail .detail-top .info-panel .bottom-actions .action-item.print {
		display: inline-block;
	}

	.shared-detail .detail-top .gallery.mobile,
	.shared-detail .content-panel.mobile,
	.shared-detail .priority-info.mobile,
	.shared-detail .detail-panes.mobile,
	.shared-detail .detail-top .ticket-url.mobile {
		display: none;
	}

	.shared-detail .detail-top .gallery.desktop,
	.shared-detail .content-panel.desktop,
	.shared-detail .priority-info.desktop,
	.shared-detail .detail-panes.desktop,
	.shared-detail .detail-top .ticket-url.desktop {
		display: block;
	}

	.shared-detail .detail-panes.desktop .drawers {
		min-height: 604px;
	}

	.shared-detail .detail-top .gallery.desktop .detail-gallery {
		height: auto;
		min-height: 235px;
	}

	.shared-detail .detail-top .gallery.mobile .detail-gallery img {
		height: 230px;
		min-height: 230px;
	}

	.shared-detail .detail-top .gallery {
		flex: 1 1 50%;
	}
}

.shared-detail .menu {
	margin-bottom: 48px;
}

.shared-detail .menu .menu-group {
	margin-bottom: 1.25rem;
}

.shared-detail .menu .menu-group .menu-item {
	margin-bottom: 1.25rem;
}

.shared-detail .menu header {
	display: flex;
	align-items: center;
	gap: 20px;
}

.shared-detail .italic-text {
	font-style: italic;
}

.shared-detail .dish-description {
	margin-bottom: unset;
}

.shared-detail .menu .diets {
	display: flex;
	align-items: center;
	gap: 8px;
}

.shared-detail .menu :is(h2, h3) {
	font-family: var(--font-family-heading);
	font-weight: 700;
	text-transform: uppercase;
}

.shared-detail .menu h4 {
	margin: 0;
	font-family: var(--font-family-body);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.6;
}

.shared-detail .menu p.no-marg {
	margin-bottom: 0;
}

.shared-detail .menu .diet-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.shared-detail .menu .diet-icon[data-diet="Gluten Free"] {
	background-image: url(/includes/client_public/assets/shared/md-icon-gf.png);
}

.shared-detail .menu .diet-icon[data-diet="Vegan"] {
	background-image: url(/includes/client_public/assets/shared/md-icon-vg.png);
}

.shared-detail .menu .diet-icon[data-diet="Vegetarian"] {
	background-image: url(/includes/client_public/assets/shared/md-icon-v.png);
}

.shared-detail .menu .disclaimer {
	padding-top: 48px;
}

.shared-detail .deets {
	margin-bottom: 32px;
}

.shared-detail .deets h2 {
	font-family: var(--font-family-heading);
	font-weight: 700;
	text-transform: uppercase;
}

.shared-detail .deets .deet {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 48px;
	font-family: var(--font-family-body);
	padding: 8px 0;
	border-bottom: 1px solid var(--primary-strong-color);
}

.shared-detail .deets .deet:first-child {
	border-top: 1px solid var(--primary-strong-color);
}

.shared-detail .deet dt {
	font-weight: 400;
}

.shared-detail .md-alert {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 24px;
	background-color: var(--secondary-background-color);
	color: var(--secondary-color);
	margin-bottom: 32px;
}

.shared-detail .md-alert p {
	margin: 0;
	font-size: 1.2rem;
}

.shared-detail .md-alert .icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--secondary-background-color);
	color: var(--gray);
	border-radius: 50%;
	font-size: 1.4rem;
}

/*
T502488 - per client, leave this unstyled (default link styles cascade)
.shared-detail .tripbuilder a {
}
*/

.shared-detail .tabs-header {
	display: flex;
	gap: 32px;
	margin-bottom: 32px;
}

.shared-detail .tabs-header button {
	padding: 0;
	margin: 0;
	background: none;
	font-family: var(--font-family-body);
	font-size: 1.2rem;
	color: var(--primary-strong-color);
}

.shared-detail .tabs-header button[data-open="true"] {
	color: var(--secondary-background-color);
}

.shared-detail .media-gallery {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 64px;
}

.shared-detail .media-gallery img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.shared-detail .media-gallery .nav {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: calc(100% - 90px);
}

.shared-detail .media-gallery .nav button {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 45px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-100%);
}

.shared-detail .media-gallery .nav button::before {
	color: var(--primary-strong-color);
}

.shared-detail .media-gallery .nav button.slick-next {
	left: auto;
	right: 0;
	transform: translateX(100%);
}

.shared-detail .media-gallery .nav .slick-slide {
	padding: 0 6px;
}

.shared-detail .res-socialshare {
	display: flex;
	align-items: center;
}

.shared-detail .res-socialshare .reservation,
.shared-detail .detail-top .info-panel .bottom-actions .action-item[data-visit-website] {
	background-color: var(--secondary-background-color);
	padding: 5px 15px;
	font: normal 400 18px/1.4em var(--font-family-body);
	color: var(--secondary-color);
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 6px;
}

.shared-detail .res-socialshare .bottom-reservation {
	display: block;
	max-width: max-content;
	margin: 0 auto 50px;
}

.shared-detail .res-socialshare .socialShare {
	margin-bottom: 15px;
}

.shared-detail .socialShare {
	margin-right: 15px;
}

body.magicaldining .shared-detail .socialShare {
	margin-right: unset;
}

.shared-detail .favorite-share {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.shared-detail .favorite-share .tripbuilder {
	position: relative;
	bottom: 2px;
}

.shared-detail .favorite-share .tripbuilder a {
	font-size: 24px;
}

.shared-detail .favorite-share .socialShare .sv-share-trigger {
	padding-inline: 0;
}

.shared-detail .favorite-share a .far.fa-heart,
.shared-detail .favorite-share a .fas.fa-heart {
	margin-right: 15px;
	color: #eb2328;
}

.shared-detail .back-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shared-detail .back-button {
	justify-content: flex-start;
	width: 50%;
}

@media (max-width: 799px) {
	body.magicaldining .shared-detail {
		margin: 0px auto 40px;
	}
	.shared-detail .favorite-share {
		margin-bottom: 10px;
	}
	.shared-detail .back-button {
		position: relative;
		bottom: 2px;
		justify-content: flex-start;
		width: 50%;
	}
	.shared-detail .back-share {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 30px;
		margin-bottom: 10px;
	}
}

.shared-detail .res-socialshare .social-icons {
	margin-bottom: 15px !important;
}

.magicaldining .share-buttons .socialshare_toolbox a {
	color: var(--secondary-background-color);
	font-weight: 400;
}

.magicaldining .share-buttons .socialshare_toolbox a .fas {
	color: var(--gray);
}