.dt-rf {
	--rf-ink: var(--dt-ink, #111827);
	--rf-brand: var(--dt-brand, #435994);
	--rf-brand-dark: #304374;
	--rf-muted: var(--dt-muted, #697386);
	--rf-line: var(--dt-line, #d8deea);
	--rf-surface: #fff;
	--rf-soft: #f5f7fb;
	--rf-focus: #f4bb45;
	--rf-radius: 20px;
	max-width: 1240px !important;
}

.dt-rf *,
.dt-rf *::before,
.dt-rf *::after {
	box-sizing: border-box;
}

.dt-rf a,
.dt-rf button,
.dt-rf input,
.dt-rf select {
	font: inherit;
}

.dt-rf a:focus-visible,
.dt-rf button:focus-visible,
.dt-rf input:focus-visible,
.dt-rf select:focus-visible {
	outline: 3px solid var(--rf-focus);
	outline-offset: 3px;
}

.dt-rf [hidden] {
	display: none !important;
}

.dt-rf-hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
}

.dt-rf-hero > div:first-child {
	min-width: 0;
	max-width: 900px;
}

.dt-rf-hero h1 {
	max-width: 960px;
}

.dt-rf-actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 8px;
}

.dt-rf-actions .dt-button {
	white-space: nowrap;
}

.dt-rf-boundary {
	display: grid;
	grid-template-columns: minmax(220px, .7fr) minmax(0, 2fr);
	gap: 22px;
	margin: 26px 0 20px;
	padding: 22px 24px;
	border: 1px solid var(--rf-line);
	border-left: 6px solid var(--rf-brand);
	border-radius: var(--rf-radius);
	background: var(--rf-soft);
	color: var(--rf-muted);
	line-height: 1.6;
}

.dt-rf-boundary strong {
	color: var(--rf-ink);
	font-size: 1.02rem;
}

.dt-rf-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 20px 0;
}

.dt-rf-stats > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
	padding: 16px 18px;
	border: 1px solid var(--rf-line);
	border-radius: 17px;
	background: var(--rf-surface);
}

.dt-rf-stats strong {
	color: var(--rf-brand);
	font-size: 1.45rem;
}

.dt-rf-stats span {
	color: var(--rf-muted);
	font-size: .78rem;
	line-height: 1.35;
}

.dt-rf-cache-note {
	margin: 16px 0;
	padding: 13px 16px;
	border: 1px solid #eedca8;
	border-radius: 14px;
	background: #fff8e5;
	color: #5f5128;
}

.dt-rf-region-nav {
	margin: 28px 0 14px;
}

.dt-rf-region-nav__label {
	display: block;
	margin: 0 0 9px;
	color: var(--rf-muted);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .065em;
	text-transform: uppercase;
}

.dt-rf-region-tabs {
	display: flex;
	max-width: 100%;
	flex-wrap: wrap;
	gap: 8px;
}

