.btp-market-snapshot-title {
	margin: 0;
	color: var(--btk-ink);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
}

.btp-adaptive-action.is-inline {
	margin-top: 20px;
}

.btp-adaptive-context-link {
	display: inline;
	color: var(--btk-link, #2563eb);
	font-weight: 650;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.btp-adaptive-context-link:hover,
.btp-adaptive-context-link:focus-visible {
	text-decoration-thickness: 2px;
}

.btp-adaptive-entity-section.has-editorial-visual {
	padding-top: clamp(54px, 5.5vw, 76px);
	padding-bottom: clamp(54px, 5.5vw, 76px);
}

.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-visual img {
	border: 1px solid color-mix(in srgb, var(--btk-line) 82%, transparent);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-visual figcaption {
	display: -webkit-box;
	margin-top: 9px;
	overflow: hidden;
	color: var(--btk-muted);
	font-size: .84rem;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (min-width: 960px) {
	.btp-adaptive-entity-section.has-editorial-visual {
		display: grid;
		grid-template-columns: minmax(0, 47fr) minmax(0, 53fr);
		column-gap: clamp(48px, 4vw, 64px);
		align-items: start;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-heading {
		grid-column: 2;
		grid-row: 1;
		max-width: none;
		margin: 0 0 18px;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-visual {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 100%;
		margin: 0;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-blocks {
		grid-column: 2;
		grid-row: 2;
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-action {
		grid-column: 2;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-warning {
		grid-column: 2;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-table-wrap {
		grid-column: 1 / -1;
	}

	.btp-adaptive-entity-section.has-editorial-visual.is-image-right {
		grid-template-columns: minmax(0, 53fr) minmax(0, 47fr);
	}

	.btp-adaptive-entity-section.has-editorial-visual.is-image-right .btp-adaptive-heading,
	.btp-adaptive-entity-section.has-editorial-visual.is-image-right .btp-adaptive-blocks,
	.btp-adaptive-entity-section.has-editorial-visual.is-image-right .btp-adaptive-action {
		grid-column: 1;
	}

	.btp-adaptive-entity-section.has-editorial-visual.is-image-right .btp-adaptive-warning {
		grid-column: 1;
	}

	.btp-adaptive-entity-section.has-editorial-visual.is-image-right .btp-adaptive-visual {
		grid-column: 2;
	}
}

@media (min-width: 1440px) {
	.btp-adaptive-entity-section.has-editorial-visual {
		width: min(calc(100% - 80px), 1320px);
		max-width: 1320px;
	}
}

@media (max-width: 959px) {
	.btp-adaptive-entity-section.has-editorial-visual {
		display: flex;
		flex-direction: column;
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-heading {
		order: 1;
		margin-bottom: 22px;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-visual {
		order: 2;
		width: 100%;
		margin: 0 0 26px;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-blocks {
		order: 3;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-table-wrap {
		order: 4;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-action {
		order: 5;
	}

	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-warning {
		order: 5;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btp-adaptive-entity-section.has-editorial-visual .btp-adaptive-visual img {
		transition: none;
	}
}
