@font-face {
	font-family: "MursGothic";
	src: url("../_next/static/media/MursGothic-WideDark.9265d7a2.woff2") format("woff2");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: "Murs Gothic";
	src: url("../_next/static/media/MursGothic-WideDark.9265d7a2.woff2") format("woff2");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../_next/static/media/Inter-Medium.5fe15e5d.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../_next/static/media/Inter-Light.bc3640bb.woff2") format("woff2");
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../_next/static/media/Inter-ExtraBold.bb9ef3bd.woff2") format("woff2");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

:root {
	--tb-block-black: #181818;
	--tb-block-muted: #777;
	--tb-block-line: rgba(24, 24, 24, 0.18);
	--tb-block-yellow: #fad63d;
	--tb-block-lavender: #c9c4fd;
	--editor-content-block-margin: 24px;
	--tb-editor-content-width: 774px;
	--tb-editor-wide-width: min(1045px, calc(100vw - 112px));
	--tb-editor-full-width: 100vw;
}

.has-black-background-color {
	background-color: #000000;
}

.has-cyan-bluish-gray-background-color {
	background-color: #abb8c3;
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-pale-pink-background-color {
	background-color: #f78da7;
}

.has-vivid-red-background-color {
	background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
	background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
	background-color: #fcb900;
}

.has-light-green-cyan-background-color {
	background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
	background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
	background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
	background-color: #0693e3;
}

.has-vivid-purple-background-color {
	background-color: #9b51e0;
}

.has-black-color {
	color: #000000;
}

.has-cyan-bluish-gray-color {
	color: #abb8c3;
}

.has-white-color {
	color: #ffffff;
}

.has-pale-pink-color {
	color: #f78da7;
}

.has-vivid-red-color {
	color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
	color: #ff6900;
}

.has-luminous-vivid-amber-color {
	color: #fcb900;
}

.has-light-green-cyan-color {
	color: #7bdcb5;
}

.has-vivid-green-cyan-color {
	color: #00d084;
}

.has-pale-cyan-blue-color {
	color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
	color: #0693e3;
}

.has-vivid-purple-color {
	color: #9b51e0;
}

.editor-styles-wrapper {
	font-family: "Inter", Arial, Helvetica, sans-serif;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container {
	padding: 32px 0 80px;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
	max-width: 774px;
	margin-right: auto;
	margin-left: auto;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="wide"] {
	max-width: 774px;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-post-featured-image,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-list-appender {
	max-width: 774px;
}

.editor-styles-wrapper .block-editor-rich-text__editable[aria-label="Пустой блок; начните ввод или введите /, чтобы выбрать блок"]::before,
.editor-styles-wrapper .block-editor-rich-text__editable[placeholder]::before {
	color: rgba(24, 24, 24, 0.38);
}

.editor-styles-wrapper .wp-block.wp-block-post-title,
.editor-styles-wrapper .editor-post-title__input {
	width: 100%;
	max-width: 1264px;
	margin: 0 auto 24px;
	box-sizing: border-box;
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif;
	font-size: clamp(40px, 4.65vw, 68px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

.editor-styles-wrapper .wp-block {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-paragraph,
.editor-styles-wrapper .wp-block[data-type="core/paragraph"] > p,
.editor-styles-wrapper .wp-block-paragraph:not(:where(.wp-block-quote:not(.is-style-tb-yellow-callout) > .wp-block-paragraph)) {
	margin-bottom: var(--editor-content-block-margin);
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
}

/* Ordinary quotes use the same box in the editor and published content. */
.editor-styles-wrapper .wp-block-quote:not(.is-style-tb-yellow-callout),
.editor-content .wp-block-quote:not(.is-style-tb-yellow-callout) {
	margin: 0 auto 24px;
	padding: 24px;
	border: 0;
	box-sizing: border-box;
}

.editor-styles-wrapper .wp-block-quote:not(.is-style-tb-yellow-callout) > .wp-block-paragraph {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.editor-styles-wrapper .wp-block-quote:not(.is-style-tb-yellow-callout) > p,
.editor-content .wp-block-quote:not(.is-style-tb-yellow-callout) > p {
	margin: 0;
}

.editor-styles-wrapper .wp-block-quote:not(.is-style-tb-yellow-callout) > p + p,
.editor-content .wp-block-quote:not(.is-style-tb-yellow-callout) > p + p {
	margin-top: 24px;
}

.editor-styles-wrapper .wp-block[data-type="core/heading"] {
	line-height: 1.05;
}

.editor-styles-wrapper h1.wp-block-heading,
.editor-styles-wrapper h2.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading,
.editor-styles-wrapper h4.wp-block-heading,
.editor-styles-wrapper h5.wp-block-heading,
.editor-styles-wrapper h6.wp-block-heading {
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.editor-styles-wrapper h1.wp-block-heading {
	font-size: 82px;
}

.editor-styles-wrapper h2.wp-block-heading {
	font-size: 68px;
}

.editor-styles-wrapper h3.wp-block-heading {
	font-size: 40px;
}

.editor-styles-wrapper h4.wp-block-heading {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.editor-styles-wrapper h5.wp-block-heading {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.editor-styles-wrapper h6.wp-block-heading {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.is-style-tb-section-heading,
.wp-article__content .is-style-tb-section-heading {
	margin: 0 0 var(--editor-content-block-margin, 24px);
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif;
	font-size: 40px !important;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.is-style-tb-yellow-callout,
.wp-article__content .is-style-tb-yellow-callout {
	margin: 0 0 var(--editor-content-block-margin, 24px);
	padding: 30px 34px;
	border: 0;
	box-sizing: border-box;
}

.is-style-tb-yellow-callout:not([class*="-background-color"]):not([style*="background"]),
.wp-article__content .is-style-tb-yellow-callout:not([class*="-background-color"]):not([style*="background"]) {
	background: var(--tb-block-yellow);
}

.is-style-tb-yellow-callout:not(.has-text-color),
.wp-article__content .is-style-tb-yellow-callout:not(.has-text-color) {
	color: var(--tb-block-black);
}

.is-style-tb-yellow-callout p,
.wp-article__content .is-style-tb-yellow-callout p {
	margin: 0;
	font-size: clamp(24px, 2.4vw, 36px);
	font-weight: 800;
	line-height: 1.08;
}

.is-style-tb-request-banner,
.editor-styles-wrapper .is-style-tb-request-banner,
.wp-article__content .is-style-tb-request-banner {
	margin: 0 0 var(--editor-content-block-margin, 24px);
}

.is-style-tb-request-banner > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-tb-request-banner > .wp-block-group__inner-container,
.wp-article__content .is-style-tb-request-banner > .wp-block-group__inner-container,
.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
.editor-styles-wrapper .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
.wp-article__content .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]) {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	min-height: 420px !important;
	gap: 0 !important;
	padding: 32px !important;
	box-sizing: border-box;
}

.wp-block-cover.is-style-tb-request-banner,
.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner,
.wp-article__content .wp-block-cover.is-style-tb-request-banner {
	align-items: stretch !important;
	overflow: hidden;
}

.wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
.wp-article__content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	width: 100% !important;
	min-height: 356px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
}

.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
.editor-styles-wrapper .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
.wp-article__content .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]) > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]) > .wp-block-group__inner-container,
.wp-article__content .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]) > .wp-block-group__inner-container {
	background: var(--tb-block-lavender);
}

.is-style-tb-request-banner:not(.has-text-color),
.editor-styles-wrapper .is-style-tb-request-banner:not(.has-text-color),
.wp-article__content .is-style-tb-request-banner:not(.has-text-color),
.is-style-tb-request-banner:not(.has-text-color) > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-tb-request-banner:not(.has-text-color) > .wp-block-group__inner-container,
.wp-article__content .is-style-tb-request-banner:not(.has-text-color) > .wp-block-group__inner-container {
	color: var(--tb-block-black);
}

.is-style-tb-request-banner h2,
.is-style-tb-request-banner h3,
.editor-styles-wrapper .is-style-tb-request-banner h2,
.editor-styles-wrapper .is-style-tb-request-banner h3,
.wp-article__content .is-style-tb-request-banner h2,
.wp-article__content .is-style-tb-request-banner h3 {
	margin: 0 0 24px;
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif;
	font-size: 40px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0;
	text-transform: uppercase !important;
}

.is-style-tb-request-banner p,
.editor-styles-wrapper .is-style-tb-request-banner p,
.wp-article__content .is-style-tb-request-banner p {
	margin: 0 !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	text-transform: none !important;
}

.is-style-tb-request-banner .wp-block-buttons,
.editor-styles-wrapper .is-style-tb-request-banner .wp-block-buttons,
.wp-article__content .is-style-tb-request-banner .wp-block-buttons {
	margin: auto 0 0 !important;
}

.is-style-tb-request-banner .wp-block-button__link,
.editor-styles-wrapper .is-style-tb-request-banner .wp-block-button__link,
.wp-article__content .is-style-tb-request-banner .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 18px 38.5px;
	background: #fff;
	border-radius: 0;
	color: var(--tb-block-black);
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	text-decoration: none;
	text-transform: uppercase !important;
}

.is-style-tb-request-banner .wp-block-button__link > span,
.editor-styles-wrapper .is-style-tb-request-banner .wp-block-button__link > span,
.wp-article__content .is-style-tb-request-banner .wp-block-button__link > span {
	display: block;
	transform: translateY(2px);
}

.is-style-tb-request-banner .wp-block-button__link:not(:has(> span)),
.editor-styles-wrapper .is-style-tb-request-banner .wp-block-button__link:not(:has(> span)),
.wp-article__content .is-style-tb-request-banner .wp-block-button__link:not(:has(> span)) {
	padding-top: 20px;
	padding-bottom: 16px;
}

.is-style-tb-gray-thought,
.editor-styles-wrapper .is-style-tb-gray-thought,
.wp-article__content .is-style-tb-gray-thought {
	width: 100%;
	margin: 0 auto var(--editor-content-block-margin, 24px);
	padding: calc((100vw / 1920) * 96) 40px;
	box-sizing: border-box;
}

.editor-styles-wrapper .is-style-tb-gray-thought,
.wp-article__content .is-style-tb-gray-thought {
	width: var(--tb-editor-full-width) !important;
	max-width: var(--tb-editor-full-width) !important;
	margin-left: 50% !important;
	margin-right: 0 !important;
	transform: translateX(-50%) !important;
}

.is-style-tb-gray-thought:not([class*="-background-color"]):not([style*="background"]),
.editor-styles-wrapper .is-style-tb-gray-thought:not([class*="-background-color"]):not([style*="background"]),
.wp-article__content .is-style-tb-gray-thought:not([class*="-background-color"]):not([style*="background"]) {
	background: rgba(234, 234, 234, 1);
}

.is-style-tb-gray-thought:not(.has-text-color),
.editor-styles-wrapper .is-style-tb-gray-thought:not(.has-text-color),
.wp-article__content .is-style-tb-gray-thought:not(.has-text-color) {
	color: var(--tb-block-black);
}

.is-style-tb-gray-thought > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-tb-gray-thought > .wp-block-group__inner-container,
.wp-article__content .is-style-tb-gray-thought > .wp-block-group__inner-container {
	width: 100%;
	max-width: var(--tb-editor-content-width);
	margin: 0 auto !important;
	padding: 0 !important;
	background: transparent !important;
}

.is-style-tb-gray-thought h4,
.is-style-tb-gray-thought h5,
.editor-styles-wrapper .is-style-tb-gray-thought h4,
.editor-styles-wrapper .is-style-tb-gray-thought h5,
.wp-article__content .is-style-tb-gray-thought h4,
.wp-article__content .is-style-tb-gray-thought h5,
.is-style-tb-gray-thought .wp-block-heading,
.editor-styles-wrapper .is-style-tb-gray-thought .wp-block-heading,
.wp-article__content .is-style-tb-gray-thought .wp-block-heading {
	margin: 0 !important;
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.is-style-tb-gray-thought h4,
.editor-styles-wrapper .is-style-tb-gray-thought h4,
.wp-article__content .is-style-tb-gray-thought h4 {
	font-size: 30px !important;
}

.is-style-tb-gray-thought h5,
.is-style-tb-gray-thought h6,
.editor-styles-wrapper .is-style-tb-gray-thought h5,
.editor-styles-wrapper .is-style-tb-gray-thought h6,
.wp-article__content .is-style-tb-gray-thought h5,
.wp-article__content .is-style-tb-gray-thought h6 {
	font-size: 21px !important;
}

.wp-block-spacer.is-style-tb-spacer-24,
.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-24,
.wp-article__content .wp-block-spacer.is-style-tb-spacer-24 {
	display: flex !important;
	height: 24px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.wp-block-spacer.is-style-tb-spacer-48,
.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-48,
.wp-article__content .wp-block-spacer.is-style-tb-spacer-48 {
	display: flex !important;
	height: 48px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.wp-block-spacer.is-style-tb-spacer-72,
.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-72,
.wp-article__content .wp-block-spacer.is-style-tb-spacer-72 {
	display: flex !important;
	height: 72px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.is-style-tb-small-cta,
.editor-styles-wrapper .is-style-tb-small-cta,
.wp-article__content .is-style-tb-small-cta {
	margin: 0 0 var(--editor-content-block-margin, 24px);
}

.is-style-tb-small-cta > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-tb-small-cta > .wp-block-group__inner-container,
.wp-article__content .is-style-tb-small-cta > .wp-block-group__inner-container,
.is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]),
.editor-styles-wrapper .is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]),
.wp-article__content .is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]) {
	display: grid !important;
	grid-template-columns: minmax(50%, 1fr) minmax(0, max-content) !important;
	align-items: center !important;
	min-height: var(--tb-small-cta-min-height, 120px) !important;
	gap: 0 !important;
	padding: var(--tb-small-cta-padding-y, 32px) 32px !important;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-break: break-word;
}

.is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]),
.editor-styles-wrapper .is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]),
.wp-article__content .is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]),
.is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]) > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]) > .wp-block-group__inner-container,
.wp-article__content .is-style-tb-small-cta:not([class*="-background-color"]):not([style*="background"]) > .wp-block-group__inner-container {
	background: var(--tb-block-lavender);
}

