.mth-compact-badges,
.mth-profile-badge-group__items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mth-compact-badges {
	margin: 8px 0 0;
}

.mth-profile-badges {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0 0;
}

.mth-profile-badge-group__title {
	color: #0a3449;
	font-family: Rubik, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}

.mth-profile-badge-group__separator {
	margin-top: 20px;
	height: 0;
	border-top: 1px dashed #2c2c2c;
}

.mth-profile-badge-group:last-child .mth-profile-badge-group__separator {
	display: none;
}

.mth-profile-badge,
.mth-compact-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.mth-profile-badge--license,
.mth-compact-badge {
	background: #e5f3fa;
	border: 1px solid #0ebcdc;
	color: #1d3557;
}

.mth-profile-badge--insurance {
	background: #edf7ed;
	border: 1px solid #4caf50;
	color: #1b4332;
}

.mth-profile-badge--payment {
	background: #fff4e5;
	border: 1px solid #ff9900;
	color: #7a4a00;
}

.mth-profile-badge--compact {
	background: #f0e8ff;
	border: 1px solid #7c4dff;
	color: #3d2a66;
}

a.mth-profile-badge--compact,
a.mth-compact-badge {
	text-decoration: none;
}

a.mth-profile-badge--compact:hover,
a.mth-compact-badge:hover {
	text-decoration: underline;
}

.mth-profile-badge--price {
	background: #e8f4fc;
	border: 1px solid #0a3449;
	color: #0a3449;
}

.mth-profile-badge--sliding-scale {
	background: #edf7ed;
	border: 1px solid #4caf50;
	color: #1b4332;
}

.mth-profile-badge-group--session-fee .mth-profile-badge-group__items {
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.mth-profile-session-fee-aside {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.mth-profile-session-fee-aside .mth-profile-badge-group {
	margin: 0;
	width: 100%;
}

/* Sliding scale: fixed fee column is empty; price block renders below location. */
.mth-profile-has-sliding-scale-fee .elementor-element-31c7cff .elementor-element-8d2ab1c {
	display: none;
}

.mth-profile-session-fee-below-location {
	margin-top: 12px;
	width: 100%;
}

.mth-profile-session-fee-below-location .mth-profile-badge-group {
	margin: 0;
}

/* How I work: fee column overlays top-right so modality/location sit under the heading. */
.elementor-element-31c7cff {
	position: relative;
}

.elementor-element-31c7cff > .elementor-container {
	align-items: flex-start;
}

.elementor-element-31c7cff .elementor-element-b4ee77f {
	width: 50%;
}

.elementor-element-31c7cff .elementor-element-8d2ab1c {
	position: absolute;
	top: 0;
	right: 0;
	width: min(50%, 320px);
	z-index: 1;
}

.elementor-element-31c7cff .elementor-element-8d2ab1c > .elementor-widget-wrap {
	min-height: 0;
}

@media (max-width: 767px) {
	.elementor-element-31c7cff .elementor-element-8d2ab1c {
		position: static;
		width: 100%;
		margin-top: 12px;
	}
}

.mth-profile-badge--npi {
	background: #f5f5f5;
	border: 1px solid #6c757d;
	color: #212529;
	font-variant-numeric: tabular-nums;
}

.mth-compact-badges--listing {
	margin-top: 6px;
}

.mth-compact-badges--listing .mth-compact-badge {
	font-size: 12px;
	padding: 3px 8px;
}

.mth-interstate-compact-filter .jet-checkboxes-list__row {
	width: 100%;
	display: block;
	margin: 0 0 8px;
}

.mth-interstate-compact-filter .jet-checkboxes-list-wrapper > .jet-checkboxes-list__row:last-child {
	display: block !important;
}
