.tb-legacy-columns {
    display: flex;
    gap: 20px;
}

.tb-legacy-col {
    flex: 1;
}

iframe {
	max-width: var(--wp--custom--flex-width--legacy-content);
}

.single-post .entry-content {
	max-width: var(--wp--custom--flex-width--legacy-content);
	margin-left: auto;
	margin-right: auto;
}

.single-post .entry-content h2 {
	font-size: var(--wp--preset--font-size--xx-large);
	text-transform: capitalize;
}

@media (max-width: 782px) {
    .tb-legacy-columns {
        flex-direction: column;
    }
	.single-post .entry-content {
		max-width: 100%;
	}
}

/* Classic Editor Content Spacing */
.has-classic-editor .entry-content p {
    margin-top: 0;
    margin-bottom: 1em;
}

.has-classic-editor .entry-content p:empty {
    display: none;
}

.has-classic-editor .entry-content h1 {
    margin: 24px 0 24px 0;
}

.has-classic-editor .entry-content h2 {
    margin-top: 24px;
    margin-bottom: 16px;
}

.has-classic-editor .entry-content h3,
.has-classic-editor .entry-content h4,
.has-classic-editor .entry-content h5,
.has-classic-editor .entry-content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.has-classic-editor .entry-content ul,
.has-classic-editor .entry-content ol {
    margin: 10px 0 16px 20px;
    padding: 0;
}

.has-classic-editor .entry-content li p {
	margin-bottom: 0px;
}

.has-classic-editor .entry-content hr {
    margin: 24px 0;
    border: none;
    border-top: 1px solid #ddd;
}

.has-classic-editor .entry-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.has-classic-editor .entry-content .aligncenter {
    display: block;
    margin: 16px auto;
}

.has-classic-editor .entry-content .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.has-classic-editor .entry-content .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.has-classic-editor .entry-content blockquote {
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 3px solid #ec008c;
    font-style: italic;
}

strong {
	font-weight: 700;
}