/* Breakpoint Text Widget — frontend styles
   All show/hide logic is handled by per-instance inline <style> blocks
   that emit media queries using the actual configured breakpoint values.
   These rules only provide spacing/typography baseline. */

.btw-wrap {
	margin: 0;
	padding: 0;
}

.btw-title {
	margin: 0 0 .5em;
	font-weight: 600;
}

.btw-content {
	line-height: 1.6;
}
