.b2e-vc-row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0 0 24px;
}

.b2e-vc-column {
	flex: 1 1 0;
	min-width: 0;
}

.b2e-vc-text > :first-child,
.b2e-vc-cta > :first-child,
.b2e-vc-message > :first-child,
.b2e-vc-panel > :first-child {
	margin-top: 0;
}

.b2e-vc-text > :last-child,
.b2e-vc-cta > :last-child,
.b2e-vc-message > :last-child,
.b2e-vc-panel > :last-child {
	margin-bottom: 0;
}

.b2e-vc-image {
	margin: 0 0 24px;
}

.b2e-vc-image img,
.b2e-vc-gallery img {
	display: block;
	height: auto;
	max-width: 100%;
}

.b2e-vc-image.aligncenter {
	text-align: center;
}

.b2e-vc-image.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.b2e-vc-image.alignright {
	text-align: right;
}

.b2e-vc-gallery {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	margin: 0 0 24px;
}

.b2e-vc-gallery figure {
	margin: 0;
}

.b2e-vc-gallery-link {
	display: block;
}

.b2e-vc-empty-space {
	clear: both;
}

.b2e-vc-separator {
	margin: 28px 0;
}

.b2e-edgtf-separator {
	border: 0;
	border-top: 1px solid currentColor;
	height: 1px;
	margin: 28px 0;
}

.b2e-vc-text-separator {
	align-items: center;
	display: flex;
	gap: 14px;
	margin: 28px 0;
}

.b2e-vc-text-separator::before,
.b2e-vc-text-separator::after {
	background: currentColor;
	content: "";
	flex: 1;
	height: 1px;
	opacity: 0.25;
}

.b2e-vc-cta,
.b2e-vc-message,
.b2e-vc-panel {
	border: 1px solid rgba(0, 0, 0, 0.12);
	margin: 0 0 24px;
	padding: 18px;
}

.b2e-vc-toggle {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin: 0 0 16px;
	padding: 0 0 16px;
}

.b2e-vc-toggle summary {
	cursor: pointer;
	font-weight: 600;
}

.b2e-vc-video {
	margin: 0 0 24px;
}

.b2e-vc-video iframe,
.b2e-html5-video iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.b2e-html5-video {
	margin: 0 0 24px;
}

.b2e-html5-video video {
	display: block;
	height: auto;
	max-width: 100%;
}

.b2e-caption,
.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}

.b2e-caption img,
.wp-caption img {
	height: auto;
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.92em;
	margin-top: 8px;
	opacity: 0.75;
}

.b2e-edgtf-blockquote {
	border-left: 4px solid currentColor;
	font-size: 1.15em;
	line-height: 1.6;
	margin: 0 0 24px;
	padding: 8px 0 8px 20px;
}

.b2e-edgtf-blockquote p {
	margin: 0;
}

.b2e-edgtf-button {
	border: 1px solid currentColor;
	display: inline-flex;
	justify-content: center;
	text-align: center;
}

.b2e-button-huge-full-width {
	display: flex;
	font-size: 18px;
	padding: 18px 24px;
	width: 100%;
}

.b2e-vc-image-link {
	display: inline-block;
	max-width: 100%;
}

@media (max-width: 767px) {
	.b2e-vc-row {
		display: block;
	}

	.b2e-vc-column {
		max-width: 100% !important;
	}
}