.is-style-tb-small-cta:not(.has-text-color),
.editor-styles-wrapper .is-style-tb-small-cta:not(.has-text-color),
.wp-article__content .is-style-tb-small-cta:not(.has-text-color),
.is-style-tb-small-cta:not(.has-text-color) > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-tb-small-cta:not(.has-text-color) > .wp-block-group__inner-container,
.wp-article__content .is-style-tb-small-cta:not(.has-text-color) > .wp-block-group__inner-container {
	color: var(--tb-block-black);
}

.is-style-tb-small-cta h3,
.editor-styles-wrapper .is-style-tb-small-cta h3,
.wp-article__content .is-style-tb-small-cta h3 {
	align-self: center;
	margin: 0;
	padding-right: var(--tb-small-cta-title-padding-right, 43px);
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 20px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	letter-spacing: 0;
	text-transform: none !important;
}

.is-style-tb-small-cta .wp-block-buttons,
.editor-styles-wrapper .is-style-tb-small-cta .wp-block-buttons,
.wp-article__content .is-style-tb-small-cta .wp-block-buttons {
	align-self: center !important;
	justify-self: end !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	margin: 0 0 0 auto !important;
}

.is-style-tb-small-cta .wp-block-button,
.editor-styles-wrapper .is-style-tb-small-cta .wp-block-button,
.wp-article__content .is-style-tb-small-cta .wp-block-button {
	width: auto !important;
	margin: 0 !important;
}

.is-style-tb-small-cta .wp-block-button__link,
.editor-styles-wrapper .is-style-tb-small-cta .wp-block-button__link,
.wp-article__content .is-style-tb-small-cta .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--tb-small-cta-button-min-height, 53px);
	padding: 16px;
	border-radius: 0;
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase !important;
	white-space: nowrap;
}

.is-style-tb-small-cta .wp-block-button__link:not(.has-background):not([style*="background"]),
.editor-styles-wrapper .is-style-tb-small-cta .wp-block-button__link:not(.has-background):not([style*="background"]),
.wp-article__content .is-style-tb-small-cta .wp-block-button__link:not(.has-background):not([style*="background"]) {
	background: #fff;
}

.is-style-tb-small-cta .wp-block-button__link:not(.has-text-color):not([style*="color"]),
.editor-styles-wrapper .is-style-tb-small-cta .wp-block-button__link:not(.has-text-color):not([style*="color"]),
.wp-article__content .is-style-tb-small-cta .wp-block-button__link:not(.has-text-color):not([style*="color"]) {
	color: var(--tb-block-black);
}

.is-style-tb-small-cta .wp-block-button__link > span,
.editor-styles-wrapper .is-style-tb-small-cta .wp-block-button__link > span,
.wp-article__content .is-style-tb-small-cta .wp-block-button__link > span {
	display: block;
	transform: translateY(2px);
}

.is-style-tb-small-cta .wp-block-button__link:not(:has(> span)),
.editor-styles-wrapper .is-style-tb-small-cta .wp-block-button__link:not(:has(> span)),
.wp-article__content .is-style-tb-small-cta .wp-block-button__link:not(:has(> span)) {
	padding-top: 18px;
	padding-bottom: 14px;
}

.is-style-tb-author-note,
.wp-article__content .is-style-tb-author-note {
	margin: 48px 0;
	padding: 24px 0 24px 28px;
	border-left: 4px solid var(--tb-block-black);
}

.is-style-tb-author-note:not(.has-text-color),
.wp-article__content .is-style-tb-author-note:not(.has-text-color) {
	color: var(--tb-block-black);
}

.is-style-tb-author-note p,
.wp-article__content .is-style-tb-author-note p {
	margin: 0 0 10px;
}

.is-style-tb-author-note p:last-child,
.wp-article__content .is-style-tb-author-note p:last-child {
	margin-bottom: 0;
	color: var(--tb-block-muted);
}

.is-style-tb-wide-image,
.wp-article__content .is-style-tb-wide-image {
	margin-top: 0;
	margin-bottom: var(--editor-content-block-margin, 24px);
}

.is-style-tb-wide-image img,
.wp-article__content .is-style-tb-wide-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.editor-styles-wrapper .wp-block-image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
}

.editor-styles-wrapper .alignwide,
.editor-styles-wrapper .is-style-tb-wide-image {
	width: var(--tb-editor-wide-width) !important;
	max-width: var(--tb-editor-wide-width) !important;
	margin-left: 50% !important;
	margin-right: 0 !important;
	transform: translateX(-50%) !important;
}

.editor-styles-wrapper .alignfull {
	width: var(--tb-editor-full-width) !important;
	max-width: var(--tb-editor-full-width) !important;
	margin-left: 50% !important;
	margin-right: 0 !important;
	transform: translateX(-50%) !important;
}

.is-style-tb-wide-image figcaption,
.wp-article__content .is-style-tb-wide-image figcaption {
	margin: 24px 0 0;
	color: #979797;
	font-size: 16px;
	line-height: 1.4;
	text-align: right;
	overflow-wrap: break-word;
	word-break: break-word;
}

/* Keep incomplete gallery rows at the configured column width. */
.wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: 0;
}

