.entry-content :where(p, ul, ol, dl),
.wp-block-paragraph,
.wp-block-list {
	color: inherit;
}

.entry-content :where(p, ul, ol),
.wp-block-paragraph,
.wp-block-list {
	margin-top: 0;
}

.entry-content :where(h1, h2, h3, h4, h5, h6),
.wp-block-heading {
	clear: none;
	color: var(--wp--preset--color--ink, #333e48);
	font-weight: 400;
	line-height: 1.18;
	margin: 0 0 0.65em;
}

.entry-content :where(h1, h2, h3, h4, h5, h6):not(:first-child),
.wp-block-heading:not(:first-child) {
	margin-top: 1.35em;
}

.wp-block-list.is-style-twr-check-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.wp-block-list.is-style-twr-check-list li {
	padding-left: 1.85em;
	position: relative;
}

.wp-block-list.is-style-twr-check-list li::before {
	background: var(--wp--preset--color--trade-blue, #0787ea);
	border-radius: 999px;
	color: #fff;
	content: "";
	height: 0.5em;
	left: 0.35em;
	position: absolute;
	top: 0.58em;
	width: 0.5em;
}

.wp-block-quote {
	border-left: 4px solid var(--wp--preset--color--trade-blue, #0787ea);
	color: var(--wp--preset--color--ink, #333e48);
	margin-left: 0;
	padding: 0.25rem 0 0.25rem 1.25rem;
}

.wp-block-quote p:last-child {
	margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-pullquote cite {
	color: var(--wp--preset--color--muted, #6f7782);
	display: block;
	font-size: 0.875rem;
	font-style: normal;
	margin-top: 0.75rem;
}

.wp-block-quote.is-style-twr-testimonial {
	background: var(--wp--preset--color--soft, #f5f8fb);
	border: 1px solid var(--wp--preset--color--line, #e4e8ec);
	border-left: 4px solid var(--wp--preset--color--trade-blue, #0787ea);
	border-radius: 6px;
	padding: 1.25rem;
}

.wp-block-pullquote {
	border-bottom: 1px solid var(--wp--preset--color--line, #e4e8ec);
	border-top: 3px solid var(--wp--preset--color--trade-blue, #0787ea);
	color: var(--wp--preset--color--ink, #333e48);
	padding: 1.75rem 1rem;
	text-align: center;
}

.wp-block-pullquote blockquote {
	margin: 0 auto;
	max-width: 760px;
}

.wp-block-code,
.wp-block-preformatted,
.wp-block-verse,
pre.wp-block-code {
	background: #f5f8fb;
	border: 1px solid var(--wp--preset--color--line, #e4e8ec);
	border-radius: 6px;
	color: var(--wp--preset--color--ink, #333e48);
	overflow-x: auto;
	padding: 1rem;
}

.wp-block-code code,
.wp-block-preformatted,
.wp-block-verse {
	font-size: 0.9375rem;
	line-height: 1.65;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.wp-block-table :where(th, td) {
	border: 1px solid var(--wp--preset--color--line, #e4e8ec);
	padding: 0.85rem 1rem;
	text-align: left;
	vertical-align: top;
}

.wp-block-table thead th,
.wp-block-table tfoot td {
	background: var(--wp--preset--color--soft, #f5f8fb);
	color: var(--wp--preset--color--ink, #333e48);
	font-weight: 700;
}

.wp-block-table.is-style-twr-striped tbody tr:nth-child(odd) {
	background: var(--wp--preset--color--soft, #f5f8fb);
}

.wp-block-table figcaption {
	margin-top: 0.6rem;
	text-align: left;
}

.wp-block-details {
	border: 1px solid var(--wp--preset--color--line, #e4e8ec);
	border-radius: 6px;
	padding: 0;
}

.wp-block-details summary {
	color: var(--wp--preset--color--ink, #333e48);
	cursor: pointer;
	font-weight: 700;
	padding: 1rem 1.25rem;
}

.wp-block-details > :not(summary) {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.wp-block-details > :last-child {
	margin-bottom: 1.25rem;
}

.wp-block-footnotes {
	border-top: 1px solid var(--wp--preset--color--line, #e4e8ec);
	color: var(--wp--preset--color--muted, #6f7782);
	font-size: 0.875rem;
	margin-top: 2rem;
	padding-top: 1rem;
}
