.top10vexio-editorial-origin {
	display: block;
	block-size: 0;
	inline-size: 0;
	overflow: hidden;
	position: relative;
	top: -90px;
	visibility: hidden;
}

.top10vexio-editorial-top {
	display: grid;
	gap: 0;
}

.top10vexio-editorial-badge {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 12px 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #52749b;
}

.top10vexio-editorial-badge__pill {
	display: inline-flex;
	align-items: center;
	padding: 0.38rem 0.72rem;
	border-radius: 999px;
	background: rgba(15, 128, 233, 0.1);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0f5da9;
}

.top10vexio-editorial-badge__item {
	font-weight: 600;
}

.top10vexio-editorial-badge__dot {
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: rgba(15, 67, 122, 0.28);
}

.top10vexio-editorial-badge__link {
	font-weight: 700;
	color: #0f80e9;
	text-decoration: none;
}

.top10vexio-editorial-badge__link:hover,
.top10vexio-editorial-badge__link:focus-visible {
	text-decoration: underline;
}

.top10vexio-editorial-panel {
	margin: 0;
	border: 0 solid transparent;
	border-radius: 26px;
	background: transparent;
	box-shadow: none;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-8px);
	pointer-events: none;
	transition:
		max-height 0.35s ease,
		opacity 0.25s ease,
		transform 0.25s ease,
		margin 0.25s ease,
		border-width 0.25s ease,
		box-shadow 0.25s ease,
		background-color 0.25s ease;
	scroll-margin-top: 120px;
}

.top10vexio-editorial-panel:target {
	margin: 14px 0 28px;
	border-width: 1px;
	border-color: rgba(15, 67, 122, 0.12);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
	box-shadow: 0 18px 42px rgba(15, 67, 122, 0.08);
	max-height: 2000px;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.top10vexio-editorial-panel__inner {
	display: grid;
	gap: 18px;
	padding: 22px;
}

.top10vexio-editorial-panel__head {
	display: grid;
	gap: 12px;
}

.top10vexio-editorial-panel__kicker,
.top10vexio-editorial-section__kicker {
	margin: 0 0 4px;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #6f8fb3;
}

.top10vexio-editorial-panel__head h2,
.top10vexio-editorial-section__head h2 {
	margin: 0;
	font-size: clamp(1.2rem, 3vw, 1.8rem);
	line-height: 1.15;
	color: #163b67;
}

.top10vexio-editorial-panel__close {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	padding: 0.6rem 0.95rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 128, 233, 0.18);
	background: #fff;
	color: #0f5da9;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.top10vexio-editorial-panel__close:hover,
.top10vexio-editorial-panel__close:focus-visible {
	border-color: rgba(15, 128, 233, 0.4);
}

.top10vexio-editorial-panel__grid,
.top10vexio-editorial-section__grid {
	display: grid;
	gap: 14px;
}

.top10vexio-editorial-panel__links,
.top10vexio-editorial-section__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.top10vexio-editorial-panel__links a,
.top10vexio-editorial-section__links a {
	display: inline-flex;
	align-items: center;
	padding: 0.62rem 0.95rem;
	border-radius: 999px;
	background: rgba(15, 128, 233, 0.08);
	color: #0f5da9;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
}

.top10vexio-editorial-panel__links a:hover,
.top10vexio-editorial-panel__links a:focus-visible,
.top10vexio-editorial-section__links a:hover,
.top10vexio-editorial-section__links a:focus-visible {
	background: rgba(15, 128, 233, 0.14);
}

.top10vexio-editorial-section {
	margin: 30px 0;
	border: 1px solid rgba(15, 67, 122, 0.1);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.99));
	box-shadow: 0 20px 46px rgba(15, 67, 122, 0.08);
}

.top10vexio-editorial-section__inner {
	display: grid;
	gap: 18px;
	padding: 24px 22px;
}

.top10vexio-editorial-section__head {
	display: grid;
	gap: 10px;
}

.top10vexio-editorial-section__head p {
	margin: 0;
	font-size: 0.97rem;
	line-height: 1.7;
	color: #4a6b91;
}

.top10vexio-editorial-notice {
	margin: 0;
	border: 1px solid rgba(15, 67, 122, 0.1);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: none;
}

.top10vexio-editorial-notice__inner {
	display: grid;
	gap: 16px;
	padding: 18px;
	align-items: start;
}

.top10vexio-editorial-notice__icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(15, 128, 233, 0.08);
	color: #0f4d91;
}

.top10vexio-editorial-notice__icon svg {
	width: 21px;
	height: 21px;
	display: block;
}

.top10vexio-editorial-notice__copy {
	display: grid;
	gap: 8px;
}

.top10vexio-editorial-notice__kicker {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #6c88ad;
}

.top10vexio-editorial-notice__copy h3 {
	margin: 0;
	font-size: clamp(1rem, 2.4vw, 1.18rem);
	line-height: 1.2;
	color: #163b67;
}

.top10vexio-editorial-notice__copy p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.68;
	color: #3d648f;
}

.top10vexio-editorial-notice--educational {
	border-color: rgba(15, 128, 233, 0.16);
}

.top10vexio-editorial-notice--editorial {
	border-color: rgba(15, 67, 122, 0.11);
}

.top10vexio-editorial-notice--affiliate {
	border-color: rgba(15, 128, 233, 0.12);
	background: rgba(249, 252, 255, 0.98);
}

.top10vexio-editorial-notice--compact .top10vexio-editorial-notice__inner {
	padding: 18px;
}

@media (min-width: 640px) {
	.top10vexio-editorial-panel__head {
		grid-template-columns: 1fr auto;
		align-items: start;
	}

	.top10vexio-editorial-panel__grid,
	.top10vexio-editorial-section__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.top10vexio-editorial-notice__inner {
		grid-template-columns: auto 1fr;
		padding: 20px;
	}
}
