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

.ath-academy-shell .ath-academy-cardDetails,
.ath-academy-shell .ath-academy-disclosure {
	background: var(--athaa-gradient-soft, color-mix(in srgb, var(--athaa-surface-2) 76%, var(--athaa-surface)));
	border-color: var(--athaa-line-soft, color-mix(in srgb, var(--athaa-border) 70%, transparent));
}

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

.ath-academy-shell .ath-academy-icon {
	display: block;
	filter: var(--athaa-icon-filter, brightness(0) saturate(100%) invert(7%) sepia(22%) saturate(1130%) hue-rotate(153deg) brightness(92%) contrast(98%));
	flex: 0 0 auto;
	height: 14px;
	object-fit: contain;
	width: 14px;
}

.ath-academy-shell .ath-academy-button:not(.ath-academy-button--ghost) .ath-academy-icon,
.ath-academy-shell .ath-academy-button--danger .ath-academy-icon,
.ath-academy-shell .ath-academy-classDash__side .ath-academy-icon,
.ath-academy-shell .ath-academy-classDash__menuToggle .ath-academy-icon {
	filter: brightness(0) invert(1);
}

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

.ath-academy-shell .ath-academy-summaryPill em,
.ath-academy-shell .ath-academy-summaryPill strong {
	display: block;
	line-height: 1.1;
	min-width: 0;
}

.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;
	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-meetingCard__chips {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	min-width: 0;
}

.ath-academy-shell .ath-academy-meetingCard__chips .ath-academy-cardSummary__item {
	align-items: start;
	border-radius: calc(var(--athaa-radius) - 4px);
	display: grid;
	gap: 2px 5px;
	grid-template-areas:
		"icon label"
		"detail detail";
	grid-template-columns: 14px minmax(0, 1fr);
	justify-content: start;
	min-height: 47px;
	min-width: 0;
	padding: 5px 6px;
	width: 100%;
}

.ath-academy-shell .ath-academy-meetingCard__chips .ath-academy-cardSummary__item .ath-academy-icon {
	grid-area: icon;
	height: 13px;
	width: 13px;
}

.ath-academy-shell .ath-academy-meetingCard__chips .ath-academy-cardSummary__item em {
	grid-area: label;
	line-height: 1.1;
	min-width: 0;
}

.ath-academy-shell .ath-academy-meetingCard__chips .ath-academy-cardSummary__item strong {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 10px;
	grid-area: detail;
	line-height: 1.15;
	max-width: none;
	min-width: 0;
	overflow: hidden;
	overflow-wrap: anywhere;
}

.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 {
	background: linear-gradient(135deg, color-mix(in srgb, var(--athaa-surface) 84%, transparent), color-mix(in srgb, var(--athaa-c2) 7%, var(--athaa-surface)));
	grid-template-columns: minmax(0, 1fr) minmax(0, clamp(220px, 42%, 430px)) auto;
	max-width: 100%;
	min-width: 0;
	padding: 8px 10px;
	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: 5px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 8px;
}

.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) 72%, transparent);
	border: 1px solid var(--athaa-line-soft, color-mix(in srgb, var(--athaa-border) 70%, transparent));
	border-radius: calc(var(--athaa-radius) - 4px);
	display: grid;
	gap: 2px;
	justify-content: stretch;
	padding: 6px 7px;
}

.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;
		padding: 10px 9px;
	}

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

	.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-meetingCard__chips {
		gap: 4px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ath-academy-shell .ath-academy-meetingCard__chips .ath-academy-cardSummary__item {
		gap: 1px 4px;
		grid-template-columns: 12px minmax(0, 1fr);
		min-height: 42px;
		padding: 4px 5px;
	}

	.ath-academy-shell .ath-academy-meetingCard__chips .ath-academy-cardSummary__item .ath-academy-icon {
		height: 11px;
		width: 11px;
	}

	.ath-academy-shell .ath-academy-meetingCard__chips .ath-academy-cardSummary__item em {
		font-size: 8px;
	}

	.ath-academy-shell .ath-academy-meetingCard__chips .ath-academy-cardSummary__item strong {
		font-size: 9px;
		line-height: 1.12;
	}

	.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 {
		gap: 5px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ath-academy-shell .ath-academy-disclosure__panel {
		padding: 8px;
	}

	.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-metaList div,
	.ath-academy-shell .ath-academy-disclosure__panel > .ath-academy-metaList div:first-child {
		padding: 6px;
	}
}