.dt-rf-region-tab {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 9px 15px;
	border: 1px solid var(--rf-line);
	border-radius: 999px;
	background: var(--rf-surface);
	color: var(--rf-brand);
	font-size: .88rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.dt-rf-region-tab[aria-current="page"] {
	border-color: var(--rf-brand);
	background: var(--rf-brand);
	color: #fff;
}

.dt-rf-filters {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
	gap: 12px;
	align-items: end;
	margin: 14px 0 12px;
	padding: 18px;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	background: var(--rf-surface);
}

.dt-rf-filters label {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
}

.dt-rf-filter-search {
	grid-column: span 2;
}

.dt-rf-filters label span {
	color: var(--rf-brand);
	font-size: .74rem;
	font-weight: 850;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.dt-rf-filters select,
.dt-rf-filters input {
	width: 100%;
	min-height: 44px;
	padding: 8px 34px 8px 12px;
	border: 1px solid var(--rf-line);
	border-radius: 12px;
	background: var(--rf-surface);
	color: var(--rf-ink);
}

.dt-rf-filters input {
	padding-right: 12px;
}

.dt-rf-filters select:focus,
.dt-rf-filters input:focus {
	border-color: var(--rf-brand);
}

.dt-rf-filters button,
.dt-rf-load-more {
	min-height: 44px;
	padding: 8px 17px;
	border: 1px solid var(--rf-brand);
	border-radius: 12px;
	background: var(--rf-brand);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.dt-rf-reset {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 8px 10px;
	color: var(--rf-brand);
	font-weight: 750;
	text-decoration: none;
}

.dt-rf-update-line {
	margin: 12px 2px 22px;
	color: var(--rf-muted);
	font-size: .86rem;
}

.dt-rf-results {
	margin-top: 28px;
}

.dt-rf-results-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 18px;
}

.dt-rf-results-head h2 {
	margin: .42rem 0 0;
	font-size: clamp(1.55rem, 2.5vw, 2.35rem);
	line-height: 1.08;
}

.dt-rf-results-summary {
	max-width: 480px;
	margin: 0;
	color: var(--rf-muted);
	font-size: .94rem;
	line-height: 1.55;
}

.dt-rf-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.dt-rf-card {
	--rf-cover-strong: #435994;
	--rf-cover-soft: #e4e9f3;
	display: flex;
	min-width: 0;
	min-height: 440px;
	flex-direction: column;
	overflow: hidden;
	padding: 18px;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	background: var(--rf-surface);
	box-shadow: 0 12px 30px rgba(49, 65, 112, .07);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dt-rf-card[data-market="americas"] {
	--rf-cover-strong: #365c86;
	--rf-cover-soft: #dde8f2;
}

.dt-rf-card[data-market="europe"] {
	--rf-cover-strong: #665078;
	--rf-cover-soft: #ebe3ef;
}

.dt-rf-card[data-market="anz"] {
	--rf-cover-strong: #346b65;
	--rf-cover-soft: #dcebe7;
}

.dt-rf-card[data-market="global"] {
	--rf-cover-strong: #536174;
	--rf-cover-soft: #e4e8ed;
}

.dt-rf-card.is-notable {
	border-top: 4px solid var(--rf-brand);
	padding-top: 15px;
}

.dt-rf-card.is-cached {
	border-style: dashed;
}

.dt-rf-card__media {
	position: relative;
	display: grid;
	width: calc(100% + 36px);
	aspect-ratio: 16 / 9;
	place-items: center;
	overflow: hidden;
	margin: -18px -18px 17px;
	border-bottom: 1px solid var(--rf-line);
	background: #e8ecf5;
}

figure.dt-rf-card__media {
	margin-block: -18px 17px;
	margin-inline: -18px;
}

.dt-rf-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dt-rf-card__media--fallback {
	isolation: isolate;
	justify-items: end;
	padding: 22px;
	background: linear-gradient(112deg, var(--rf-cover-strong) 0 35%, var(--rf-cover-soft) 35% 100%);
}

.dt-rf-card__media--fallback::before {
	position: absolute;
	left: 19px;
	width: 94px;
	height: 68px;
	background: #fff;
	content: "";
	opacity: .78;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 84'%3E%3Cg fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M38 27c10-10 34-10 44 0 5 13 4 29-5 38-9 9-25 9-34 0-9-9-10-25-5-38Z'/%3E%3Cpath d='M38 29c-9-9-19-6-19 7 0 12 8 21 19 19m44-26c9-9 19-6 19 7 0 12-8 21-19 19M48 43h.2m23.8 0h.2'/%3E%3Cpath d='m56 52 4 3 4-3m-4 3v7m-7 0c4 4 10 4 14 0'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 84'%3E%3Cg fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M38 27c10-10 34-10 44 0 5 13 4 29-5 38-9 9-25 9-34 0-9-9-10-25-5-38Z'/%3E%3Cpath d='M38 29c-9-9-19-6-19 7 0 12 8 21 19 19m44-26c9-9 19-6 19 7 0 12-8 21-19 19M48 43h.2m23.8 0h.2'/%3E%3Cpath d='m56 52 4 3 4-3m-4 3v7m-7 0c4 4 10 4 14 0'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.dt-rf-card__media-mark {
	position: relative;
	z-index: 1;
	display: inline-flex;
	max-width: 54%;
	align-items: center;
	min-height: 48px;
	padding: 8px 0 8px 13px;
	border-left: 3px solid var(--rf-cover-strong);
	color: var(--rf-cover-strong);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .075em;
	line-height: 1.28;
	text-align: left;
	text-transform: uppercase;
}

.dt-rf-card__media-label {
	position: absolute;
	right: 9px;
	bottom: 9px;
	display: flex;
	max-width: calc(100% - 18px);
	align-items: flex-end;
	flex-direction: column;
	gap: 1px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(17, 24, 39, .78);
	color: #fff;
	font-size: .66rem;
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: .025em;
	text-align: right;
}

.dt-rf-card__media-credit {
	font-size: .58rem;
	font-weight: 550;
	letter-spacing: 0;
	opacity: .84;
}

.dt-rf-card__badges,
.dt-rf-source-card__meta {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	gap: 6px;
}

.dt-rf-card__badges span,
.dt-rf-source-card__meta span,
.dt-rf-badge {
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	max-width: 100%;
	padding: 3px 8px;
	border-radius: 999px;
	background: #eef1f8;
	color: var(--rf-brand);
	font-size: .68rem;
	font-weight: 850;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.dt-rf-card__badges span:first-child,
.dt-rf-badge--tier {
	background: var(--rf-brand);
	color: #fff;
}

.dt-rf-card[data-tier="research"] .dt-rf-badge--tier {
	background: #315d8a;
}

.dt-rf-card[data-tier="professional"] .dt-rf-badge--tier {
	background: #6a4b87;
}

.dt-rf-card[data-tier="clinical"] .dt-rf-badge--tier {
	background: #2d6b62;
}

.dt-rf-card[data-tier="story"] .dt-rf-badge--tier {
	background: #8a552e;
}

.dt-rf-card[data-tier="regulatory"] .dt-rf-badge--tier {
	background: #6c4b52;
}

.dt-rf-card__source {
	margin: 15px 0 7px !important;
	color: var(--rf-brand) !important;
	font-size: .76rem !important;
	font-weight: 850;
	letter-spacing: .045em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.dt-rf-card h2 {
	margin: 0 0 10px;
	font-size: 1.12rem;
	line-height: 1.32;
	overflow-wrap: anywhere;
}

.dt-rf-card h2 a {
	color: var(--rf-ink);
	text-decoration: none;
}

.dt-rf-card h2 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.dt-rf-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	color: var(--rf-muted);
	font-size: .78rem;
}

.dt-rf-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: 14px 0 !important;
	color: var(--rf-muted) !important;
	font-size: .89rem !important;
	line-height: 1.55 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.dt-rf-card__out {
	margin-top: auto;
	color: var(--rf-brand);
	font-weight: 850;
	text-decoration: none;
}

.dt-rf-card__out:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dt-rf-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 9px;
	margin: 26px 0 4px;
}

.dt-rf-load-more {
	min-width: 180px;
}

.dt-rf-load-more:disabled,
.dt-rf-load-more[aria-disabled="true"] {
	border-color: var(--rf-line);
	background: #eef1f6;
	color: var(--rf-muted);
	cursor: default;
}

.dt-rf-pagination-status {
	min-height: 1.35em;
	margin: 0;
	color: var(--rf-muted);
	font-size: .8rem;
	text-align: center;
}

.dt-rf-empty {
	padding: 24px;
	border: 1px dashed var(--rf-line);
	border-radius: 18px;
	background: #f8f9fc;
}

.dt-rf-empty p {
	margin: .5rem 0 0;
	color: var(--rf-muted);
}

.dt-rf-sources {
	margin-top: 52px;
	padding-top: 40px;
	border-top: 1px solid var(--rf-line);
}

.dt-rf-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 20px;
}

.dt-rf-section-head h2 {
	margin: .45rem 0 0;
	font-size: clamp(1.55rem, 2.5vw, 2.4rem);
}

.dt-rf-section-head > p {
	max-width: 430px;
	margin: 0;
	color: var(--rf-muted);
	line-height: 1.55;
}

.dt-rf-source-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.dt-rf-source-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 18px;
	border: 1px solid var(--rf-line);
	border-radius: 18px;
	background: linear-gradient(180deg, #fff, #fafbfe);
}

.dt-rf-source-card h3 {
	margin: 12px 0 7px;
	font-size: 1rem;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.dt-rf-source-card > p {
	margin: 0 0 14px;
	color: var(--rf-muted);
	font-size: .86rem;
	line-height: 1.52;
}

.dt-rf-source-card > .dt-rf-source-card__coverage {
	margin-bottom: 8px;
	color: var(--rf-ink);
	font-size: .78rem;
}

.dt-rf-source-card__coverage strong {
	color: var(--rf-brand);
}

.dt-rf-source-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 13px;
	margin-top: auto;
}

.dt-rf-source-card__links a {
	color: var(--rf-brand);
	font-size: .8rem;
	font-weight: 800;
}

.dt-rf-source-card small {
	display: block;
	margin-top: 12px;
	color: var(--rf-muted);
	font-size: .7rem;
}

.dt-rf-policy-note {
	margin: 18px 0 0;
	padding: 16px 18px;
	border-radius: 15px;
	background: #f2f4f9;
	color: var(--rf-muted);
	font-size: .8rem;
	line-height: 1.55;
}

@media (hover: hover) {
	.dt-rf-region-tab:hover {
		border-color: var(--rf-brand);
		transform: translateY(-1px);
	}

	.dt-rf-region-tab[aria-current="page"]:hover,
	.dt-rf-filters button:hover,
	.dt-rf-load-more:not(:disabled):not([aria-disabled="true"]):hover {
		border-color: var(--rf-brand-dark);
		background: var(--rf-brand-dark);
	}

	.dt-rf-card:hover {
		border-color: #bdc8de;
		box-shadow: 0 16px 36px rgba(49, 65, 112, .12);
		transform: translateY(-2px);
	}
}

@media (max-width: 1040px) {
	.dt-rf-hero {
		align-items: flex-start;
		flex-direction: column;
	}

	.dt-rf-actions {
		margin: 0;
	}

	.dt-rf-grid,
	.dt-rf-source-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dt-rf-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dt-rf-filters button,
	.dt-rf-reset {
		align-self: stretch;
	}
}

@media (max-width: 720px) {
	.dt-rf-boundary {
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 18px;
	}

	.dt-rf-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dt-rf-region-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dt-rf-region-tab {
		width: 100%;
		padding-inline: 10px;
	}

	.dt-rf-filters {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.dt-rf-filter-search {
		grid-column: auto;
	}

	.dt-rf-results-head,
	.dt-rf-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.dt-rf-grid,
	.dt-rf-source-grid {
		grid-template-columns: 1fr;
	}

	.dt-rf-card {
		min-height: 0;
		padding: 16px;
	}

	.dt-rf-card.is-notable {
		padding-top: 13px;
	}

	.dt-rf-card__media {
		width: calc(100% + 32px);
		margin: -16px -16px 16px;
	}

	figure.dt-rf-card__media {
		margin-block: -16px 16px;
		margin-inline: -16px;
	}

	.dt-rf-actions {
		width: 100%;
	}

	.dt-rf-actions .dt-button {
		flex: 1 1 auto;
		text-align: center;
	}
}

@media (max-width: 380px) {
	.dt-rf-stats {
		grid-template-columns: 1fr;
	}

	.dt-rf-actions {
		flex-direction: column;
	}

	.dt-rf-actions .dt-button {
		width: 100%;
	}

	.dt-rf-card__badges span,
	.dt-rf-badge {
		font-size: .65rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dt-rf *,
	.dt-rf *::before,
	.dt-rf *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

@media (forced-colors: active) {
	.dt-rf-region-tab[aria-current="page"],
	.dt-rf-badge--tier,
	.dt-rf-filters button,
	.dt-rf-load-more {
		border: 2px solid ButtonText;
	}
}
