/** Amenities/Meetings Tab ***/
.shared-detail .detail-drawers ul.amen-subtab,
.shared-detail .detail-drawers ul.meeting-subtab {
	margin-left: 0;
	list-style-type: none;
	margin-bottom: 30px;
}

.shared-detail .core-styles ul.amen-subtab:not([class*="block-grid-"]) > li,
.shared-detail .core-styles ul.meeting-subtab:not([class*="block-grid-"]) > li {
	line-height: 1.3;
	margin-bottom: 7px;
}

.shared-detail ul.amen-subtab > li > .description,
.shared-detail ul.meeting-subtab > li > .description {
	font-style: italic;
}

.shared-detail ul.amen-subtab > li > .value,
.shared-detail ul.meeting-subtab > li > .value {
	margin-left: auto;
}

.shared-detail .detail-drawers .content h6 {
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.shared-detail .detail-drawers .content h6 span:after {
	content: "";
	position: absolute;
	height: 10px;
	border-bottom: 1px solid var(--Ash);
	top: 0;
	width: 100%;
	margin-left: 10px;
}

.shared-detail .tab-button {
	display: none;
}

.shared-detail .yelp-hours {
	list-style: none;
	margin-left: 0;
}

.shared-detail .yelp-hours .day {
	font-weight: bold;
}

.shared-detail .subtab {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.shared-detail .item .inner {
	display: flex;
}

.shared-detail .item .img-cont {
	margin-right: 10px;
	max-width: 82px;
}

.shared-detail .item .img-cont img {
	width: 100%;
}

.shared-detail .offerItem .content-section h4,
.shared-detail .eventItem .content-section h4 {
	color: var(--Cabernet);
	font-family: 'Playfair Display';
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	line-height: 1.1;
	margin-bottom: 7px;
}

.shared-detail .offerItem .info-list,
.shared-detail .eventItem .info-list {
	font-size: 14px;
}

.shared-detail .offerItem .info-list li span,
.shared-detail .eventItem .info-list .info-list-label {
	font-style: italic;
}

.shared-detail .eventItem .dateInfo {
	font-size: 15px;
	text-transform: uppercase;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

#meetingfacilityTab .group > div {
	margin-bottom: 5px;
}

@media screen and (min-width: 40.063em) {
	.shared-detail .detail-drawers ul.amen-subtab,
	.shared-detail .detail-drawers ul.meeting-subtab {
		margin-bottom: 40px;
	}

	.shared-detail .detail-drawers .content .groups {
		display: grid;
		grid-template-columns: auto auto;
		gap: 0 45px;
		grid-gap: 0 45px;
	}

	.shared-detail .item .img-cont {
		margin-right: 25px;
		max-width: 164px;
	}
}

@media screen and (min-width: 64.063em) {
	.shared-detail .detail-drawers .content .groups {
		grid-template-columns: auto auto auto auto;
	}
}