.shared-detail {
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);
	--background-color: var(--grey-light);
	--background-color-alt: var(--gray-200);
	--text-color: var(--grey-dark);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropbdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--primary-color-700);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--blue);

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

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

.shared-detail .share-buttons {
	display: block;
	padding: 0px 25px 5px 0;
	vertical-align: top;
	margin-bottom: 3px;
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
	margin: 0;
	max-width: 1190px;
	padding: 0;
}

.shared-detail .detail-top .detail-gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 54%;
	overflow: hidden;
}

.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;
	left: 0px;
	padding: 9px 15px;
	color: var(--white);
	background-color: var(--blue);
	font-family: var(--sofia);
	font-size: 15px;
	font-weight: 500;
	line-height: var(--leading-none);
}

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

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 46%;
	padding: var(--space-5) 15px var(--space-10);
	z-index: 1;
	background-color: var(--background-color);
}

.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 {
	display: block;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	cursor: pointer;
	text-transform: lowercase;
	margin-bottom: 5px;
	font-size: 12px;
}
.shared-detail .detail-top .info-section .top-actions [data-tb-button]:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f004';
	font-weight: 900;
	margin-right: 5px;
	color: var(--red);
}

.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(--sofia);
	font-size: 42px;
	font-weight: 600;
	line-height: 48px;
	color: var(--text-color);
	margin-bottom: 5px;
}

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

.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: var(--text-base);
	font-weight: 400;
	line-height: var(--leading-tight);
	padding: var(--space-2) var(--space-8);
	background-color: var(--visit-btn-bg);
	color: var(--text-color-alt);
	border-radius: var(--rounded-full);
	margin: 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);
	}
}

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

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	z-index: 9;
	margin: var(--space-16) 0 0 0;
	padding: var(--space-3) var(--space-4);
	color: var(--dropbdown-menu-text);
	background-color: var(--background-color);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
}

.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-top .info-section .bottom-actions .dropdown-menu a i {
	color: var(--blue);
}

.shared-detail .detail-top .info-section .categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: var(--text-lg);
	margin-top: var(--space-4);
}

.shared-detail .detail-top .info-section .categories a {
	font-family: var(--font-family-body);
}

.shared-detail .detail-info-bar {
	max-width: 1000px;
	margin: 0 auto 0;
	padding: 18px 15px 18px;
}

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

.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: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	list-style: none;
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}
.shared-detail .detail-info-bar ul li a {
	font-family: var(--font-family-body);
}

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

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

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

.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 .open-table p {
	font-style: italic;
}

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: 10px;
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 14px;
	border: 1px solid var(--blue);
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 50%;
	color: var(--blue);
}
.shared-detail .detail-info-bar .social-icons a i {
	line-height: 36px;
}

.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 .description {
	max-width: 1000px;
	margin: 0 auto var(--space-1);
	padding: 0 15px 7px;
}
.shared-detail .description p {
	font-size: 17px;
	line-height: 25px;
}

.shared-detail .threshold-container {
	padding: 0 10px;
	margin: 0 auto 16px;
	max-width: 800px;
}

.shared-detail .detail-drawers {
	max-width: 1160px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
	padding: 0 15px;
}
.shared-detail .detail-drawers .description {
	padding: 0;
	margin: 0;
}

.shared-detail .reviews-provider-header {
	margin-top: 0;
}
.shared-detail .provider-yelp .review {
	display: flex;
}
.shared-detail .provider-yelp .review .review-meta {
	width: 100px;
	min-width: 100px;
	margin-right: var(--space-5);
}
.shared-detail .tripadvisor-snippet {
	margin-bottom: var(--space-1);
	display: inline-block;
}
.shared-detail .tripadvisor-snippet img {
	margin-left: -8px;
	margin-bottom: -12px;
}
.shared-detail .tripadvisor-snippet .reviews-rating-line-text {
	font-size: 12px;
	color: var(--grey);
}