/* Gallery caption position and alignment are exposed as native block styles. */
.wp-block-gallery:is(.is-style-tb-captions-below, .is-style-tb-captions-below-left) .wp-block-image,
.editor-styles-wrapper .wp-block-gallery:is(.is-style-tb-captions-below, .is-style-tb-captions-below-left) .wp-block-image,
.wp-article__content .wp-block-gallery:is(.is-style-tb-captions-below, .is-style-tb-captions-below-left) .wp-block-image {
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.wp-block-gallery:is(.is-style-tb-captions-below, .is-style-tb-captions-below-left) .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-gallery:is(.is-style-tb-captions-below, .is-style-tb-captions-below-left) .wp-block-image figcaption,
.wp-article__content .wp-block-gallery:is(.is-style-tb-captions-below, .is-style-tb-captions-below-left) .wp-block-image figcaption {
	position: static !important;
	inset: auto !important;
	width: 100%;
	max-height: none !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	background: none !important;
	color: #979797 !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	text-align: center !important;
	overflow: visible !important;
	box-sizing: border-box;
}

.wp-block-gallery.is-style-tb-captions-below-left .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-gallery.is-style-tb-captions-below-left .wp-block-image figcaption,
.wp-article__content .wp-block-gallery.is-style-tb-captions-below-left .wp-block-image figcaption {
	text-align: left !important;
}

.wp-block-gallery:is(.is-style-tb-captions-overlay-center, .is-style-tb-captions-overlay-left) .wp-block-image,
.editor-styles-wrapper .wp-block-gallery:is(.is-style-tb-captions-overlay-center, .is-style-tb-captions-overlay-left) .wp-block-image,
.wp-article__content .wp-block-gallery:is(.is-style-tb-captions-overlay-center, .is-style-tb-captions-overlay-left) .wp-block-image {
	position: relative;
	overflow: hidden;
}

.wp-block-gallery:is(.is-style-tb-captions-overlay-center, .is-style-tb-captions-overlay-left) .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-gallery:is(.is-style-tb-captions-overlay-center, .is-style-tb-captions-overlay-left) .wp-block-image figcaption,
.wp-article__content .wp-block-gallery:is(.is-style-tb-captions-overlay-center, .is-style-tb-captions-overlay-left) .wp-block-image figcaption {
	position: absolute !important;
	inset: auto 0 0 !important;
	width: 100%;
	max-height: 100%;
	margin: 0 !important;
	padding: 3em 0.77em 0.7em !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.3) 65%, transparent) !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
	text-align: center !important;
	overflow: auto !important;
	box-sizing: border-box;
}

.wp-block-gallery.is-style-tb-captions-overlay-left .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-gallery.is-style-tb-captions-overlay-left .wp-block-image figcaption,
.wp-article__content .wp-block-gallery.is-style-tb-captions-overlay-left .wp-block-image figcaption {
	text-align: left !important;
}

@media (max-width: 1439px) {
	:root {
		--editor-content-block-margin: 16px;
	}

	.editor-styles-wrapper h1.wp-block-heading {
		font-size: 40px;
	}

	.editor-styles-wrapper h2.wp-block-heading {
		font-size: 30px;
	}

	.editor-styles-wrapper h3.wp-block-heading {
		font-size: 26px;
	}

	.editor-styles-wrapper h4.wp-block-heading {
		font-size: 23px;
	}

	.editor-styles-wrapper h5.wp-block-heading {
		font-size: 20px;
	}

	.editor-styles-wrapper h6.wp-block-heading {
		font-size: 18px;
	}

	.is-style-tb-request-banner,
	.editor-styles-wrapper .is-style-tb-request-banner,
	.wp-article__content .is-style-tb-request-banner,
	.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
	.editor-styles-wrapper .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
	.wp-article__content .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
	.is-style-tb-request-banner > .wp-block-group__inner-container,
	.editor-styles-wrapper .is-style-tb-request-banner > .wp-block-group__inner-container,
	.wp-article__content .is-style-tb-request-banner > .wp-block-group__inner-container {
		min-height: 350px !important;
		padding: 28px !important;
	}

	.wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
	.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
	.wp-article__content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
		min-height: 294px !important;
	}

	.is-style-tb-request-banner h2,
	.is-style-tb-request-banner h3,
	.wp-article__content .is-style-tb-request-banner h2,
	.wp-article__content .is-style-tb-request-banner h3 {
		margin-bottom: 16px !important;
		font-size: 35px !important;
	}

	.is-style-tb-request-banner p,
	.editor-styles-wrapper .is-style-tb-request-banner p,
	.wp-article__content .is-style-tb-request-banner p {
		font-size: 15px !important;
		line-height: 1.4 !important;
	}

	.is-style-tb-request-banner .wp-block-button__link,
	.editor-styles-wrapper .is-style-tb-request-banner .wp-block-button__link,
	.wp-article__content .is-style-tb-request-banner .wp-block-button__link {
		font-size: 14px !important;
	}

	.is-style-tb-small-cta,
	.editor-styles-wrapper .is-style-tb-small-cta,
	.wp-article__content .is-style-tb-small-cta {
		width: var(--tb-editor-wide-width) !important;
		max-width: var(--tb-editor-wide-width) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.is-style-tb-small-cta,
	.editor-styles-wrapper .is-style-tb-small-cta,
	.wp-article__content .is-style-tb-small-cta,
	.is-style-tb-small-cta > .wp-block-group__inner-container,
	.editor-styles-wrapper .is-style-tb-small-cta > .wp-block-group__inner-container,
	.wp-article__content .is-style-tb-small-cta > .wp-block-group__inner-container {
		min-height: var(--tb-small-cta-min-height, 106px) !important;
		padding: var(--tb-small-cta-padding-y, 28px) 28px !important;
	}

	.is-style-tb-small-cta h3,
	.wp-article__content .is-style-tb-small-cta h3 {
		padding-right: var(--tb-small-cta-title-padding-right, 35px);
		font-size: 18px !important;
	}

	.is-style-tb-small-cta .wp-block-button__link,
	.editor-styles-wrapper .is-style-tb-small-cta .wp-block-button__link,
	.wp-article__content .is-style-tb-small-cta .wp-block-button__link {
		min-height: var(--tb-small-cta-button-min-height, 47px) !important;
		padding: 13px !important;
	}

	.is-style-tb-small-cta .wp-block-button__link:not(:has(> span)),
	.editor-styles-wrapper .is-style-tb-small-cta .wp-block-button__link:not(:has(> span)),
	.wp-article__content .is-style-tb-small-cta .wp-block-button__link:not(:has(> span)) {
		padding-top: 15px !important;
		padding-bottom: 11px !important;
	}

	.is-style-tb-small-cta > .wp-block-group__inner-container,
	.editor-styles-wrapper .is-style-tb-small-cta > .wp-block-group__inner-container,
	.wp-article__content .is-style-tb-small-cta > .wp-block-group__inner-container {
		max-width: var(--tb-editor-wide-width) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.is-style-tb-small-cta,
	.editor-styles-wrapper .is-style-tb-small-cta,
	.wp-article__content .is-style-tb-small-cta {
		max-width: var(--tb-editor-wide-width) !important;
	}

	.is-style-tb-section-heading,
	.wp-article__content .is-style-tb-section-heading {
		font-size: 26px !important;
	}

	.wp-block-spacer.is-style-tb-spacer-24,
	.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-24,
	.wp-article__content .wp-block-spacer.is-style-tb-spacer-24 {
		height: 20px !important;
	}

	.wp-block-spacer.is-style-tb-spacer-72,
	.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-72,
	.wp-article__content .wp-block-spacer.is-style-tb-spacer-72 {
		height: 56px !important;
	}

	.is-style-tb-gray-thought,
	.editor-styles-wrapper .is-style-tb-gray-thought,
	.wp-article__content .is-style-tb-gray-thought {
		margin: 0 auto var(--editor-content-block-margin, 16px);
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.is-style-tb-gray-thought > .wp-block-group__inner-container,
	.editor-styles-wrapper .is-style-tb-gray-thought > .wp-block-group__inner-container,
	.wp-article__content .is-style-tb-gray-thought > .wp-block-group__inner-container {
		max-width: var(--tb-editor-content-width);
	}

	.is-style-tb-gray-thought h4,
	.editor-styles-wrapper .is-style-tb-gray-thought h4,
	.wp-article__content .is-style-tb-gray-thought h4 {
		font-size: 23px !important;
	}

	.is-style-tb-gray-thought h5,
	.is-style-tb-gray-thought h6,
	.editor-styles-wrapper .is-style-tb-gray-thought h5,
	.editor-styles-wrapper .is-style-tb-gray-thought h6,
	.wp-article__content .is-style-tb-gray-thought h5,
	.wp-article__content .is-style-tb-gray-thought h6 {
		font-size: 21px !important;
	}
}

@media (max-width: 767px) {
	:root {
		--tb-editor-wide-width: calc(100vw - 32px);
	}

	.editor-styles-wrapper h1.wp-block-heading {
		font-size: 34px;
	}

	.editor-styles-wrapper h2.wp-block-heading {
		font-size: 27px;
	}

	.editor-styles-wrapper h3.wp-block-heading {
		font-size: 23px;
	}

	.editor-styles-wrapper h4.wp-block-heading {
		font-size: 21px;
	}

	.editor-styles-wrapper h5.wp-block-heading {
		font-size: 19px;
	}

	.editor-styles-wrapper h6.wp-block-heading {
		font-size: 17px;
	}

	.is-style-tb-yellow-callout,
	.wp-article__content .is-style-tb-yellow-callout,
	.is-style-tb-request-banner,
	.wp-article__content .is-style-tb-request-banner {
	padding: 24px;
	}

	.is-style-tb-small-cta,
	.wp-article__content .is-style-tb-small-cta {
		padding: 0;
	}

	.is-style-tb-gray-thought,
	.editor-styles-wrapper .is-style-tb-gray-thought,
	.wp-article__content .is-style-tb-gray-thought {
		margin: 0 auto var(--editor-content-block-margin, 16px);
		padding: 64px 0;
	}

	.is-style-tb-gray-thought > .wp-block-group__inner-container,
	.editor-styles-wrapper .is-style-tb-gray-thought > .wp-block-group__inner-container,
	.wp-article__content .is-style-tb-gray-thought > .wp-block-group__inner-container {
		width: calc(100% - 32px) !important;
		max-width: none !important;
	}

	.is-style-tb-gray-thought h4,
	.editor-styles-wrapper .is-style-tb-gray-thought h4,
	.wp-article__content .is-style-tb-gray-thought h4 {
		font-size: 21px !important;
	}

	.is-style-tb-gray-thought h5,
	.is-style-tb-gray-thought h6,
	.editor-styles-wrapper .is-style-tb-gray-thought h5,
	.editor-styles-wrapper .is-style-tb-gray-thought h6,
	.wp-article__content .is-style-tb-gray-thought h5,
	.wp-article__content .is-style-tb-gray-thought h6 {
		font-size: 18px !important;
	}

	.is-style-tb-section-heading,
	.wp-article__content .is-style-tb-section-heading {
		font-size: 23px !important;
	}

	.is-style-tb-request-banner,
	.editor-styles-wrapper .is-style-tb-request-banner,
	.wp-article__content .is-style-tb-request-banner,
	.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
	.editor-styles-wrapper .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
	.wp-article__content .is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
	.is-style-tb-request-banner > .wp-block-group__inner-container,
	.editor-styles-wrapper .is-style-tb-request-banner > .wp-block-group__inner-container,
	.wp-article__content .is-style-tb-request-banner > .wp-block-group__inner-container {
		min-height: 400px !important;
		align-items: stretch !important;
		padding: 24px !important;
		aspect-ratio: 328 / 400;
	}

	.wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
	.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
	.wp-article__content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
		min-height: 352px !important;
	}

	.is-style-tb-request-banner h2,
	.is-style-tb-request-banner h3,
	.wp-article__content .is-style-tb-request-banner h2,
	.wp-article__content .is-style-tb-request-banner h3 {
		font-size: 26px !important;
	}

	.is-style-tb-request-banner .wp-block-buttons,
	.editor-styles-wrapper .is-style-tb-request-banner .wp-block-buttons,
	.wp-article__content .is-style-tb-request-banner .wp-block-buttons,
	.is-style-tb-request-banner .wp-block-button,
	.editor-styles-wrapper .is-style-tb-request-banner .wp-block-button,
	.wp-article__content .is-style-tb-request-banner .wp-block-button {
		width: 100% !important;
	}

	.is-style-tb-request-banner .wp-block-button__link,
	.editor-styles-wrapper .is-style-tb-request-banner .wp-block-button__link,
	.wp-article__content .is-style-tb-request-banner .wp-block-button__link {
		width: 100%;
		padding: 0 !important;
	}

	.is-style-tb-request-banner .wp-block-button__link:not(:has(> span)),
	.editor-styles-wrapper .is-style-tb-request-banner .wp-block-button__link:not(:has(> span)),
	.wp-article__content .is-style-tb-request-banner .wp-block-button__link:not(:has(> span)) {
		padding-top: 2px !important;
		padding-bottom: 0 !important;
	}

	.is-style-tb-small-cta,
	.editor-styles-wrapper .is-style-tb-small-cta,
	.wp-article__content .is-style-tb-small-cta {
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-items: center !important;
		min-height: auto !important;
		padding: 0 !important;
	}

	.is-style-tb-small-cta > .wp-block-group__inner-container,
	.editor-styles-wrapper .is-style-tb-small-cta > .wp-block-group__inner-container,
	.wp-article__content .is-style-tb-small-cta > .wp-block-group__inner-container {
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-items: center !important;
		min-height: auto !important;
		padding: 24px !important;
	}

	.is-style-tb-small-cta h3,
	.wp-article__content .is-style-tb-small-cta h3 {
		width: 100%;
		padding-right: 0;
	}

	.is-style-tb-small-cta .wp-block-buttons,
	.wp-article__content .is-style-tb-small-cta .wp-block-buttons {
		width: 100%;
		margin-top: 24px !important;
	}

	.is-style-tb-small-cta .wp-block-button,
	.wp-article__content .is-style-tb-small-cta .wp-block-button {
		width: 100%;
	}

	.is-style-tb-small-cta .wp-block-button__link,
	.wp-article__content .is-style-tb-small-cta .wp-block-button__link {
		width: 100%;
	}

	.is-style-tb-section-heading,
	.wp-article__content .is-style-tb-section-heading {
		margin-top: 0;
	}
}

.editor-content > .wp-block-heading,
.editor-content > .wp-block-image,
.editor-styles-wrapper .wp-block-heading.is-style-tb-content-heading,
.editor-styles-wrapper .wp-block-heading.is-style-tb-section-heading,
.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image) {
	width: 100% !important;
	max-width: 774px !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.editor-content > .wp-block-heading,
.editor-styles-wrapper .wp-block-heading.is-style-tb-content-heading,
.editor-styles-wrapper .wp-block-heading.is-style-tb-section-heading {
	margin: 0 0 var(--editor-content-block-margin, 24px);
}

.editor-content > .wp-block-image,
.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image) {
	margin: 0 0 var(--editor-content-block-margin, 24px) !important;
}

