.ath-academy-shell {
	--athaa-c1: var(--ctl-c1, #0f6c7f);
	--athaa-c2: var(--ctl-c2, #1e8f87);
	--athaa-c3: var(--ctl-c3, #c39a5a);
	--athaa-c4: var(--ctl-c4, #2f2415);
	--athaa-c5: var(--ctl-c5, #704a14);
	--athaa-c6: var(--ctl-c6, #f6f1e7);
	--athaa-text: var(--text-high, #1d2327);
	--athaa-muted: var(--text-mid, #5f6b73);
	--athaa-subtle: var(--text-low, #6d7680);
	--athaa-surface-0: var(--surface-0, #fbfcfc);
	--athaa-surface: var(--surface-1, #ffffff);
	--athaa-surface-2: var(--surface-2, #f5f7f8);
	--athaa-surface-3: var(--surface-3, #eef3f4);
	--athaa-border: var(--border, #d7dde0);
	--athaa-focus: var(--focus-ring, rgba(15, 108, 127, 0.24));
	--athaa-focus-strong: var(--focus-ring-strong, rgba(15, 108, 127, 0.34));
	--athaa-btn-bg: var(--btn-bg, var(--athaa-c1));
	--athaa-btn-fg: var(--btn-fg, #ffffff);
	--athaa-radius: var(--radius, 12px);
	--athaa-radius-lg: var(--radius-lg, 20px);
	--athaa-shadow: var(--drop-md, 0 14px 36px rgba(0, 0, 0, 0.07));
	--athaa-shadow-soft: var(--drop-sm, 0 8px 22px rgba(0, 0, 0, 0.055));
	background: linear-gradient(180deg, var(--athaa-surface-2) 0%, var(--athaa-surface) 100%);
	border: 1px solid var(--athaa-border);
	border-radius: var(--athaa-radius-lg);
	box-shadow: var(--athaa-shadow);
	box-sizing: border-box;
	color: var(--athaa-text);
	margin: 24px auto;
	max-width: min(1120px, calc(100vw - 32px));
	padding: 16px;
	width: 100%;
}

.ath-academy-shell__hero {
	background: color-mix(in srgb, var(--athaa-surface-2) 78%, var(--athaa-surface));
	border: 1px solid var(--athaa-border);
	border-left: 4px solid var(--athaa-c1);
	border-radius: calc(var(--athaa-radius) + 2px);
	margin-bottom: 12px;
	padding: 14px 16px;
}

.ath-academy-shell__eyebrow {
	color: var(--athaa-c3);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ath-academy-shell__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.12;
	margin: 0 0 8px;
}

.ath-academy-shell__description,
.ath-academy-shell__user {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 70ch;
}

.ath-academy-shell__user {
	color: var(--athaa-muted);
	margin-top: 10px;
}

.ath-academy-shell__body {
	display: grid;
	gap: 10px;
}

.ath-academy-card {
	background: var(--athaa-surface);
	border: 1px solid var(--athaa-border);
	border-radius: calc(var(--athaa-radius) + 2px);
	box-shadow: var(--athaa-shadow-soft);
	overflow: clip;
	padding: 14px;
}

.ath-academy-shell--registration {
	margin-inline: auto;
	max-width: 920px;
	padding: 16px;
}

.ath-academy-shell--registration .ath-academy-shell__hero {
	background: var(--athaa-surface);
	border-left: 4px solid var(--athaa-c1);
	margin-bottom: 14px;
	padding: 16px 18px;
}

.ath-academy-shell--registration .ath-academy-shell__title {
	font-size: 28px;
}

.ath-academy-shell--registration .ath-academy-card {
	padding: 16px;
}

.ath-academy-notice {
	border-radius: calc(var(--athaa-radius) + 2px);
	margin: 0;
	padding: 12px 14px;
}

.ath-academy-notice--success {
	background: color-mix(in srgb, var(--athaa-c2) 12%, var(--athaa-surface));
	border: 1px solid color-mix(in srgb, var(--athaa-c2) 36%, var(--athaa-border));
	color: var(--athaa-c1);
}

.ath-academy-notice--error {
	background: color-mix(in srgb, #b42318 10%, var(--athaa-surface));
	border: 1px solid color-mix(in srgb, #b42318 34%, var(--athaa-border));
	color: #8a1f16;
}

.ath-academy-card__header {
	margin-bottom: 10px;
}

.ath-academy-card__title {
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
}

.ath-academy-card__intro {
	color: var(--athaa-muted);
	font-size: 13px;
	line-height: 1.45;
	margin: 6px 0 0;
}

.ath-academy-stats {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.ath-academy-stat {
	background: var(--athaa-btn-bg);
	border-radius: var(--athaa-radius);
	color: var(--athaa-btn-fg);
	min-height: 78px;
	padding: 12px;
}

.ath-academy-stat__value {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 6px;
}

.ath-academy-stat__label {
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ath-academy-card--accordion {
	padding: 0;
}

.ath-academy-cardDetails,
.ath-academy-disclosure {
	box-sizing: border-box;
}

.ath-academy-cardToggle,
.ath-academy-disclosure__summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	list-style: none;
}

.ath-academy-cardToggle {
	padding: 13px 14px;
}

.ath-academy-cardToggle span:first-child {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.ath-academy-cardToggle::-webkit-details-marker,
.ath-academy-disclosure__summary::-webkit-details-marker {
	display: none;
}

.ath-academy-cardDetails[open] .ath-academy-cardToggle {
	border-bottom: 1px solid var(--athaa-border);
}

.ath-academy-card--accordion .ath-academy-card__content {
	padding: 12px 14px 14px;
}

.ath-academy-chevron {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	color: var(--athaa-muted);
	height: 8px;
	justify-self: end;
	transform: rotate(45deg);
	transition: transform .18s ease;
	width: 8px;
}

.ath-academy-cardDetails[open] > .ath-academy-cardToggle .ath-academy-chevron,
.ath-academy-disclosure[open] > .ath-academy-disclosure__summary .ath-academy-chevron {
	transform: rotate(225deg);
}

.ath-academy-disclosureList {
	display: grid;
	gap: 8px;
}

.ath-academy-disclosureList--compact {
	margin-top: 10px;
}

.ath-academy-disclosure {
	background: color-mix(in srgb, var(--athaa-surface-2) 82%, var(--athaa-surface));
	border: 1px solid var(--athaa-border);
	border-radius: var(--athaa-radius);
	overflow: clip;
}

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

.ath-academy-disclosure__main {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.ath-academy-disclosure__main strong {
	font-size: 14px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.ath-academy-disclosure__eyebrow {
	color: var(--athaa-c3);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ath-academy-disclosure__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: flex-end;
	min-width: 0;
}

.ath-academy-disclosure__meta span {
	background: var(--athaa-surface);
	border: 1px solid color-mix(in srgb, var(--athaa-border) 86%, transparent);
	border-radius: 999px;
	color: var(--athaa-muted);
	font-size: 11px;
	line-height: 1.2;
	max-width: 260px;
	overflow: hidden;
	padding: 4px 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ath-academy-disclosure__panel {
	background: var(--athaa-surface);
	border-top: 1px solid var(--athaa-border);
	padding: 10px 12px 12px;
}

.ath-academy-compactList {
	display: grid;
	gap: 8px;
}

.ath-academy-compactItem {
	background: color-mix(in srgb, var(--athaa-surface-2) 70%, var(--athaa-surface));
	border: 1px solid var(--athaa-border);
	border-radius: var(--athaa-radius);
	display: grid;
	gap: 4px;
	padding: 10px 12px;
}

.ath-academy-compactItem strong {
	font-size: 14px;
	line-height: 1.25;
}

.ath-academy-compactItem span,
.ath-academy-compactItem p {
	color: var(--athaa-muted);
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
}

.ath-academy-copyGrid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-top: 10px;
}

.ath-academy-table-wrap {
	overflow-x: auto;
}

.ath-academy-table {
	border-collapse: collapse;
	width: 100%;
}

.ath-academy-table th,
.ath-academy-table td {
	border-bottom: 1px solid var(--athaa-border);
	padding: 12px 10px;
	text-align: left;
}

.ath-academy-table th {
	color: var(--athaa-muted);
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ath-academy-list {
	margin: 0;
	padding-left: 18px;
}

.ath-academy-list li + li {
	margin-top: 8px;
}

.ath-academy-linkGrid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.ath-academy-linkCard {
	background: var(--athaa-surface-2);
	border: 1px solid var(--athaa-border);
	border-radius: var(--athaa-radius);
	color: var(--athaa-text);
	display: grid;
	gap: 6px;
	padding: 10px 12px;
	text-decoration: none;
}

.ath-academy-linkCard:hover,
.ath-academy-linkCard:focus {
	border-color: var(--athaa-c1);
	box-shadow: 0 0 0 3px var(--athaa-focus);
	color: var(--athaa-text);
	outline: none;
}

.ath-academy-linkCard strong {
	font-size: 15px;
}

.ath-academy-linkCard span,
.ath-academy-linkCard em {
	color: var(--athaa-muted);
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
}

.ath-academy-cardGrid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.ath-academy-archiveGrid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.ath-academy-archiveCard {
	background: color-mix(in srgb, var(--athaa-surface-2) 76%, var(--athaa-surface));
	border: 1px solid var(--athaa-border);
	border-radius: var(--athaa-radius);
	box-sizing: border-box;
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: 12px;
}

.ath-academy-archiveCard header {
	display: grid;
	gap: 3px;
}

.ath-academy-archiveCard header span {
	color: var(--athaa-c3);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ath-academy-archiveCard h3,
.ath-academy-archiveCard p {
	margin: 0;
}

.ath-academy-archiveCard h3 {
	font-size: 17px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.ath-academy-archiveCard p {
	color: var(--athaa-muted);
	font-size: 13px;
	line-height: 1.45;
}

.ath-academy-archiveCard .ath-academy-metaList {
	background: var(--athaa-surface);
	border: 1px solid color-mix(in srgb, var(--athaa-border) 86%, transparent);
	border-radius: calc(var(--athaa-radius) - 2px);
	padding: 0 10px;
}

.ath-academy-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin-top: 14px;
}

.ath-academy-pagination a,
.ath-academy-pagination .current {
	background: var(--athaa-surface);
	border: 1px solid var(--athaa-border);
	border-radius: calc(var(--athaa-radius) - 3px);
	color: var(--athaa-text);
	display: inline-grid;
	font-size: 13px;
	min-height: 32px;
	min-width: 32px;
	padding: 6px 10px;
	place-items: center;
	text-decoration: none;
}

.ath-academy-pagination .current,
.ath-academy-pagination a:hover,
.ath-academy-pagination a:focus {
	background: var(--athaa-btn-bg);
	border-color: var(--athaa-btn-bg);
	color: var(--athaa-btn-fg);
	outline: none;
}

.ath-academy-catalogCard {
	background: var(--athaa-surface-2);
	border: 1px solid var(--athaa-border);
	border-radius: var(--athaa-radius);
	display: grid;
	gap: 12px;
	padding: 16px;
}

.ath-academy-catalogCard h3,
.ath-academy-catalogCard p {
	margin: 0;
}

.ath-academy-catalogCard p {
	color: var(--athaa-muted);
	line-height: 1.55;
}

.ath-academy-actionRow {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.ath-academy-miniLink {
	color: var(--athaa-c1);
	font-weight: 700;
	text-decoration: none;
}

.ath-academy-miniLink:hover,
.ath-academy-miniLink:focus {
	text-decoration: underline;
}

.ath-academy-priceList {
	display: grid;
	gap: 0;
}

.ath-academy-priceList div,
.ath-academy-priceList footer {
	align-items: start;
	border-top: 1px solid var(--athaa-border);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 10px 0;
}

.ath-academy-priceList div:first-child {
	border-top: 0;
	padding-top: 0;
}

.ath-academy-priceList footer {
	font-size: 16px;
	font-weight: 700;
}

.ath-academy-priceList span {
	display: grid;
	gap: 4px;
}

.ath-academy-priceList em {
	color: var(--athaa-muted);
	font-size: 13px;
	font-style: normal;
}

.ath-academy-intakeForm {
	display: grid;
	gap: 12px;
}

.ath-academy-formGrid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ath-academy-shell .ath-academy-formGrid label {
	background: color-mix(in srgb, var(--athaa-surface-2) 78%, var(--athaa-surface));
	border: 1px solid var(--athaa-border);
	border-radius: calc(var(--athaa-radius) - 1px);
	box-sizing: border-box;
	display: grid;
	gap: 4px;
	padding: 8px 10px 9px;
	transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.ath-academy-formGrid__wide {
	grid-column: 1 / -1;
}

.ath-academy-shell .ath-academy-formGrid label:focus-within {
	background: var(--athaa-surface);
	border-color: var(--athaa-c1);
	box-shadow: 0 0 0 3px var(--athaa-focus);
}

.ath-academy-shell .ath-academy-formGrid span {
	color: var(--athaa-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.ath-academy-shell .ath-academy-formGrid input:not([type="hidden"]),
.ath-academy-shell .ath-academy-formGrid textarea,
.ath-academy-shell .ath-academy-formGrid select {
	-webkit-appearance: none !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--athaa-text) !important;
	font: inherit !important;
	font-size: 15px !important;
	line-height: 1.35 !important;
	min-height: 28px !important;
	outline: none !important;
	padding: 0 !important;
	width: 100%;
}

.ath-academy-shell .ath-academy-formGrid textarea {
	min-height: 72px !important;
	padding-top: 2px !important;
	resize: vertical;
}

.ath-academy-shell .ath-academy-formGrid input::placeholder,
.ath-academy-shell .ath-academy-formGrid textarea::placeholder {
	color: var(--athaa-subtle);
	opacity: .72;
}

.ath-academy-inline-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-bottom: 14px;
}

.ath-academy-inline-metrics span,
.ath-academy-inline-hint {
	color: var(--athaa-muted);
	font-size: 13px;
}

.ath-academy-tabs {
	display: grid;
	gap: 10px;
}

.ath-academy-tabs__list {
	background: color-mix(in srgb, var(--athaa-surface-2) 86%, var(--athaa-surface));
	border: 1px solid var(--athaa-border);
	border-radius: var(--athaa-radius);
	display: flex;
	gap: 4px;
	overflow-x: auto;
	padding: 5px;
}

.ath-academy-tabs__tab {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: calc(var(--athaa-radius) - 4px);
	color: var(--athaa-muted);
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	min-height: 34px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.ath-academy-tabs__tab.is-active {
	background: var(--athaa-btn-bg);
	color: var(--athaa-btn-fg);
}

.ath-academy-tabs__tab:focus {
	box-shadow: 0 0 0 3px var(--athaa-focus-strong);
	outline: none;
}

.ath-academy-tabs__panel {
	min-width: 0;
}

.ath-academy-miniStats {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
	margin-bottom: 10px;
}

.ath-academy-miniStats div {
	background: color-mix(in srgb, var(--athaa-surface-2) 78%, var(--athaa-surface));
	border: 1px solid color-mix(in srgb, var(--athaa-border) 86%, transparent);
	border-radius: calc(var(--athaa-radius) - 2px);
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 8px 10px;
}

.ath-academy-miniStats strong {
	font-size: 13px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.ath-academy-miniStats span {
	color: var(--athaa-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ath-academy-compactList--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 10px;
}

.ath-academy-sectionLabel {
	color: var(--athaa-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 12px 0 8px;
	text-transform: uppercase;
}

.ath-academy-lessonItem header {
	display: grid;
	gap: 3px;
}

.ath-academy-lessonItem .ath-academy-miniStats {
	margin: 6px 0;
}

.ath-academy-attendance-form {
	display: grid;
	gap: 12px;
}

.ath-academy-inline-field {
	display: inline-grid;
	gap: 6px;
	max-width: 220px;
}

.ath-academy-inline-field span {
	color: var(--athaa-muted);
	font-size: 12px;
	font-weight: 600;
}

.ath-academy-attendance-form input,
.ath-academy-attendance-form select {
	border: 1px solid var(--athaa-border);
	border-radius: calc(var(--athaa-radius) - 2px);
	color: var(--athaa-text);
	min-height: 38px;
	padding: 6px 8px;
	width: 100%;
}

.ath-academy-attendance-form input:focus,
.ath-academy-attendance-form select:focus {
	border-color: var(--athaa-c1);
	box-shadow: 0 0 0 2px var(--athaa-focus);
	outline: none;
}

.ath-academy-button {
	background: var(--athaa-btn-bg);
	border: 0;
	border-radius: calc(var(--athaa-radius) - 2px);
	color: var(--athaa-btn-fg);
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	min-height: 34px;
	padding: 8px 13px;
	width: fit-content;
}

.ath-academy-button--ghost {
	background: var(--athaa-surface);
	border: 1px solid var(--athaa-border);
	color: var(--athaa-c1);
	text-decoration: none;
}

.ath-academy-button[disabled] {
	cursor: wait;
	opacity: .62;
}

.ath-academy-intakeForm .ath-academy-button {
	justify-self: start;
	margin-top: 2px;
}

.ath-academy-button:hover,
.ath-academy-button:focus {
	box-shadow: 0 0 0 3px var(--athaa-focus-strong);
	outline: none;
}

.ath-academy-formActions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ath-academy-formStatus {
	color: var(--athaa-muted);
	font-size: 12px;
	font-weight: 700;
	min-height: 18px;
}

.ath-academy-formStatus.is-success {
	color: var(--athaa-c2);
}

.ath-academy-formStatus.is-error {
	color: #8a1f16;
}

.ath-academy-formStatus.is-saving {
	color: var(--athaa-c3);
}

.ath-academy-gradeRows {
	display: grid;
	gap: 8px;
}

.ath-academy-gradeForm {
	align-items: end;
	background: color-mix(in srgb, var(--athaa-surface-2) 76%, var(--athaa-surface));
	border: 1px solid var(--athaa-border);
	border-radius: var(--athaa-radius);
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(150px, 1.1fr) minmax(92px, .45fr) minmax(180px, 1.2fr) auto minmax(90px, auto);
	padding: 8px;
}

.ath-academy-gradeForm__student {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.ath-academy-gradeForm__student strong {
	font-size: 13px;
	line-height: 1.25;
}

.ath-academy-gradeForm__student span,
.ath-academy-gradeForm label span {
	color: var(--athaa-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

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

.ath-academy-gradeForm input {
	background: var(--athaa-surface);
	border: 1px solid var(--athaa-border);
	border-radius: calc(var(--athaa-radius) - 3px);
	box-sizing: border-box;
	color: var(--athaa-text);
	min-height: 34px;
	padding: 6px 8px;
	width: 100%;
}

.ath-academy-gradeForm input:focus {
	border-color: var(--athaa-c1);
	box-shadow: 0 0 0 2px var(--athaa-focus);
	outline: none;
}

.ath-academy-table--compact th,
.ath-academy-table--compact td {
	padding: 8px 9px;
}

.ath-academy-split {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ath-academy-metaList {
	display: grid;
	gap: 0;
}

.ath-academy-metaList div {
	border-top: 1px solid var(--athaa-border);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 8px 0;
}

.ath-academy-metaList div:first-child {
	border-top: 0;
	padding-top: 0;
}

.ath-academy-metaList span,
.ath-academy-progress__meta span,
.ath-academy-copy p {
	color: var(--athaa-muted);
}

.ath-academy-metaList strong {
	text-align: right;
}

.ath-academy-progress {
	margin-bottom: 16px;
}

.ath-academy-progress__track {
	background: var(--athaa-surface-3);
	border-radius: 999px;
	height: 12px;
	overflow: hidden;
}

.ath-academy-progress__track span {
	background: linear-gradient(90deg, var(--athaa-c2), var(--athaa-btn-bg));
	border-radius: inherit;
	display: block;
	height: 100%;
}

.ath-academy-progress__meta {
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: 10px;
}

.ath-academy-copy + .ath-academy-copy {
	border-top: 1px solid var(--athaa-border);
	margin-top: 14px;
	padding-top: 14px;
}

.ath-academy-copy h4 {
	font-size: 14px;
	margin: 0 0 6px;
}

.ath-academy-copy p {
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 640px) {
	.ath-academy-shell {
		margin-block: 16px;
		max-width: calc(100vw - 20px);
		padding: 10px;
	}

	.ath-academy-split {
		grid-template-columns: 1fr;
	}

	.ath-academy-formGrid {
		grid-template-columns: 1fr;
	}

	.ath-academy-shell__hero,
	.ath-academy-card {
		padding: 12px;
	}

	.ath-academy-card--accordion {
		padding: 0;
	}

	.ath-academy-shell__title,
	.ath-academy-shell--registration .ath-academy-shell__title {
		font-size: 23px;
	}

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

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

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

	.ath-academy-archiveGrid {
		grid-template-columns: 1fr;
	}

	.ath-academy-tabs__list {
		margin-inline: -2px;
	}

	.ath-academy-miniStats,
	.ath-academy-compactList--two,
	.ath-academy-gradeForm {
		grid-template-columns: 1fr;
	}

	.ath-academy-gradeForm {
		align-items: stretch;
	}
}
