.wp-block-fred-section-border.section-border {
	background: transparent;
	box-sizing: border-box;
	height: clamp(70px, 7vw, 130px);
	line-height: 0;
	margin-block: 0;
	max-width: none;
	overflow: hidden;
	pointer-events: none;
	position: relative;
	width: 100%;
}

.wp-block-fred-section-border .section-border__graphic {
	display: block;
	height: 100%;
	overflow: visible;
	width: 100%;
}

.wp-block-fred-section-border .section-border__top {
	fill: var(--fred-section-border-top, transparent);
}

.wp-block-fred-section-border .section-border__bottom {
	fill: var(--fred-section-border-bottom, transparent);
}

@media (max-width: 600px) {
	.wp-block-fred-section-border.section-border {
		height: 64px;
	}
}
