.batfs-before-text,
.batfs-after-text {
	display: block;
	font-size: var(--srfm-description-font-size, 0.875rem);
	font-weight: var(--srfm-description-font-weight, 400);
	line-height: var(--srfm-description-line-height, 1.4);
	color: var(--srfm-color-input-description, #6b7280);
}

.batfs-before-text {
	margin-bottom: 6px;
}

.batfs-after-text {
	margin-top: 6px;
}

/* Inline layout */
.batfs-inline-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.batfs-inline-wrap .batfs-before-text,
.batfs-inline-wrap .batfs-after-text {
	margin: 0;
	max-width: 25%;
}

.batfs-inline-wrap .srfm-block-wrap {
	flex: 1;
	min-width: 120px;
}
