/**
 * BuddyNext Pro — advanced profile-field styles.
 * Sizing for the Leaflet location map + small affordances for file/conditional.
 */

.bn-field--location .bn-location-search {
	width: 100%;
	margin-block-end: 8px;
}

.bn-location-map-placeholder {
	height: 260px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0; /* keep Leaflet panes under site chrome */
}

/* Leaflet sets its own z-indexes high; contain them to the field. */
.bn-field--location .leaflet-pane,
.bn-field--location .leaflet-top,
.bn-field--location .leaflet-bottom {
	z-index: 1;
}

.bn-file-name {
	display: inline-block;
	margin-inline-start: 8px;
	font-size: 13px;
	color: var(--bn-ink-3, #6b7280);
}

.bn-field--conditional[hidden] {
	display: none;
}
