/* Minimal styles scoped to a verified legacy post render. */
.pd-wpb-compat,
.pd-wpb-compat * {
	box-sizing: border-box;
}

.pd-wpb-compat .pd-wpb-row,
.pd-wpb-compat .pd-wpb-column,
.pd-wpb-compat .pd-wpb-column-text {
	width: 100%;
	max-width: 100%;
}

.pd-wpb-compat .pd-wpb-column-text::after {
	display: table;
	clear: both;
	content: "";
}

.pd-wpb-compat .pd-wpb-heading {
	max-width: 100%;
	margin-top: 0;
	overflow-wrap: anywhere;
}

.pd-wpb-compat .pd-wpb-align-left {
	text-align: left;
}

.pd-wpb-compat .pd-wpb-align-center {
	text-align: center;
}

.pd-wpb-compat .pd-wpb-align-right {
	text-align: right;
}

.pd-wpb-compat .pd-wpb-empty-space {
	height: 32px;
}

.pd-wpb-compat .pd-wpb-button-wrap {
	width: 100%;
	margin: 0.75rem 0;
}

.pd-wpb-compat .pd-wpb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 44px;
	padding: 0.75rem 1.25rem;
	border-radius: 3px;
	background: #1594bd;
	color: #fff;
	font: inherit;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.pd-wpb-compat .pd-wpb-button:hover,
.pd-wpb-compat .pd-wpb-button:focus-visible {
	background: #0f789a;
	color: #fff;
	text-decoration: none;
}

.pd-wpb-compat .pd-wpb-button:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.pd-wpb-compat .pd-wpb-button-disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.pd-wpb-compat img,
.pd-wpb-compat video,
.pd-wpb-compat iframe {
	max-width: 100%;
}

.pd-wpb-compat img,
.pd-wpb-compat video {
	height: auto;
}

.pd-wpb-compat iframe[src*="youtube.com"] {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

@media (max-width: 480px) {
	.pd-wpb-compat .pd-wpb-button {
		width: 100%;
	}
}