.editor-content > .wp-block-heading,
.editor-styles-wrapper .wp-block-heading.is-style-tb-content-heading,
.editor-styles-wrapper .wp-block-heading.is-style-tb-section-heading {
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.editor-content > h1.wp-block-heading {
	font-size: 82px !important;
}

.editor-content > h2.wp-block-heading {
	font-size: 68px !important;
}

.editor-content > h3.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading.is-style-tb-section-heading,
.editor-styles-wrapper h3.wp-block-heading.is-style-tb-content-heading {
	font-size: 40px !important;
}

.editor-content > h4.wp-block-heading,
.editor-styles-wrapper h4.wp-block-heading.is-style-tb-content-heading {
	font-size: 30px !important;
	font-weight: 700 !important;
}

.editor-content > h5.wp-block-heading,
.editor-styles-wrapper h5.wp-block-heading.is-style-tb-content-heading {
	font-size: 24px !important;
	font-weight: 700 !important;
}

.editor-content > h6.wp-block-heading,
.editor-styles-wrapper h6.wp-block-heading.is-style-tb-content-heading {
	font-size: 18px !important;
	font-weight: 700 !important;
}

.editor-content > .wp-block-image img,
.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image) img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
	object-fit: cover;
}

.editor-content > .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image) figcaption {
	margin: 24px 0 0 !important;
	color: #979797 !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	text-align: right !important;
	overflow-wrap: break-word;
	word-break: break-word;
}

.editor-content > .wp-block-image.is-style-tb-wide-image,
.editor-styles-wrapper .wp-block-image.is-style-tb-wide-image {
	width: var(--tb-editor-wide-width) !important;
	max-width: var(--tb-editor-wide-width) !important;
	margin-left: 50% !important;
	margin-right: 0 !important;
	transform: translateX(-50%) !important;
}

.editor-content > .wp-block-image.is-style-tb-wide-image img,
.editor-styles-wrapper .wp-block-image.is-style-tb-wide-image img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
	object-fit: cover;
}

.wp-block-spacer.is-style-tb-spacer-responsive,
.editor-content > .wp-block-spacer.is-style-tb-spacer-responsive,
.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-responsive {
	display: flex !important;
	width: 100% !important;
	max-width: 774px !important;
	height: var(--tb-spacer-desktop, 24px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

/* Keep spacer blocks recognizable in Gutenberg without changing the article. */
.editor-styles-wrapper .wp-block-spacer {
	position: relative;
	overflow: visible;
	background: rgba(34, 113, 177, 0.04);
	outline: 1px dashed rgba(34, 113, 177, 0.45);
	outline-offset: -1px;
}

.editor-styles-wrapper .wp-block-spacer::before {
	content: "Интервал";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: max-content;
	padding: 2px 6px;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(34, 113, 177, 0.22);
	border-radius: 3px;
	background: #fff;
	color: #50575e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	pointer-events: none;
}

@media (max-width: 1439px) {
	.editor-content > p,
	.editor-content > .wp-block-paragraph,
	.editor-content > ul,
	.editor-content > ol,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-paragraph {
		width: 100% !important;
		max-width: var(--tb-editor-wide-width) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		font-size: 15px !important;
		line-height: 1.4 !important;
	}

	.editor-content > .wp-block-heading,
	.editor-content > .wp-block-image,
	.editor-content > .wp-block-spacer.is-style-tb-spacer-responsive,
	.editor-styles-wrapper .wp-block-heading.is-style-tb-content-heading,
	.editor-styles-wrapper .wp-block-heading.is-style-tb-section-heading,
	.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image),
	.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-responsive {
		max-width: var(--tb-editor-wide-width) !important;
	}

	.editor-content > h1.wp-block-heading {
		font-size: 40px !important;
	}

	.editor-content > h2.wp-block-heading {
		font-size: 30px !important;
	}

	.editor-content > h3.wp-block-heading,
	.editor-styles-wrapper h3.wp-block-heading.is-style-tb-section-heading,
	.editor-styles-wrapper h3.wp-block-heading.is-style-tb-content-heading {
		font-size: 26px !important;
	}

	.editor-content > h4.wp-block-heading,
	.editor-styles-wrapper h4.wp-block-heading.is-style-tb-content-heading {
		font-size: 23px !important;
	}

	.editor-content > h5.wp-block-heading,
	.editor-styles-wrapper h5.wp-block-heading.is-style-tb-content-heading {
		font-size: 20px !important;
	}

	.editor-content > h6.wp-block-heading,
	.editor-styles-wrapper h6.wp-block-heading.is-style-tb-content-heading {
		font-size: 18px !important;
	}

	.editor-content > .wp-block-image figcaption,
	.is-style-tb-wide-image figcaption,
	.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image) figcaption {
		margin-top: 16px !important;
	}

	.wp-block-spacer.is-style-tb-spacer-responsive,
	.editor-content > .wp-block-spacer.is-style-tb-spacer-responsive,
	.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-responsive {
		max-width: var(--tb-editor-wide-width) !important;
		height: var(--tb-spacer-tablet, var(--tb-spacer-desktop, 24px)) !important;
	}
}

