.post-content .tcg-ws-vc-row {
	box-sizing: border-box;
	width: 100%;
}

.post-content .tcg-ws-vc-row,
.post-content .tcg-ws-vc-row * {
	box-sizing: border-box;
}

.post-content .tcg-ws-vc-row > .vce-row {
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 100%;
}

.post-content .tcg-ws-vc-row .vce-row-content {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	/* Visual Composer already implements the selected 30px column gap as
	 * right margins on its columns. Adding a CSS gap here counts it twice
	 * after VC imports the generated markup into a text block. */
	gap: 0;
	justify-content: flex-start;
	min-height: 1em;
	position: relative;
	width: 100%;
}

.post-content .tcg-ws-vc-row .vce-row-content > .vce-col:not(:last-child) {
	margin-right: 30px;
}

.post-content .tcg-ws-vc-row .vce-row-content > .vce-col:last-child {
	margin-right: 0;
}

.post-content .tcg-ws-vc-row .vce-col,
.post-content .tcg-ws-vc-row .vce-col-inner,
.post-content .tcg-ws-vc-row .vce-col-content {
	min-width: 0;
}

.post-content .tcg-ws-vc-row .vce-col-inner,
.post-content .tcg-ws-vc-row .vce-col-content {
	width: 100%;
}

.post-content .tcg-ws-vc-row .vce-text-block-wrapper {
	margin-bottom: 30px;
}

/* A first VC save imports the generated layout into one outer text block.
 * Remove only that wrapper's default bottom margin so page height is also
 * identical before and after the round trip. */
.post-content .vce-text-block-wrapper.vce:has(> .tcg-ws-vc-header-row) {
	margin-bottom: 0;
}

.post-content .tcg-ws-vc-title {
	margin-top: 0;
}

.post-content .tcg-ws-vc-synonym-title {
	margin-top: 0;
}

.post-content .tcg-ws-vc-section-title {
	margin-top: 0;
}

.post-content .tcg-ws-vc-body hr {
	margin: 32px 0 24px;
	opacity: .3;
}

.post-content .tcg-ws-vc-separator-row .vce-row-content {
	display: block;
}

.post-content .tcg-ws-vc-separator-row .vce-col {
	width: 100%;
}

.post-content .tcg-ws-vc-separator-row .vce-separator-container {
	margin-bottom: 30px;
}

.post-content .tcg-ws-vc-separator-row .vce-separator {
	border-top: 1px solid rgba(191, 192, 193, .53);
	width: 100%;
}

.post-content .tcg-ws-table-wrap {
	max-width: 100%;
	overflow-x: auto;
}

.post-content .tcg-ws-vc-row table {
	max-width: 100%;
	width: 100%;
}

.post-content .tcg-ws-vc-row th,
.post-content .tcg-ws-vc-row td {
	vertical-align: top;
	word-break: break-word;
}

@media all and (min-width: 768px), print {
	.post-content .tcg-ws-vc-row .tcg-ws-vc-side {
		display: flex !important;
		flex: 0 1 calc(10% - 27px);
		max-width: calc(10% - 27px);
	}

	.post-content .tcg-ws-vc-row .tcg-ws-vc-main {
		flex: 0 1 calc(80% - 6px);
		max-width: calc(80% - 6px);
	}
}

@media all and (max-width: 767px) {
	.post-content .tcg-ws-vc-row .vce-row-content {
		gap: 0;
	}

	.post-content .tcg-ws-vc-row .tcg-ws-vc-side {
		display: none;
	}

	.post-content .tcg-ws-vc-row .tcg-ws-vc-main {
		flex: 0 0 100%;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.post-content .tcg-ws-vc-title span {
		font-size: 30pt !important;
	}

	.post-content .tcg-ws-vc-row table {
		font-size: 14px;
	}
}
