.ath-academy-shell .ath-academy-cardToggle {
	grid-template-columns: minmax(0, 1fr) minmax(0, clamp(190px, 34%, 360px)) auto;
}

.ath-academy-shell .ath-academy-cardToggle__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.ath-academy-shell .ath-academy-icon {
	display: block;
	filter: brightness(0) invert(1);
	flex: 0 0 auto;
	height: 14px;
	object-fit: contain;
	width: 14px;
}

.ath-academy-shell .ath-academy-summaryPill {
	align-items: center;
	background: color-mix(in srgb, var(--athaa-surface-2) 76%, var(--athaa-surface));
	border: 1px solid color-mix(in srgb, var(--athaa-border) 88%, transparent);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--athaa-text);
	display: inline-flex;
	gap: 5px;
	min-width: 0;
	padding: 4px 7px;
}

.ath-academy-shell .ath-academy-summaryPill em,
.ath-academy-shell .ath-academy-summaryPill strong {
	display: block;
	line-height: 1.1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ath-academy-shell .ath-academy-summaryPill em {
	color: var(--athaa-muted);
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.ath-academy-shell .ath-academy-summaryPill strong {
	font-size: 11px;
	font-weight: 850;
	max-width: 150px;
}

.ath-academy-shell .ath-academy-cardSummary {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: flex-end;
	min-width: 0;
}

.ath-academy-shell .ath-academy-cardSummary__item {
	background: color-mix(in srgb, var(--athaa-c1) 7%, var(--athaa-surface));
	border-color: color-mix(in srgb, var(--athaa-c1) 22%, var(--athaa-border));
}

.ath-academy-shell .ath-academy-disclosure__eyebrow {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.ath-academy-shell .ath-academy-disclosure__eyebrow .ath-academy-icon {
	height: 12px;
	opacity: .78;
	width: 12px;
}

.ath-academy-shell .ath-academy-disclosure__summary {
	grid-template-columns: minmax(0, 1fr) minmax(0, clamp(220px, 42%, 430px)) auto;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.ath-academy-shell .ath-academy-disclosure__meta {
	align-items: stretch;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: stretch;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.ath-academy-shell .ath-academy-disclosure__meta > span {
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.ath-academy-shell .ath-academy-disclosure__meta > .ath-academy-summaryPill {
	max-width: 100%;
	padding: 4px 7px;
}

.ath-academy-shell .ath-academy-disclosure__meta > .ath-academy-summaryPill strong {
	max-width: none;
}

.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-metaList {
	gap: 6px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 10px;
}

.ath-academy-shell .ath-academy-disclosureList--compact .ath-academy-disclosure__panel > .ath-academy-metaList {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-metaList div,
.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-metaList div:first-child {
	background: color-mix(in srgb, var(--athaa-surface-2) 58%, var(--athaa-surface));
	border: 1px solid color-mix(in srgb, var(--athaa-border) 86%, transparent);
	border-radius: calc(var(--athaa-radius) - 4px);
	display: grid;
	gap: 2px;
	justify-content: stretch;
	padding: 7px 8px;
}

.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-metaList span {
	font-size: 9px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-metaList strong {
	font-size: 12px;
	line-height: 1.25;
	overflow-wrap: anywhere;
	text-align: left;
}

.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-linkGrid {
	gap: 6px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (max-width: 640px) {
	.ath-academy-shell .ath-academy-cardToggle {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ath-academy-shell .ath-academy-disclosure__summary {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ath-academy-shell .ath-academy-cardSummary {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.ath-academy-shell .ath-academy-cardSummary__item {
		flex: 1 1 120px;
	}

	.ath-academy-shell .ath-academy-disclosure__meta {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.ath-academy-shell .ath-academy-disclosure__meta > span {
		max-width: 100%;
	}

	.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-metaList,
	.ath-academy-shell .ath-academy-disclosureList--compact .ath-academy-disclosure__panel > .ath-academy-metaList {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
