/** Ameneties/Meetings Tab ***/
.shared-detail ul.amen-subtab li ul,
.shared-detail ul.meeting-subtab li ul {
	margin-top: 10px;
}

.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 span:first-of-type,
.shared-detail ul.meeting-subtab > li span:first-of-type {
	margin-right:15px;
}

.shared-detail ul.amen-subtab > li > .value,
.shared-detail ul.meeting-subtab > li > .value{
	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;
}

.shared-detail .detail-drawers ul.amen-subtab > li:nth-child(odd),
.shared-detail .detail-drawers ul.meeting-subtab > li:nth-child(odd) {
	background: #f4f5f5;
}

.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 .detail-drawers .subtab h5,
.shared-detail .detail-drawers .subtab h5 {
	padding: 15px 0;
	font-weight: 600;
	color: var(--darker-gray);
}

.shared-detail dd.active > .tab-button {
	background-color: var(--red);
	color: white;
}

.shared-detail .detail-drawers dl.drawers dd.active a:hover {
	text-decoration: none;
}

.shared-detail .tab-button {
	background-color: #fff;
	color: var(--red);
	border: 1px solid var(--red);
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
}

.shared-detail .detail-info-bar .yelp-snippet {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
    margin-bottom: 15px;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-rating {
	max-width: 95px;
	display: inline-block;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-logo img {
	max-width: 45px;
	display: inline-block;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-top {
	margin-right: 10px;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-bottom {
	font-family: var(--font-family-body);
	color: var(--darker-gray);
	font-size: 16px;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-bottom .dot {
	font-size: 8px;
	position: relative;
	top: -2px;
}

.shared-detail .detail-info-bar ul.yelp-hours {
	list-style: none;
	margin-left: 0;
	font-family: var(--font-family-body);
	font-size: 18px;
	color: var(--darker-gray);
	margin-bottom: 15px;
}

.shared-detail .detail-info-bar ul.yelp-hours li {
	justify-content: flex-start;
	margin-bottom: 0;
}

.shared-detail .detail-info-bar ul.yelp-hours .day {
	width: 140px;
}

.shared-detail .detail-info-bar ul.yelp-hours .hours {
	text-transform: uppercase;
}

.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;
}

@media screen and (min-width: 40em) {
	.shared-detail .item .inner {
		display: flex;
	}

	.shared-detail .item .img-cont {
		margin-right: 25px;
	}

	.shared-detail .detail-info-bar .yelp-snippet .yelp-rating {
		max-width: 100px;
	}

	.shared-detail .detail-info-bar .yelp-snippet .yelp-logo img {
		position: relative;
		top: -3px;
		max-width: 50px;
	}

	.shared-detail .detail-info-bar .yelp-snippet .yelp-bottom {
		font-size: 18px;
	}

	.shared-detail .detail-info-bar .yelp-snippet .yelp-bottom .dot {
		font-size: 8px;
		position: relative;
		top: -2px;
	}
}

@media screen and (min-width: 1440px) {
	.shared-detail .detail-info-bar ul.yelp-hours li {
		justify-content: flex-end;
	}
}