.shared-detail .detail-drawers #meetingfacilityTab h5 {
	font-weight: var(--font-weight-bold, 700);
	margin-bottom: var(--space-3);
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab {
	background-color: var(--white);
	margin-left: 0;
	list-style-type: none;
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li {
	display: flex;
	padding: var(--space-3);
	margin: 0;
	max-width: 100%;
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li:nth-child(odd) {
	background: var(--gray-200);
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li:nth-child(odd):last-child {
	margin-bottom: var(--space-3);
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li > .value,
.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li > .value-array {
	margin-left: auto;
}

.shared-detail .detail-drawers #meetingfacilityTab .content {
	display: none;
}

.shared-detail .detail-drawers #meetingfacilityTab .content.active {
	display: block;
}

.shared-detail .detail-drawers #meetingfacilityTab .subtab.tab-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.shared-detail .detail-drawers #meetingfacilityTab .subtab.tab-buttons .tab-button {
	background-color: var(--sw-button-border-bg, var(--white));
	color: var(--sw-button-border-color, var(--primary-color-700));
	border: 1px solid var(--sw-button-border-color, var(--primary-color-700));
	margin-right: var(--space-3);
	margin-bottom: var(--space-3);
	padding: var(--space-2) var(--space-3);
}

.shared-detail .detail-drawers #meetingfacilityTab .subtab.tab-buttons dd.active > .tab-button {
	background-color: var(--sw-button-primary-bg, var(--primary-color-700));
	color: var(--sw-button-primary-color, var(--white));
	border-color: var(--sw-button-primary-bg);
}