/** 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%;
	color: var(--dark-gray);
	font-size: 16px;
	line-height: 20px;
	justify-content: space-between;
}

.shared-detail ul.amen-subtab > li > *,
.shared-detail ul.meeting-subtab > li > * {
	flex: 1 0 calc(50% - 15px);
	margin-right: 15px;
	margin-left: 0;
}

.shared-detail ul.amen-subtab > li > *:last-child,
.shared-detail ul.meeting-subtab > li > *:last-child {
	margin-right: 0;
	margin-left: 15px;
}

.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: var(--almost-white);
}

.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(--indigo);
	color: white;
}

.shared-detail .detail-drawers dl.drawers dd.active a:hover {
	text-decoration: none;
}

.shared-detail .tab-button {
	background-color: #fff;
	color: var(--indigo);
	border: 1px solid var(--indigo);
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
}
.shared-detail .subtab dd:last-of-type .tab-button {
	margin-right: 0;
}

.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 .subtab h5 {
	font-size: 20px;
}

.shared-detail .item .img-cont img {
	width: 100%;
}

.shared-detail .item .info-list {
	list-style: none;
	margin: var(--space-6) 0;
}

.shared-detail .related-post p {
	margin: var(--space-6) 0;
	font-size: 23px;
	line-height: 26px;
	font-weight: 300;
	color: var(--dark-gray);
}

.shared-detail .related-post .title-anchor {
	text-decoration: none;
}

.shared-detail .item .detail-link {
	font-size: 19px;
	line-height: 22px;
	color: var(--blue);
	text-decoration: none;
	font-weight: 700;
}
.shared-detail .item .detail-link i {
	font-size: 26px;
	vertical-align: bottom;
	color: var(--light-teal);
	margin: 0 0 0 var(--space-1);
}

@media screen and (min-width: 1024px) {
	.shared-detail .item .inner {
		display: flex;
	}
	.shared-detail .item .img-cont {
		margin-right: 35px;
	}
	.shared-detail .item .content-section {
		flex: 1;
	}
	.shared-detail ul.amen-subtab > li,
	.shared-detail ul.meeting-subtab > li {
		font-size: 23px;
		line-height: 27px;
	}
	.shared-detail .subtab h5 {
		font-size: 27px;
	}
}