.shared-detail .tripadvisor-pane .tripadvisorHeader {
	margin-bottom: var(--space-6);
}
.shared-detail .tripadvisor-pane .tripadvisorHeader .ranking {
	font-family: var(--sofia);
	font-weight: 600;
	margin-bottom: 10px;
}
.shared-detail .tripadvisor-pane .tripadvisorHeader .ta-logo {
	width: 150px;
	margin-left: -10px;
}
.shared-detail .tripadvisor-pane .review {
	margin-bottom: 15px;
}
.shared-detail .tripadvisor-pane .reviewText {
	font-size: 14px;
	margin-bottom: 10px;
}
.shared-detail .tripadvisor-pane .reviewTitle {
	font-family: var(--sofia);
	font-weight: 700;
	margin-left: -2px;
	font-size: 16px;
}
.shared-detail .tripadvisor-pane .reviewScore {
	margin-left: -15px;
}

.shared-detail .yelp-snippet .yelp-top {
	display: flex;
	align-content: center;
}
.shared-detail .yelp-snippet .yelp-top > img {
	height: 14px;
	margin: 8px 10px 0 0;
}
.shared-detail .yelp-snippet .yelp-top a img {
	height: 24px;
}
.shared-detail .yelp-snippet .yelp-bottom {
	line-height: 10px;
	margin-bottom: var(--space-1);
}
.shared-detail .yelp-snippet .yelp-review-count,
.shared-detail .yelp-snippet .yelp-price {
	font-size: 10px;
	color: var(--grey);
	font-family: var(--sofia);
	font-weight: 700;
}
@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 .drawers > dd {
	margin-bottom: 0;
}
.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: transparent;
	padding: var(--space-5) 0;
	margin-bottom: 0;
	width: 100%;
	font-family: var(--sofia);
	font-weight: 600;
	font-size: 22px;
	line-height: var(--leading-none);
	color: var(--grey-dark);
	border-bottom: 1px solid var(--grey-alt-1);
}

.shared-detail .detail-drawers dd#amenitiesTab button.drawer-button {
	display: none;
}
.shared-detail .detail-drawers .drawer-button i {
	font-size: var(--text-lg);
	margin-left: auto;
	margin-bottom: -4px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	line-height: 44px;
	background-color: var(--blue);
	color: var(--white);
}

.shared-detail .detail-drawers .drawers .item h4 {
	font-family: var(--sofia);
	font-weight: 700;
	font-size: 20px;
}
.shared-detail .detail-drawers .drawers .item .shared-action-items {
	text-transform: lowercase;
}

.shared-detail .detail-drawers #mapTab a {
	text-transform: lowercase;
	color: var(--blue);
	margin-top: var(--space-2);
	display: block;
}
.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);
}

@media (max-width: 640px) {
	.shared-detail .detail-top .info-section .bottom-actions .btn-cont > *:nth-child(1) {
		margin-bottom: 15px;
	}
}

