/** 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 > .value,
.shared-detail ul.meeting-subtab > li > .value{
	margin-left: auto;
	word-break: break-word;
}

.shared-detail .detail-drawers ul.amen-subtab,
.shared-detail .detail-drawers ul.meeting-subtab {
	background-color: #fff;
	margin-left: 0;
	list-style-type: none;
	color: var(--black);
}

.shared-detail .detail-drawers ul.amen-subtab > li:nth-child(odd),
.shared-detail .detail-drawers ul.meeting-subtab > li:nth-child(odd) {
	background: #f4f5f5;
	align-items: baseline;
}

.shared-detail .detail-drawers ul.amen-subtab > li .description,
.shared-detail .detail-drawers ul.meeting-subtab > li .description {
	margin-right: var(--space-5);
}

.shared-detail .detail-drawers ul.amen-subtab > li:nth-child(odd) .value-array {
	margin-left: 10px;
}

.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(--navy-blue);
	color: white;
}

.shared-detail .detail-drawers dl.drawers dd.active a:hover {
	text-decoration: none;
}

.shared-detail .tab-button {
	background-color: #fff;
	color: var(--navy-blue);
	border: 1px solid var(--navy-blue);
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.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 {
	max-width: 564px;
	margin: 0 auto;
}

.shared-detail .item .img-cont img {
	width: 100%;
	margin-bottom: 15px;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

.shared-detail .item h4,
.shared-detail .item h4 a {
	color: var(--black);
	font-weight: 800;
	font-style: italic;
	font-size: 20px;
	line-height: 1.25em;
}

.shared-detail .item h4 a:hover {
	color: inherit;
}

.shared-detail .item .info-list-value a {
	color: var(--teal);
}
@media screen and (min-width: 1024px) {
	.shared-detail .item {
		max-width: none;
		margin: 0 0 20px;
	}
	.shared-detail .item .inner {
		display: flex;
	}

	.shared-detail .item .img-cont {
		margin-right: 25px;
	}

	.shared-detail .item h4,
	.shared-detail .item h4 a {
		color: var(--black);
		font-size: 30px;
	}

	.shared-detail .detail-drawers dl.drawers dd.active .subtab .content.active h5 {
		font-size: 25px;
	}
}