@media (max-width: 767px) {
	.editor-content > .wp-block-heading,
	.editor-content > .wp-block-image,
	.editor-content > .wp-block-spacer.is-style-tb-spacer-responsive,
	.editor-styles-wrapper .wp-block-heading.is-style-tb-content-heading,
	.editor-styles-wrapper .wp-block-heading.is-style-tb-section-heading,
	.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image),
	.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-responsive {
		max-width: none !important;
	}

	.editor-content > p,
	.editor-content > .wp-block-paragraph,
	.editor-content > ul,
	.editor-content > ol,
	.editor-content > .wp-block-heading,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-paragraph,
	.editor-styles-wrapper .wp-block-heading.is-style-tb-content-heading,
	.editor-styles-wrapper .wp-block-heading.is-style-tb-section-heading {
		width: calc(100% - 32px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.editor-content > p,
	.editor-content > .wp-block-paragraph,
	.editor-content > ul,
	.editor-content > ol,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-paragraph {
		max-width: none !important;
		font-size: 15px !important;
		line-height: 1.4 !important;
	}

	.editor-content > .wp-block-image,
	.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image) {
		width: 100% !important;
	}

	.editor-content > .wp-block-image img,
	.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image) img {
		width: calc(100% - 32px) !important;
	}

	.editor-content > .wp-block-image figcaption,
	.editor-styles-wrapper .wp-block-image:not(.is-style-tb-wide-image) figcaption {
		width: calc(100% - 32px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.is-style-tb-small-cta,
	.editor-styles-wrapper .is-style-tb-small-cta,
	.wp-article__content .is-style-tb-small-cta {
		width: calc(100% - 32px) !important;
		max-width: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.is-style-tb-small-cta > .wp-block-group__inner-container,
	.editor-styles-wrapper .is-style-tb-small-cta > .wp-block-group__inner-container,
	.wp-article__content .is-style-tb-small-cta > .wp-block-group__inner-container {
		width: 100% !important;
		max-width: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.editor-content > h1.wp-block-heading {
		font-size: 34px !important;
	}

	.editor-content > h2.wp-block-heading {
		font-size: 27px !important;
	}

	.editor-content > h3.wp-block-heading,
	.editor-styles-wrapper h3.wp-block-heading.is-style-tb-section-heading,
	.editor-styles-wrapper h3.wp-block-heading.is-style-tb-content-heading {
		font-size: 23px !important;
	}

	.editor-content > h4.wp-block-heading,
	.editor-styles-wrapper h4.wp-block-heading.is-style-tb-content-heading {
		font-size: 21px !important;
	}

	.editor-content > h5.wp-block-heading,
	.editor-styles-wrapper h5.wp-block-heading.is-style-tb-content-heading {
		font-size: 19px !important;
	}

	.editor-content > h6.wp-block-heading,
	.editor-styles-wrapper h6.wp-block-heading.is-style-tb-content-heading {
		font-size: 17px !important;
	}

	.wp-block-spacer.is-style-tb-spacer-responsive,
	.editor-content > .wp-block-spacer.is-style-tb-spacer-responsive,
	.editor-styles-wrapper .wp-block-spacer.is-style-tb-spacer-responsive {
		max-width: none !important;
		height: var(--tb-spacer-mobile, var(--tb-spacer-tablet, var(--tb-spacer-desktop, 24px))) !important;
	}
}

.editor-content .is-style-tb-gray-thought {
	width: 100vw !important;
	max-width: 100vw !important;
	min-width: 100vw !important;
	margin: 0 calc(50% - 50vw) var(--editor-content-block-margin, 24px) !important;
	padding: calc((100vw / 1920) * 96) 40px !important;
	box-sizing: border-box;
}

.editor-content .is-style-tb-gray-thought > .wp-block-group__inner-container {
	width: 100% !important;
	max-width: 774px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	background: transparent !important;
}

@media (max-width: 1439px) {
	.editor-content .is-style-tb-gray-thought {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	.editor-content .is-style-tb-gray-thought > .wp-block-group__inner-container {
		max-width: 1045px !important;
	}
}

@media (max-width: 767px) {
	.editor-content .is-style-tb-gray-thought {
		padding: 64px 40px !important;
	}

	.editor-content .is-style-tb-gray-thought > .wp-block-group__inner-container {
		max-width: none !important;
	}
}

/* Native Gutenberg mappings for original EditorJS blocks.
   Source of truth: front/src/assets/styles/editor.scss and EditorParser.tsx
   from the downloaded teambuilding.ru project. */

.editor-content > ul,
.editor-content > ol,
.editor-content > .wp-block-list,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ul,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list,
.wp-article__content .wp-block-list {
	width: 100% !important;
	max-width: 774px !important;
	margin: 0 0 var(--editor-content-block-margin, 24px);
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
}

.editor-content > ul,
.editor-content > ul.wp-block-list,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ul,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ul.wp-block-list,
.wp-article__content ul.wp-block-list:not(.is-style-tb-checklist) {
	padding-left: 20px !important;
	list-style-type: disc !important;
}

.editor-content > ol,
.editor-content > ol.wp-block-list,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol.wp-block-list,
.wp-article__content ol.wp-block-list {
	padding-left: 0 !important;
	list-style: none !important;
	counter-reset: tb-list-item;
}

.editor-content > ol li,
.editor-content > ol.wp-block-list li,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol li,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol.wp-block-list li,
.wp-article__content ol.wp-block-list li {
	counter-increment: tb-list-item;
}

.editor-content > ol li::before,
.editor-content > ol.wp-block-list li::before,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol li::before,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol.wp-block-list li::before,
.wp-article__content ol.wp-block-list li::before {
	content: counters(tb-list-item, ".") ".";
	padding-right: 10px;
}

.editor-content > ul li,
.editor-content > ol li,
.editor-content > .wp-block-list li,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ul li,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol li,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list li,
.wp-article__content .wp-block-list li {
	margin: 0 !important;
	padding-left: 0 !important;
}

.editor-content > .wp-block-list li > ul,
.editor-content > .wp-block-list li > ol,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list li > ul,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list li > ol,
.wp-article__content .wp-block-list li > ul,
.wp-article__content .wp-block-list li > ol {
	width: auto !important;
	max-width: none !important;
	margin: 4px 0 0 !important;
	font: inherit !important;
	line-height: inherit !important;
}

.editor-content > .wp-block-list li > ul,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list li > ul,
.wp-article__content .wp-block-list li > ul {
	padding-left: 20px !important;
	list-style-type: disc !important;
}

.editor-content > .wp-block-list li > ol,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list li > ol,
.wp-article__content .wp-block-list li > ol {
	padding-left: 0 !important;
	list-style: none !important;
	counter-reset: tb-list-item;
}

.editor-content > .wp-block-list li > ol > li,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list li > ol > li,
.wp-article__content .wp-block-list li > ol > li {
	counter-increment: tb-list-item;
}

.editor-content > .wp-block-list li > ol > li::before,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list li > ol > li::before,
.wp-article__content .wp-block-list li > ol > li::before {
	content: counters(tb-list-item, ".") ".";
	padding-right: 10px;
}

/* Gutenberg reserves li::before for block controls. Use the native marker in
   the editor so the number and editable text stay on the same line. */
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol.wp-block-list:not(.is-style-tb-checklist) li {
	display: list-item !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol.wp-block-list:not(.is-style-tb-checklist) li::before {
	content: none !important;
	padding-right: 0 !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol.wp-block-list:not(.is-style-tb-checklist) li::marker {
	content: counters(tb-list-item, ".") ". ";
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol.wp-block-list:not(.is-style-tb-checklist) li > ol {
	padding-left: 25px !important;
}

.is-style-tb-checklist,
.editor-styles-wrapper .is-style-tb-checklist,
.wp-article__content .is-style-tb-checklist {
	width: 100% !important;
	max-width: 774px !important;
	margin: 0 0 var(--editor-content-block-margin, 24px) !important;
	padding-left: 0 !important;
	list-style: none !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
}

.is-style-tb-checklist > li,
.editor-styles-wrapper .is-style-tb-checklist > li,
.wp-article__content .is-style-tb-checklist > li {
	position: relative;
	min-height: 24px;
	margin: 0 !important;
	padding-left: 34px !important;
	list-style: none !important;
}

.is-style-tb-checklist > li::before,
.editor-styles-wrapper .is-style-tb-checklist > li::before,
.wp-article__content .is-style-tb-checklist > li::before {
	content: "" !important;
	position: absolute;
	top: 1px;
	left: 0;
	width: 24px;
	height: 24px;
	background: center / contain no-repeat url("checked.svg");
}

.is-style-tb-checklist > li.checked-false::before,
.editor-styles-wrapper .is-style-tb-checklist > li.checked-false::before,
.wp-article__content .is-style-tb-checklist > li.checked-false::before {
	background-image: url("unchecked.svg");
}

.is-style-tb-editor-quote,
.editor-styles-wrapper .is-style-tb-editor-quote,
.wp-article__content .is-style-tb-editor-quote {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 774px !important;
	margin: 0 0 var(--editor-content-block-margin, 24px) !important;
	padding: 0 !important;
	border: 0 !important;
	box-sizing: border-box;
}

.is-style-tb-editor-quote:not(.has-background),
.editor-styles-wrapper .is-style-tb-editor-quote:not(.has-background),
.wp-article__content .is-style-tb-editor-quote:not(.has-background) {
	background: transparent;
}

.is-style-tb-editor-quote.has-background,
.editor-styles-wrapper .is-style-tb-editor-quote.has-background,
.wp-article__content .is-style-tb-editor-quote.has-background {
	padding: 48px !important;
}

.is-style-tb-editor-quote > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-tb-editor-quote > .wp-block-group__inner-container,
.wp-article__content .is-style-tb-editor-quote > .wp-block-group__inner-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.is-style-tb-editor-quote::before,
.editor-styles-wrapper .is-style-tb-editor-quote::before,
.wp-article__content .is-style-tb-editor-quote::before {
	content: "" !important;
	display: block;
	width: 56px;
	height: 40px;
	margin-bottom: 26px;
	background: currentColor;
	-webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='56' height='40' viewBox='0 0 56 40' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24H12L3.99993 39.9999H15.9999L24 24V0H0V24ZM32 0V24H44L36 39.9999H47.9999L56 24V0H32Z'/%3E%3C/svg%3E");
	mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='56' height='40' viewBox='0 0 56 40' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24H12L3.99993 39.9999H15.9999L24 24V0H0V24ZM32 0V24H44L36 39.9999H47.9999L56 24V0H32Z'/%3E%3C/svg%3E");
}

.is-style-tb-editor-quote .tb-quote-text,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-text,
.wp-article__content .is-style-tb-editor-quote .tb-quote-text {
	width: 100% !important;
	max-width: 774px !important;
	margin: 0 0 28px !important;
	padding: 0 !important;
	font-family: "Murs Gothic", "MursGothic", "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 40px !important;
	font-weight: 800 !important;
	line-height: 40px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.is-style-tb-editor-quote .tb-quote-level-1,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-1,
.wp-article__content .is-style-tb-editor-quote .tb-quote-level-1 {
	font-size: 80px !important;
	line-height: 80px !important;
}

.is-style-tb-editor-quote .tb-quote-level-2,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-2,
.wp-article__content .is-style-tb-editor-quote .tb-quote-level-2 {
	font-size: 68px !important;
	line-height: 68px !important;
}

.is-style-tb-editor-quote .tb-quote-level-4,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-4,
.wp-article__content .is-style-tb-editor-quote .tb-quote-level-4 {
	font-size: 30px !important;
	line-height: 36px !important;
}

.is-style-tb-editor-quote .tb-quote-level-5,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-5,
.wp-article__content .is-style-tb-editor-quote .tb-quote-level-5 {
	font-size: 21px !important;
	line-height: 25px !important;
}

.is-style-tb-editor-quote .tb-quote-level-6,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-6,
.wp-article__content .is-style-tb-editor-quote .tb-quote-level-6 {
	font-size: 19px !important;
	line-height: 24px !important;
}

.is-style-tb-editor-quote .tb-quote-author-wrap,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-wrap,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-wrap {
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-article__content .is-style-tb-editor-quote .tb-quote-author-photo:not(:has(img)) {
	display: none !important;
}

.is-style-tb-editor-quote .tb-quote-author-photo,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-photo,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-photo {
	flex: 0 0 64px !important;
	width: 64px !important;
	height: 64px !important;
	min-height: 64px !important;
	border-radius: 50% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.is-style-tb-editor-quote .tb-quote-author-photo > .wp-block-cover__inner-container,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-photo > .wp-block-cover__inner-container,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-photo > .wp-block-cover__inner-container {
	display: none !important;
}

.is-style-tb-editor-quote .tb-quote-author-photo img,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-photo img,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-photo img {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	max-width: none !important;
	border-radius: 50% !important;
	object-fit: cover !important;
}

.is-style-tb-editor-quote .tb-quote-author-text,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-text,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-text {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
}

.is-style-tb-editor-quote .tb-quote-author-name,
.is-style-tb-editor-quote .tb-quote-author-desc,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-name,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-desc,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-name,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-desc {
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
	text-transform: none !important;
}

.is-style-tb-editor-quote .tb-quote-author-name,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-name,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-name {
	color: inherit !important;
	font-size: 15px !important;
	line-height: 21px !important;
}

.is-style-tb-editor-quote .tb-quote-author-desc,
.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-author-desc,
.wp-article__content .is-style-tb-editor-quote .tb-quote-author-desc {
	color: inherit !important;
	opacity: 0.5;
	font-size: 14px !important;
	line-height: 17px !important;
}

.wp-block-columns.is-style-tb-columns-2,
.wp-block-columns.is-style-tb-columns-3,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-2,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-3,
.wp-article__content .wp-block-columns.is-style-tb-columns-2,
.wp-article__content .wp-block-columns.is-style-tb-columns-3 {
	display: grid !important;
	width: 100% !important;
	max-width: 774px !important;
	margin: 0 0 var(--editor-content-block-margin, 24px) !important;
	gap: 10px !important;
}

.wp-block-columns.is-style-tb-columns-2,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-2,
.wp-article__content .wp-block-columns.is-style-tb-columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.wp-block-columns.is-style-tb-columns-3,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-3,
.wp-article__content .wp-block-columns.is-style-tb-columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.wp-block-columns.is-style-tb-columns-2 > .wp-block-column,
.wp-block-columns.is-style-tb-columns-3 > .wp-block-column,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-2 > .wp-block-column,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-3 > .wp-block-column,
.wp-article__content .wp-block-columns.is-style-tb-columns-2 > .wp-block-column,
.wp-article__content .wp-block-columns.is-style-tb-columns-3 > .wp-block-column {
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	min-width: 0 !important;
	flex-basis: auto !important;
	flex-grow: 0 !important;
}

.wp-block-columns.is-style-tb-columns-2 > .wp-block-column > :first-child,
.wp-block-columns.is-style-tb-columns-3 > .wp-block-column > :first-child,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-2 > .wp-block-column > :first-child,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-3 > .wp-block-column > :first-child,
.wp-article__content .wp-block-columns.is-style-tb-columns-2 > .wp-block-column > :first-child,
.wp-article__content .wp-block-columns.is-style-tb-columns-3 > .wp-block-column > :first-child {
	margin-top: 0 !important;
}

.wp-block-columns.is-style-tb-columns-2 > .wp-block-column > :last-child,
.wp-block-columns.is-style-tb-columns-3 > .wp-block-column > :last-child,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-2 > .wp-block-column > :last-child,
.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-3 > .wp-block-column > :last-child,
.wp-article__content .wp-block-columns.is-style-tb-columns-2 > .wp-block-column > :last-child,
.wp-article__content .wp-block-columns.is-style-tb-columns-3 > .wp-block-column > :last-child {
	margin-bottom: 0 !important;
}

.is-style-tb-editor-video,
.editor-styles-wrapper .is-style-tb-editor-video,
.wp-article__content .is-style-tb-editor-video {
	width: 100% !important;
	max-width: 774px !important;
	margin: 0 0 var(--editor-content-block-margin, 24px) !important;
}

.is-style-tb-editor-video iframe,
.is-style-tb-editor-video video,
.editor-styles-wrapper .is-style-tb-editor-video iframe,
.editor-styles-wrapper .is-style-tb-editor-video video,
.wp-article__content .is-style-tb-editor-video iframe,
.wp-article__content .is-style-tb-editor-video video {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9 !important;
}

.tb-video-sources,
.editor-styles-wrapper .tb-video-sources,
.wp-article__content .tb-video-sources {
	box-sizing: border-box;
}

.tb-video-sources__tabs,
.editor-styles-wrapper .tb-video-sources__tabs,
.wp-article__content .tb-video-sources__tabs {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0 0 24px !important;
	padding: 0 0 12px !important;
	border-bottom: 1px solid rgba(24, 24, 24, 0.1);
	overflow-x: auto;
}

.tb-video-sources__tab,
.editor-styles-wrapper .tb-video-sources__tab,
.wp-article__content .tb-video-sources__tab {
	position: relative;
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 0 7px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #181818 !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 19px !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	cursor: pointer;
}

.tb-video-sources__tab::after,
.editor-styles-wrapper .tb-video-sources__tab::after,
.wp-article__content .tb-video-sources__tab::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: transparent;
	content: "";
}

.tb-video-sources__tab--vk:hover::after,
.tb-video-sources__tab--vk:focus-visible::after,
.tb-video-sources__tab--vk.is-active::after {
	background: #1e7dc7;
}

.tb-video-sources__tab--youtube:hover::after,
.tb-video-sources__tab--youtube:focus-visible::after,
.tb-video-sources__tab--youtube.is-active::after {
	background: rgb(178, 71, 182);
}

.tb-video-sources__tab--kinescope:hover::after,
.tb-video-sources__tab--kinescope:focus-visible::after,
.tb-video-sources__tab--kinescope.is-active::after {
	background: #181818;
}

.tb-video-sources__tab:focus-visible {
	outline: 2px solid #181818;
	outline-offset: 3px;
}

.tb-video-sources__frame,
.editor-styles-wrapper .tb-video-sources__frame,
.wp-article__content .tb-video-sources__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 !important;
	padding: 0 !important;
	background: #181818;
	overflow: hidden;
}

.tb-video-sources__frame iframe,
.editor-styles-wrapper .tb-video-sources__frame iframe,
.wp-article__content .tb-video-sources__frame iframe {
	position: absolute;
	inset: 0;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	aspect-ratio: 16 / 9 !important;
}

.tb-video-sources--editor,
.editor-styles-wrapper .tb-video-sources--editor {
	padding: 20px !important;
	border: 1px solid #dcdcde;
	background: #fff;
}

.tb-video-sources__editor-heading,
.editor-styles-wrapper .tb-video-sources__editor-heading {
	margin: 0 0 6px !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
}

.tb-video-sources__editor-help,
.editor-styles-wrapper .tb-video-sources__editor-help {
	margin: 0 0 18px !important;
	color: #646970 !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 19px !important;
}

.tb-video-sources__editor-fields,
.editor-styles-wrapper .tb-video-sources__editor-fields {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 18px !important;
}

.tb-video-sources__editor-fields .components-base-control,
.editor-styles-wrapper .tb-video-sources__editor-fields .components-base-control {
	margin: 0 !important;
}

.tb-video-sources--editor .components-notice,
.editor-styles-wrapper .tb-video-sources--editor .components-notice {
	margin: 0 0 18px !important;
}

.tb-video-sources__editor-preview,
.editor-styles-wrapper .tb-video-sources__editor-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	text-align: center;
}

.tb-video-sources__editor-preview strong,
.editor-styles-wrapper .tb-video-sources__editor-preview strong {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.tb-video-sources__editor-preview > span:last-child,
.editor-styles-wrapper .tb-video-sources__editor-preview > span:last-child {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	opacity: 0.72;
}

.tb-video-sources__editor-preview-icon,
.editor-styles-wrapper .tb-video-sources__editor-preview-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	padding-left: 3px;
	border-radius: 50%;
	background: #fff;
	color: #181818;
	font-size: 20px;
	line-height: 1;
}

@media (max-width: 1439px) {
	.editor-content > ul,
	.editor-content > ol,
	.editor-content > .wp-block-list,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ul,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list,
	.wp-article__content .wp-block-list,
	.is-style-tb-checklist,
	.editor-styles-wrapper .is-style-tb-checklist,
	.wp-article__content .is-style-tb-checklist,
	.is-style-tb-editor-quote,
	.editor-styles-wrapper .is-style-tb-editor-quote,
	.wp-article__content .is-style-tb-editor-quote,
	.is-style-tb-editor-quote .tb-quote-text,
	.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-text,
	.wp-article__content .is-style-tb-editor-quote .tb-quote-text,
	.wp-block-columns.is-style-tb-columns-2,
	.wp-block-columns.is-style-tb-columns-3,
	.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-2,
	.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-3,
	.wp-article__content .wp-block-columns.is-style-tb-columns-2,
	.wp-article__content .wp-block-columns.is-style-tb-columns-3,
	.is-style-tb-editor-video,
	.editor-styles-wrapper .is-style-tb-editor-video,
	.wp-article__content .is-style-tb-editor-video {
		max-width: 1045px !important;
	}

	.editor-content > ul,
	.editor-content > ol,
	.editor-content > .wp-block-list,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ul,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list,
		.wp-article__content .wp-block-list {
			font-size: 15px !important;
			line-height: 1.4 !important;
		}

		.is-style-tb-checklist,
		.editor-styles-wrapper .is-style-tb-checklist,
		.wp-article__content .is-style-tb-checklist {
			font-size: 16px !important;
			line-height: 1.3 !important;
		}
	}

@media (max-width: 768px) {
	.is-style-tb-editor-quote::before,
	.editor-styles-wrapper .is-style-tb-editor-quote::before,
	.wp-article__content .is-style-tb-editor-quote::before {
		width: 48px;
		height: 36px;
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='48' height='36' viewBox='0 0 48 36' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.00390625 21.4283H10.2818L3.42461 35.1426H13.7103L20.5675 21.4283V0.856934H-0.00390625V21.4283ZM27.4247 0.856934V21.4283H37.7104L30.8532 35.1426H41.1389L47.9961 21.4283V0.856934H27.4247Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg width='48' height='36' viewBox='0 0 48 36' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.00390625 21.4283H10.2818L3.42461 35.1426H13.7103L20.5675 21.4283V0.856934H-0.00390625V21.4283ZM27.4247 0.856934V21.4283H37.7104L30.8532 35.1426H41.1389L47.9961 21.4283V0.856934H27.4247Z'/%3E%3C/svg%3E");
	}

	.is-style-tb-editor-quote.has-background,
	.editor-styles-wrapper .is-style-tb-editor-quote.has-background,
	.wp-article__content .is-style-tb-editor-quote.has-background {
		padding: 24px !important;
	}

	.is-style-tb-editor-quote .tb-quote-level-1,
	.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-1,
	.wp-article__content .is-style-tb-editor-quote .tb-quote-level-1 {
		font-size: 35px !important;
		line-height: 35px !important;
	}

	.is-style-tb-editor-quote .tb-quote-level-2,
	.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-2,
	.wp-article__content .is-style-tb-editor-quote .tb-quote-level-2 {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	.is-style-tb-editor-quote .tb-quote-text,
	.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-text,
	.wp-article__content .is-style-tb-editor-quote .tb-quote-text {
		font-size: 26px !important;
		line-height: 26px !important;
	}

	.is-style-tb-editor-quote .tb-quote-level-4,
	.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-4,
	.wp-article__content .is-style-tb-editor-quote .tb-quote-level-4 {
		font-size: 22px !important;
		line-height: 22px !important;
	}

	.is-style-tb-editor-quote .tb-quote-level-5,
	.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-5,
	.wp-article__content .is-style-tb-editor-quote .tb-quote-level-5 {
		font-size: 18px !important;
		line-height: 21px !important;
	}

	.is-style-tb-editor-quote .tb-quote-level-6,
	.editor-styles-wrapper .is-style-tb-editor-quote .tb-quote-level-6,
	.wp-article__content .is-style-tb-editor-quote .tb-quote-level-6 {
		font-size: 17px !important;
		line-height: 20px !important;
	}
}

@media (max-width: 767px) {
	.editor-content > ul,
	.editor-content > ol,
	.editor-content > .wp-block-list,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ul,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > ol,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-list,
	.wp-article__content .wp-block-list,
	.is-style-tb-checklist,
	.editor-styles-wrapper .is-style-tb-checklist,
	.wp-article__content .is-style-tb-checklist,
	.is-style-tb-editor-quote,
	.editor-styles-wrapper .is-style-tb-editor-quote,
	.wp-article__content .is-style-tb-editor-quote,
	.wp-block-columns.is-style-tb-columns-2,
	.wp-block-columns.is-style-tb-columns-3,
	.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-2,
	.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-3,
	.wp-article__content .wp-block-columns.is-style-tb-columns-2,
	.wp-article__content .wp-block-columns.is-style-tb-columns-3,
	.is-style-tb-editor-video,
	.editor-styles-wrapper .is-style-tb-editor-video,
	.wp-article__content .is-style-tb-editor-video {
		width: calc(100% - 32px) !important;
		max-width: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.wp-block-columns.is-style-tb-columns-2,
	.wp-block-columns.is-style-tb-columns-3,
	.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-2,
	.editor-styles-wrapper .wp-block-columns.is-style-tb-columns-3,
	.wp-article__content .wp-block-columns.is-style-tb-columns-2,
	.wp-article__content .wp-block-columns.is-style-tb-columns-3 {
		grid-template-columns: minmax(0, 1fr) !important;
		row-gap: 30px !important;
	}
}

@media (max-width: 900px) {
	.tb-video-sources__editor-fields,
	.editor-styles-wrapper .tb-video-sources__editor-fields {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.tb-video-sources__tabs,
	.editor-styles-wrapper .tb-video-sources__tabs,
	.wp-article__content .tb-video-sources__tabs {
		gap: 18px;
		margin-bottom: 16px !important;
	}

	.tb-video-sources__tab,
	.editor-styles-wrapper .tb-video-sources__tab,
	.wp-article__content .tb-video-sources__tab {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	.tb-video-sources--editor,
	.editor-styles-wrapper .tb-video-sources--editor {
		padding: 16px !important;
	}
}

/* Gutenberg editor canvas fidelity layer.
   Keep this scoped to the editor so the public page stays controlled by
   .wp-article__content and native saved Gutenberg markup. */
.editor-styles-wrapper {
	--tb-editor-content-width: 774px;
	--tb-editor-wide-width: min(1045px, calc(100% - 112px));
	--tb-editor-full-width: 100%;
	--editor-content-block-margin: 24px;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 32px 0 80px !important;
	box-sizing: border-box;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block:not(.block-list-appender) {
	width: 100%;
	max-width: var(--tb-editor-content-width);
	margin-right: auto !important;
	margin-left: auto !important;
	box-sizing: border-box;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="wide"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.alignwide,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-wide-image,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-small-cta,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-editor-quote,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-editor-video,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-columns-2,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-columns-3 {
	width: var(--tb-editor-wide-width) !important;
	max-width: var(--tb-editor-wide-width) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	transform: none !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.alignfull,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought {
	width: var(--tb-editor-full-width) !important;
	max-width: var(--tb-editor-full-width) !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	transform: none !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/paragraph"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/heading"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/list"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/buttons"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/image"]:not(.is-style-tb-wide-image) {
	max-width: var(--tb-editor-content-width) !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/paragraph"] > .wp-block-paragraph,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/list"] > .wp-block-list,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/heading"] > .wp-block-heading,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/image"]:not(.is-style-tb-wide-image) > .wp-block-image {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	box-sizing: border-box;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought {
	max-width: none !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought > .wp-block-group__inner-container {
	width: 100% !important;
	max-width: var(--tb-editor-content-width) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought > .wp-block-group__inner-container > * {
	width: 100% !important;
	max-width: var(--tb-editor-content-width) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-request-banner,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-small-cta {
	max-width: var(--tb-editor-content-width) !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-request-banner[data-align="wide"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-request-banner.alignwide,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-small-cta[data-align="wide"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-small-cta.alignwide {
	max-width: var(--tb-editor-wide-width) !important;
}

@media (max-width: 1439px) {
	.editor-styles-wrapper {
		--tb-editor-wide-width: min(1045px, calc(100% - 112px));
		--editor-content-block-margin: 16px;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block:not(.block-list-appender),
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/paragraph"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/heading"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/list"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/buttons"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/image"]:not(.is-style-tb-wide-image) {
		max-width: var(--tb-editor-wide-width) !important;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.alignfull {
		max-width: var(--tb-editor-full-width) !important;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought > .wp-block-group__inner-container > * {
		max-width: var(--tb-editor-wide-width) !important;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/paragraph"] > .wp-block-paragraph,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/list"] > .wp-block-list {
		font-size: 15px !important;
		line-height: 1.4 !important;
	}
}

@media (max-width: 767px) {
	.editor-styles-wrapper {
		--tb-editor-wide-width: calc(100% - 32px);
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container {
		padding-top: 24px !important;
		padding-bottom: 64px !important;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block:not(.block-list-appender),
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/paragraph"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/heading"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/list"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/buttons"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/image"]:not(.is-style-tb-wide-image),
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="wide"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.alignwide,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-wide-image,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-small-cta,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-editor-quote,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-editor-video,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-columns-2,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-columns-3 {
		width: var(--tb-editor-wide-width) !important;
		max-width: var(--tb-editor-wide-width) !important;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"],
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.alignfull {
		width: var(--tb-editor-full-width) !important;
		max-width: var(--tb-editor-full-width) !important;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought > .wp-block-group__inner-container {
		width: var(--tb-editor-wide-width) !important;
		max-width: var(--tb-editor-wide-width) !important;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.is-style-tb-gray-thought > .wp-block-group__inner-container > * {
		width: var(--tb-editor-wide-width) !important;
		max-width: var(--tb-editor-wide-width) !important;
	}

	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/paragraph"] > .wp-block-paragraph,
	.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-type="core/list"] > .wp-block-list {
		font-size: 15px !important;
		line-height: 1.4 !important;
	}
}

/* Front/editor parity for native Gutenberg wrappers.
   These rules intentionally target saved block markup, not legacy normalizer
   classes, so editor changes remain visible on the public article page. */
.wp-article__content figure.wp-block-image:not(.alignleft):not(.alignright) {
	text-align: center;
}

.wp-article__content figure.wp-block-image:not(.alignleft):not(.alignright) img {
	margin-right: auto !important;
	margin-left: auto !important;
}

.wp-article__content figure.wp-block-image.is-style-tb-wide-image {
	width: var(--tb-article-wide-width) !important;
	max-width: var(--tb-article-wide-width) !important;
	margin: 0 0 var(--editor-content-block-margin, 24px) 50% !important;
	transform: translateX(-50%) !important;
}

.wp-article__content figure.wp-block-image.is-style-tb-wide-image img,
.editor-styles-wrapper .wp-block-image.is-style-tb-wide-image img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
	object-fit: cover;
}

.wp-article__content .wp-block-cover.is-style-tb-request-banner,
.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner {
	display: flex !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	width: 100%;
	min-height: 420px !important;
	margin: 0 0 var(--editor-content-block-margin, 24px) !important;
	padding: 32px !important;
	box-sizing: border-box;
	overflow: hidden;
	color: var(--tb-block-black, #181818);
}

.wp-article__content .wp-block-cover.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]) {
	background: var(--tb-block-lavender, #c9c4fd) !important;
}

.wp-article__content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 356px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
}

.wp-article__content .wp-block-cover.is-style-tb-request-banner .wp-block-cover__background,
.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner .wp-block-cover__background {
	pointer-events: none;
}

@media (max-width: 1439px) {
	.wp-article__content .wp-block-cover.is-style-tb-request-banner,
	.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner {
		min-height: 350px !important;
		padding: 28px !important;
	}

	.wp-article__content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
	.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
		min-height: 294px !important;
	}
}

@media (max-width: 767px) {
	.wp-article__content figure.wp-block-image.is-style-tb-wide-image {
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
	}

	.wp-article__content .wp-block-cover.is-style-tb-request-banner,
	.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner {
		min-height: 400px !important;
		padding: 24px !important;
		aspect-ratio: 328 / 400;
	}

	.wp-article__content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
	.editor-styles-wrapper .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
		min-height: 352px !important;
	}
}

/* The current single template renders Gutenberg content inside .editor-content.
   Keep these frontend rules in sync with the editor/fallback article wrappers. */
.editor-content > figure.wp-block-image.is-style-tb-wide-image,
.editor-content figure.wp-block-image.is-style-tb-wide-image {
	width: var(--tb-editor-wide-width) !important;
	max-width: var(--tb-editor-wide-width) !important;
	margin: 0 auto var(--editor-content-block-margin, 24px) !important;
	transform: none !important;
	text-align: center;
}

.editor-content > figure.wp-block-image.is-style-tb-wide-image img,
.editor-content figure.wp-block-image.is-style-tb-wide-image img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
	object-fit: cover;
}

.editor-content > .wp-block-cover.is-style-tb-request-banner,
.editor-content .wp-block-cover.is-style-tb-request-banner {
	display: flex !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	width: 100% !important;
	max-width: var(--tb-editor-content-width) !important;
	min-height: 420px !important;
	margin: 0 auto var(--editor-content-block-margin, 24px) !important;
	padding: 32px !important;
	box-sizing: border-box;
	overflow: hidden;
	color: var(--tb-block-black, #181818);
}

.editor-content > .wp-block-cover.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]),
.editor-content .wp-block-cover.is-style-tb-request-banner:not([class*="-background-color"]):not([style*="background"]) {
	background: var(--tb-block-lavender, #c9c4fd) !important;
}

.editor-content > .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
.editor-content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 356px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
}

@media (max-width: 1439px) {
	.editor-content > .wp-block-cover.is-style-tb-request-banner,
	.editor-content .wp-block-cover.is-style-tb-request-banner {
		min-height: 350px !important;
		padding: 28px !important;
	}

	.editor-content > .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
	.editor-content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
		min-height: 294px !important;
	}
}

@media (max-width: 767px) {
	.editor-content > figure.wp-block-image.is-style-tb-wide-image,
	.editor-content figure.wp-block-image.is-style-tb-wide-image {
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
	}

	.editor-content > .wp-block-cover.is-style-tb-request-banner,
	.editor-content .wp-block-cover.is-style-tb-request-banner {
		min-height: 400px !important;
		padding: 24px !important;
		aspect-ratio: 328 / 400;
	}

	.editor-content > .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container,
	.editor-content .wp-block-cover.is-style-tb-request-banner > .wp-block-cover__inner-container {
		min-height: 352px !important;
	}
}

/* Gutenberg and legacy Group markup may wrap the CTA's children. Let that
   wrapper own the layout once, without a second grid or duplicated padding. */
.wp-block-group.is-style-tb-small-cta:has(> .wp-block-group__inner-container),
.editor-styles-wrapper .wp-block-group.is-style-tb-small-cta:has(> .wp-block-group__inner-container),
.wp-article__content .wp-block-group.is-style-tb-small-cta:has(> .wp-block-group__inner-container) {
	display: block !important;
	min-height: 0 !important;
	padding: 0 !important;
}

.wp-block-group.is-style-tb-small-cta > .wp-block-group__inner-container,
.editor-styles-wrapper .wp-block-group.is-style-tb-small-cta > .wp-block-group__inner-container,
.wp-article__content .wp-block-group.is-style-tb-small-cta > .wp-block-group__inner-container {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Native Video block variation for portrait media. The block's standard
   Dimensions control can set a smaller width; the style only caps the size. */
.wp-block-video.is-style-tb-vertical-video,
.editor-styles-wrapper .wp-block-video.is-style-tb-vertical-video,
.wp-article__content .wp-block-video.is-style-tb-vertical-video,
.editor-content .wp-block-video.is-style-tb-vertical-video {
	max-width: min(420px, calc(100% - 32px)) !important;
	margin: 0 auto var(--editor-content-block-margin, 24px) !important;
	box-sizing: border-box;
}

.wp-block-video.is-style-tb-vertical-video:not([style*="width"]),
.editor-styles-wrapper .wp-block-video.is-style-tb-vertical-video:not([style*="width"]),
.wp-article__content .wp-block-video.is-style-tb-vertical-video:not([style*="width"]),
.editor-content .wp-block-video.is-style-tb-vertical-video:not([style*="width"]) {
	width: 420px !important;
}

.wp-block-video.is-style-tb-vertical-video video,
.editor-styles-wrapper .wp-block-video.is-style-tb-vertical-video video,
.wp-article__content .wp-block-video.is-style-tb-vertical-video video,
.editor-content .wp-block-video.is-style-tb-vertical-video video {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 78vh !important;
	max-height: 78svh !important;
	margin-right: auto !important;
	margin-left: auto !important;
	object-fit: contain;
}

/* Keep standalone photo captions close to their image at every viewport size. */
.editor-content .wp-block-image:not(.wp-block-gallery .wp-block-image) > figcaption,
.editor-styles-wrapper .wp-block-image:not(.wp-block-gallery .wp-block-image) > figcaption {
	margin-top: 9px !important;
}

/* Keep table words intact; wide tables scroll within their own block. */
.editor-content .wp-block-table,
.editor-styles-wrapper .wp-block-table {
 display: block;
 width: 100%;
 overflow-x: auto !important;
 max-width: 100%;
}
.editor-content .wp-block-table table,
.editor-styles-wrapper .wp-block-table table {
 table-layout: auto;
}
.editor-content .wp-block-table :is(td, th),
.editor-styles-wrapper .wp-block-table :is(td, th) {
 word-break: normal !important;
 overflow-wrap: normal;
}