@media (min-width: 40em) {
	.shared-detail {
		margin: 0 auto;
	}
	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
		margin: 95px auto;
		max-width: 1190px;
		padding: 0 10px;
	}
	.shared-detail .detail-top h1 {
		font-size: 55px;
		line-height: var(--leading-none);
		margin-bottom: var(--space-2);
	}
	.shared-detail .detail-top-wrapper {
		position: relative;
	}
	.shared-detail .detail-top::before {
		content: '';
		background-color: var(--background-color);
		width: calc(100% - 300px);
		height: calc(100% + 2*95px);
		position: absolute;
		right: 0;
		top: -95px;
		max-width: 1400px;
	}
	.shared-detail .detail-top .detail-gallery {
		border-radius: 6px;
		box-shadow: 4px 5px 20px 8px rgb(0 0 0 / 23%);
	}
	.shared-detail .detail-top .detail-gallery .gallery-count {
		bottom: 26px;
		left: 0px;
		padding: 9px 15px;
		font-size: 15px;
	}
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: var(--space-5) 15px;
		background-color: transparent;
	}

	.shared-detail .detail-top .info-section .bottom-actions {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.shared-detail .detail-top .info-section .bottom-actions .btn-cont {
		display: flex;
		justify-content: space-between;
	}
	.shared-detail .detail-top .info-section .bottom-actions .btn-cont > *:nth-child(1) {
		margin-right: 15px;
	}
	.shared-detail .detail-top .info-section .top-actions [data-tb-button] {
		font-size: 16px;
	}
	.shared-detail .detail-info-bar .social-icons a {
		font-size: 16px;
		width: 46px;
		height: 46px;
	}
	.shared-detail .detail-info-bar .social-icons a i {
		line-height: 46px;
	}
	.shared-detail .detail-info-bar {
		display: flex;
		padding: var(--space-20) 0 var(--space-12);
		margin: 0 auto 0;
	}
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 var(--space-5);
		flex: 1;
	}
	.shared-detail .detail-info-bar ul li {
		margin-bottom: var(--space-3);
	}
	.shared-detail .detail-drawers .drawers > dd {
		margin-bottom: var(--space-10);
	}
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: var(--space-10) var(--space-16);
	}

	.shared-detail .detail-drawers #amenitiesTab button.drawer-button {
		display: none;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: var(--space-5) 0;
		margin-bottom: var(--space-3);
		font-size: 42px;
	}

	.shared-detail .description {
		margin: 0 auto 45px;
	}
	.shared-detail .description p {
		font-size: 18px;
		line-height: 28px;
	}

	.shared-detail .threshold-container {
		margin-bottom: 61px
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-drawers .social-cont {
		flex: 1;
		max-width: 500px;
		padding: 0 var(--space-2);
	}
}

@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: var(--space-5) 0 var(--space-5) var(--space-12);
	}
	.shared-detail .detail-drawers .active #socialFeedsTab {
		display: flex;
		justify-content: space-between;
	}

	.shared-detail .detail-drawers #socialFeedsTab > div {
		flex: 1;
	}
}

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

/* Restaurant Week */

.shared-detail.isRweek .detail-top h1 {
	font-size: 42px;
	font-weight: 800;
}

.shared-detail.isRweek .shared-button-mega {
	font-size: 14px;
    padding: 10px 40px 10px 20px;
    transition: .4s;
    font-weight: 700;
}

.shared-detail.isRweek .shared-button-mega:after {
	top: calc(50% - 10px);
	right: 12px;
	width: 22px;
	height: 23px;
	background-size: 12px;
}

.shared-detail.isRweek .detail-info-bar .split-pane {
	flex: auto;
}

.shared-detail.isRweek .detail-info-bar ul li a {
	font-weight: 400;
}

