/** Ameneties/Meetings Tab ***/
.shared-detail ul.amen-subtab > li,
.shared-detail ul.meeting-subtab > li {
	display: flex;
	padding: 10px;
	margin: 0;
	max-width: 100%;
}

.shared-detail ul.amen-subtab > li > .value,
.shared-detail ul.amen-subtab > li > .value-array,
.shared-detail ul.meeting-subtab > li > .value,
.shared-detail ul.meeting-subtab > li > .value-array {
	margin-left: auto;
}

.shared-detail .detail-drawers ul.amen-subtab,
.shared-detail .detail-drawers ul.meeting-subtab {
	background-color: #fff;
	margin-left: 0;
	list-style-type: none;
	margin-bottom: var(--space-4);
}

.shared-detail .detail-drawers #meetingfacilityTab h5,
.shared-detail .detail-drawers #amenitiesTab h5{
	font-weight: bold;
	margin-bottom: 8px;
	color: var(--purple);
}

.shared-detail .detail-drawers ul.amen-subtab > li:nth-child(odd),
.shared-detail .detail-drawers ul.meeting-subtab > li:nth-child(odd) {
	background: #f4f6f7;
}

.shared-detail .detail-drawers dl.drawers dd.active .subtab .content {
	display: none;
}

.shared-detail .detail-drawers dl.drawers dd.active .subtab .content.active {
	display: block;
	width: 100%;
}

.shared-detail dd.active > .tab-button {
	background-color: var(--orange);
	color: white;
}

.shared-detail .detail-drawers dl.drawers dd.active a:hover {
	text-decoration: none;
}

.shared-detail .tab-button {
	background-color: #fff;
	border: 1px solid var(--orange);
	margin-right: 10px;
	margin-bottom: var(--space-5);
	padding: 8px 10px;
	color: var(--orange);
	font-weight:  var(--font-weight-medium);
	letter-spacing: .2em;
	font-size: 14px;
	text-transform: uppercase;
}

.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 .img-cont img {
	width: 100%;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

.shared-detail :is(.eventItem, .offerItem) .img-cont img {
	margin-bottom: 12px;
	max-width: 320px;
}

.shared-detail :is(.eventItem, .offerItem) h4 {
	font-weight: var(--font-weight-bold);
}

@media screen and (min-width: 1024px) {
	.shared-detail .item .inner {
		display: flex;
	}

	.shared-detail .item .img-cont {
		margin-right: 25px;
	}
}