.shared-detail.isRweek .split-pane.custom {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.shared-detail.isRweek .split-pane.custom div {
	order: 2;
}

.shared-detail.isRweek .split-pane.custom .open-table {
	order: 1;
}

.shared-detail.isRweek .hidden {
	display: none;
}

.shared-detail .restaurant-week {
    display: grid;
    grid-template-columns: 40% 1fr;
    max-width: 1160px;
    margin: 0 auto 0;
    padding: 0 var(--space-12) var(--space-10) 100px;
}

.shared-detail .restaurant-week .left-column {
	padding-right: 15px;
}

.shared-detail .restaurant-week .content {
	padding-bottom: 16px;
}

.shared-detail .restaurant-week .label { 
	padding-right: 5px;
	font-weight: bold;
	font-size: 17px;
}

.shared-detail .restaurant-week .label.region {
	display: block;
}

.shared-detail .restaurant-week .addtl {
	padding-bottom: 20px;
}

.shared-detail .restaurant-week .menu-options,
.shared-detail .restaurant-week .general-options {
	display: flex;
	flex-wrap: wrap;
}

.shared-detail .restaurant-week .description {
	font-size: 17px;
	padding: 0;
	text-transform: capitalize;
	white-space: break-spaces;
}

.shared-detail .restaurant-week h4 {
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 10px;
}

.shared-detail .restaurant-week li { 
	list-style: none;
	display: flex;
	flex-direction: column;
}

.shared-detail .restaurant-week .menu-options li { 
	display: unset;
}

.shared-detail .restaurant-week .menu-options li:first-child {
	flex-basis: 100%;
}

.shared-detail .restaurant-week .general-options li { 
	flex-direction: unset;
	white-space: nowrap;
}

.shared-detail .restaurant-week .general-options li:first-child { 
	flex-basis: 100%;
}

.shared-detail.isRweek .restaurant-week .description { 
	margin: 0;
}

/* .shared-detail .restaurant-week li:not(:nth-child(1)):after { 
	content: ", \00a0"
} */

.shared-detail.isRweek .restaurant-week .general-options span::after,
.shared-detail.isRweek .restaurant-week .menu-options span::after {
	content: ", "
}

.shared-detail.isRweek .restaurant-week .general-options li:nth-child(1) span::after,
.shared-detail.isRweek .restaurant-week .general-options li:last-of-type span::after,
.shared-detail.isRweek .restaurant-week .menu-options li:nth-child(1) span::after,
.shared-detail.isRweek .restaurant-week .menu-options li:last-of-type span::after {
	display: none;
}

.shared-detail .restaurant-week li:last-of-type:after { 
	content: ""
}

.shared-detail .restaurant-week .options .rweek-subtab { 
	display: inline-flex;
}

.shared-detail .restaurant-week .hours li {
	display: flex;
	flex-direction: column;
}

.shared-detail .restaurant-week .hours .description {
	margin: 0;
}

.shared-detail .restaurant-week .general-wrapper { 
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.shared-detail .restaurant-week .general-wrapper div { 
	display: flex;
	flex-flow: wrap;
}

.shared-detail .restaurant-week .general-wrapper div:not(:first-child) h5 {
	display: none;
}

.shared-detail .restaurant-week .general-wrapper li { 
	list-style: none;
}

.shared-detail .restaurant-week .general-wrapper span .description:after { 
	content: ", \00a0 "
}

.shared-detail .restaurant-week .general-wrapper span:last-of-type .description:after { 
	content: ""
}

/*right column*/

.shared-detail .restaurant-week .right-column {
    position: relative;
    display: flex;
    flex-direction: column;
	background-color: #f4f4f4;
    color: black;
	border-radius: 8px;
    padding: var(--space-8) var(--space-6);
	margin-bottom: var(--space-6);
	border: 1px solid #2176cc
}

.shared-detail .restaurant-week .right-column h5.dinner-label {
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 20px;
}

.shared-detail .restaurant-week .right-column .rweek-subtab li:nth-child(odd) {
	font-weight: bold;
	text-decoration: underline;
}

.shared-detail .restaurant-week .right-column .rweek-subtab li:nth-child(even) {
	padding-bottom: 30px;
}

.shared-detail .restaurant-week .right-column .rweek-subtab li:last-child {
	font-weight: unset;
	text-decoration: none;
}

.shared-detail .restaurant-week .right-column .rweek-subtab li:nth-child(even) .description {
	font-size: 15px;
	white-space: break-spaces;
}

.shared-detail .restaurant-week .right-column li:after {
	content: ""
}

.shared-detail .right-column .dinner-label.hidden {
	display: none;
}

@media (max-width: 1180px) {
	.shared-detail .restaurant-week {
		padding: 0 var(--space-12) var(--space-10) var(--space-5);
	}
}

@media (max-width: 750px) {
	.shared-detail .restaurant-week {
		display: flex;
		flex-flow: column-reverse;
		margin: 0 auto 0;
		padding: 0 var(--space-12) var(--space-10) var(--space-5);
		text-align: -webkit-left;
	}

	.shared-detail .restaurant-week h4 {
		font-size: 23px;
		font-weight: 700;
		padding-bottom: 10px;
	}

	.shared-detail .restaurant-week .general-wrapper div {
		display: unset;
	}
}

@media (max-width: 640px) {
	.shared-detail.isRweek .detail-top h1 {
		font-size: 30px;
	}

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

	.shared-detail.isRweek .detail-top h1 {
		padding-bottom: 10px;
	}
}
