body.sis-lp-profile {
	--sis-profile-paper: #f7f4ec;
	--sis-profile-card: #ffffff;
	--sis-profile-ink: #17231f;
	--sis-profile-muted: #5d6964;
	--sis-profile-line: #dcd6c8;
	--sis-profile-gold: #d8ad3d;
	--sis-profile-green: #075643;
}

body.sis-lp-profile .sis-fallback-hero,
body.sis-lp-profile .sis-fallback-quick-grid,
body.sis-lp-profile .sis-cta-band-section,
body.sis-lp-profile .footer-journey {
	display: none;
}

body.sis-lp-profile #main-content,
body.sis-lp-profile .sis-fallback-content-section {
	background: var(--sis-profile-paper);
}

body.sis-lp-profile .sis-fallback-content-section {
	padding: clamp(1.5rem, 4vw, 3.5rem) 0;
}

body.sis-lp-profile .sis-fallback-content-card {
	width: min(100%, 42rem);
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.sis-lp-profile .sis-fallback-content-prose,
body.sis-lp-profile #learn-press-profile,
body.sis-lp-profile #learn-press-profile > .lp-content-area {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sis-lp-profile .sis-auth-gate {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sis-lp-profile .sis-auth-gate .sis-listing-empty {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--sis-profile-line);
	border-top: 0.3rem solid var(--sis-profile-gold);
	background: var(--sis-profile-card);
	box-shadow: 0 1.4rem 3.5rem -2.5rem rgb(14 51 40 / 0.35);
	text-align: start;
}

body.sis-lp-profile .sis-auth-gate .sis-listing-empty-icon {
	display: inline-flex;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0 0 0.8rem;
	border: 1px solid rgb(216 173 61 / 0.42);
	background: rgb(216 173 61 / 0.1);
	box-shadow: none;
}

body.sis-lp-profile .sis-auth-gate .sis-listing-empty-icon .material-symbols-rounded {
	font-size: 1.35rem;
}

body.sis-lp-profile .sis-auth-gate .sis-listing-kicker {
	margin: 0 0 0.45rem;
	color: #7d651d;
}

body.sis-lp-profile .sis-auth-gate .sis-listing-empty-title {
	margin: 0;
	color: var(--sis-profile-ink);
	font-size: clamp(1.9rem, 5vw, 2.65rem);
	line-height: 1.08;
	text-wrap: balance;
}

body.sis-lp-profile .sis-auth-gate .sis-listing-empty-copy {
	max-width: 35rem;
	margin: 0.75rem 0 0;
	color: var(--sis-profile-muted);
	font-size: 1rem;
	line-height: 1.65;
}

body.sis-lp-profile .sis-auth-form {
	margin-top: 1.4rem;
	padding: 1.4rem 0 0;
	border: 0;
	border-top: 1px solid var(--sis-profile-line);
	background: transparent;
	box-shadow: none;
}

body.sis-lp-profile .sis-auth-form form {
	gap: 1rem;
}

body.sis-lp-profile .sis-auth-form label {
	margin-bottom: 0.4rem;
	color: #43504b;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
}

body.sis-lp-profile .sis-auth-form input:not([type='checkbox']):not([type='submit']) {
	min-height: 3.25rem;
	border-color: #bdb7aa;
	background: #ffffff;
	color: var(--sis-profile-ink) !important;
}

body.sis-lp-profile .sis-auth-form input:not([type='checkbox']):not([type='submit']):focus {
	border-color: var(--sis-profile-green);
	box-shadow: 0 0 0 3px rgb(7 86 67 / 0.13);
}

body.sis-lp-profile .sis-auth-form .login-remember label {
	color: var(--sis-profile-muted);
}

body.sis-lp-profile .sis-form-security-note {
	border-color: rgb(7 86 67 / 0.18);
	background: rgb(7 86 67 / 0.055);
	color: var(--sis-profile-muted);
}

body.sis-lp-profile .sis-auth-form .login-submit {
	margin: 0.2rem 0 0;
	padding: 0;
	border: 0;
}

body.sis-lp-profile .sis-auth-form .sis-student-login-form button[type='submit'],
body.sis-lp-profile .sis-auth-form .sis-account-recovery-form button[type='submit'] {
	min-height: 3.25rem;
	border-color: var(--sis-profile-green);
	background: var(--sis-profile-green);
	color: #ffffff;
	letter-spacing: 0.1em;
}

body.sis-lp-profile .sis-auth-form .sis-student-login-form button[type='submit']:hover,
body.sis-lp-profile .sis-auth-form .sis-student-login-form button[type='submit']:focus-visible,
body.sis-lp-profile .sis-auth-form .sis-account-recovery-form button[type='submit']:hover,
body.sis-lp-profile .sis-auth-form .sis-account-recovery-form button[type='submit']:focus-visible {
	filter: brightness(1.08);
}

body.sis-lp-profile .sis-auth-inline-links {
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--sis-profile-line);
}

body.sis-lp-profile .sis-auth-inline-links a {
	color: var(--sis-profile-green);
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	body.sis-lp-profile .sis-fallback-content-section {
		padding: 1rem 0;
	}

	body.sis-lp-profile .sis-fallback-content-section > .max-w-7xl {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	body.sis-lp-profile .sis-auth-gate .sis-listing-empty {
		padding: 1.25rem;
	}

	body.sis-lp-profile .sis-auth-inline-links {
		display: grid;
		gap: 0.7rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sis-lp-profile .sis-auth-gate,
	body.sis-lp-profile .sis-auth-form :is(input, button, a) {
		transition: none;
	}
}

/* Unified LearnPress, WooCommerce, inbox, and school account workspace. */
body.sis-lp-profile {
	--sis-profile-shell: min(92rem, calc(100vw - 2rem));
	--sis-profile-sidebar: 17.5rem;
	--sis-profile-radius-lg: 1.75rem;
	--sis-profile-radius-md: 1.1rem;
	--sis-profile-shadow: 0 1.8rem 4rem -3rem rgb(12 48 38 / 0.34);
}

body.sis-lp-profile .sis-fallback-content-section {
	padding: clamp(1rem, 2.5vw, 2rem) 0 clamp(2.5rem, 5vw, 4.5rem);
}

body.sis-lp-profile .sis-fallback-content-section > .max-w-7xl {
	box-sizing: border-box;
	width: var(--sis-profile-shell);
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

body.sis-lp-profile .sis-fallback-content-card {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: visible;
}

body.sis-lp-profile #learn-press-profile.lp-user-profile > .lp-content-area {
	display: grid !important;
	grid-template-columns: var(--sis-profile-sidebar) minmax(0, 1fr);
	gap: clamp(1.25rem, 2.5vw, 2rem);
	align-items: start;
	width: 100%;
	max-width: none !important;
	margin: 0;
	padding: 0;
}

/*
 * The guest profile contains only the authentication surface. It must not
 * inherit the signed-in workspace sidebar column, otherwise Safari places the
 * login card inside the narrow 17.5rem navigation track.
 */
body.sis-lp-profile #learn-press-profile.lp-user-profile.guest > .lp-content-area {
	grid-template-columns: minmax(0, 1fr) !important;
}

body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-gate {
	grid-column: 1 / -1;
	box-sizing: border-box;
	width: min(100%, 80rem);
	margin-inline: auto;
}

@media screen and (min-width: 901px) {
	body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-gate .sis-listing-empty {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.78fr);
		grid-template-rows: auto auto auto minmax(0, 1fr);
		column-gap: clamp(2.5rem, 6vw, 6rem);
		align-items: start;
		padding: clamp(2.5rem, 5vw, 4.5rem);
		background:
			linear-gradient(115deg, rgb(247 244 236 / 0.72) 0%, rgb(247 244 236 / 0.24) 54%, rgb(255 255 255 / 0) 54%),
			var(--sis-profile-card);
	}

	body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-gate .sis-listing-empty-icon,
	body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-gate .sis-listing-kicker,
	body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-gate .sis-listing-empty-title,
	body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-gate .sis-listing-empty-copy {
		grid-column: 1;
	}

	body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-gate .sis-listing-empty-title {
		max-width: 11ch;
		font-size: clamp(2.75rem, 5vw, 4.8rem);
	}

	body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-gate .sis-listing-empty-copy {
		max-width: 38rem;
		font-size: 1.08rem;
	}

	body.sis-lp-profile #learn-press-profile.lp-user-profile.guest .sis-auth-form {
		grid-column: 2;
		grid-row: 1 / -1;
		align-self: center;
		width: 100%;
		margin-top: 0;
		padding: 0;
		padding-inline-start: clamp(1.5rem, 3vw, 2.5rem);
		border-top: 0;
		border-inline-start: 1px solid var(--sis-profile-line);
	}
}

body.sis-lp-profile #learn-press-profile > .lp-content-area > .lp-user-cover-image_background {
	display: none !important;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero {
	grid-column: 1 / -1;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: clamp(2rem, 4vw, 3.25rem);
	border: 1px solid rgb(216 173 61 / 0.28);
	border-radius: var(--sis-profile-radius-lg);
	box-shadow: 0 2.2rem 5rem -3.6rem rgb(4 42 31 / 0.72);
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero > .max-w-7xl {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
	width: 100%;
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero-inner--single {
	grid-template-columns: minmax(0, 1fr);
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero-ornament {
	position: absolute;
	top: -0.75rem;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border: 1px solid rgb(255 255 255 / 0.18);
	border-radius: 50%;
	background: rgb(255 255 255 / 0.08);
	color: rgb(255 255 255 / 0.88);
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero-primary {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(1.15rem, 2.5vw, 1.75rem);
	align-items: center;
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-avatar-wrap {
	position: relative;
	width: fit-content;
}

body.sis-lp-profile #learn-press-profile .sis-profile-avatar {
	width: clamp(5.5rem, 8vw, 7rem);
	height: clamp(5.5rem, 8vw, 7rem);
	border-radius: 1.5rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-avatar-initials {
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

body.sis-lp-profile #learn-press-profile .sis-profile-role-mark {
	position: absolute;
	right: -0.35rem;
	bottom: 0.3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border: 2px solid #174f3e;
	border-radius: 50%;
	background: var(--sis-profile-gold);
	color: #10271f;
}

body.sis-lp-profile #learn-press-profile .sis-profile-role-mark .material-symbols-rounded {
	font-size: 1rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-identity {
	width: 100%;
	min-width: 0;
	max-width: 42rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-name {
	max-width: 100%;
	font-size: clamp(2.35rem, 4.5vw, 4.1rem);
	overflow-wrap: anywhere;
	color: #ffffff !important;
}

body.sis-lp-profile #learn-press-profile .sis-profile-description {
	max-width: 38rem;
	margin: 0;
	color: rgb(255 255 255 / 0.78);
	font-size: clamp(0.95rem, 1.4vw, 1.08rem);
	line-height: 1.65;
}

body.sis-lp-profile #learn-press-profile .sis-profile-account-panel {
	display: grid;
	gap: 1rem;
	min-width: 0;
	padding: 1rem;
	border: 1px solid rgb(255 255 255 / 0.15);
	border-radius: 1.35rem;
	background: rgb(6 31 24 / 0.34);
	box-shadow: 0 1.5rem 3rem -2.5rem rgb(0 0 0 / 0.65);
	backdrop-filter: blur(14px);
}

body.sis-lp-profile #learn-press-profile .sis-profile-stat-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.sis-lp-profile #learn-press-profile .sis-profile-stat {
	min-width: 0;
	border-radius: 0.95rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-stat-detail {
	display: flex;
	gap: 0.55rem;
	align-items: center;
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-stat-detail .material-symbols-rounded {
	flex: 0 0 auto;
	font-size: 1.15rem;
	color: var(--sis-profile-gold);
}

body.sis-lp-profile #learn-press-profile .sis-profile-stat-value {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.sis-lp-profile #learn-press-profile .sis-profile-certificate-link {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-height: 2.9rem;
	padding: 0.2rem 0.25rem;
	color: #f6d878;
	font-size: 0.9rem;
	font-weight: 750;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-certificate-link .material-symbols-rounded:last-child {
	margin-inline-start: auto;
}

body.sis-lp-profile #learn-press-profile .sis-profile-nav-shell {
	position: sticky;
	top: 1.5rem;
	z-index: 5;
	grid-column: 1;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0;
	overflow: visible;
	border: 1px solid var(--sis-profile-line);
	border-radius: var(--sis-profile-radius-md);
	background: rgb(255 255 255 / 0.94);
	box-shadow: var(--sis-profile-shadow);
	backdrop-filter: blur(18px);
}

body.admin-bar.sis-lp-profile #learn-press-profile .sis-profile-nav-shell {
	top: 3.5rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-nav-shell > .max-w-7xl {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-menu {
	display: block;
	width: 100%;
}

body.sis-lp-profile #learn-press-profile .sis-profile-menu-toggle {
	display: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-menu-body {
	display: grid !important;
	gap: 1.15rem;
	width: 100%;
	max-width: none;
	padding: 1.1rem;
	overflow: visible;
}

body.sis-lp-profile #learn-press-profile .sis-profile-nav-group {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-nav-group + .sis-profile-nav-group {
	padding-top: 1rem;
	border-top: 1px solid #ebe6db;
}

body.sis-lp-profile #learn-press-profile .sis-profile-nav-heading {
	margin: 0;
	padding: 0 0.65rem;
	color: #66706c !important;
	font-family: inherit;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.sis-lp-profile #learn-press-profile .lp-profile-nav-tabs.sis-profile-tab-list,
body.sis-lp-profile #learn-press-profile .sis-profile-tab-list {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0.25rem;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible !important;
	white-space: normal !important;
	list-style: none;
}

body.sis-lp-profile #learn-press-profile .lp-profile-nav-tabs.sis-profile-tab-list > li.sis-profile-tab-item,
body.sis-lp-profile #learn-press-profile .sis-profile-tab-item {
	display: block;
	width: 100% !important;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.sis-lp-profile #learn-press-profile .lp-profile-nav-tabs.sis-profile-tab-list > li.sis-profile-tab-item > a.sis-profile-tab-link,
body.sis-lp-profile #learn-press-profile .sis-profile-tab-link {
	display: grid !important;
	grid-template-columns: 1.25rem minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: center;
	box-sizing: border-box;
	width: 100% !important;
	min-height: 2.65rem;
	padding: 0.5rem 0.65rem;
	border: 1px solid transparent;
	border-radius: 0.75rem;
	background: transparent;
	color: #46524d;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: start;
	white-space: normal;
}

body.sis-lp-profile #learn-press-profile .sis-profile-tab-link:hover,
body.sis-lp-profile #learn-press-profile .sis-profile-tab-link:focus-visible {
	border-color: rgb(7 86 67 / 0.16);
	background: rgb(7 86 67 / 0.06);
	color: var(--sis-profile-green) !important;
	transform: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-tab-link.is-active,
body.sis-lp-profile #learn-press-profile .sis-profile-tab-item.is-active > .sis-profile-tab-link {
	border-color: rgb(7 86 67 / 0.17) !important;
	background: var(--sis-profile-green) !important;
	color: #ffffff !important;
	box-shadow: 0 0.9rem 1.5rem -1.3rem rgb(7 86 67 / 0.72);
}

body.sis-lp-profile #learn-press-profile .sis-profile-tab-link.is-active :is(.sis-profile-tab-icon, .sis-profile-external-icon),
body.sis-lp-profile #learn-press-profile .sis-profile-tab-item.is-active > .sis-profile-tab-link :is(.sis-profile-tab-icon, .sis-profile-external-icon) {
	color: #f8df8e !important;
}

body.sis-lp-profile #learn-press-profile .sis-profile-tab-icon,
body.sis-lp-profile #learn-press-profile .sis-profile-external-icon {
	font-size: 1.05rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-external-icon {
	opacity: 0.64;
}

body.sis-lp-profile #learn-press-profile .sis-profile-section-list {
	display: grid;
	gap: 0.25rem;
	margin: 0.35rem 0 0 1.85rem;
	padding: 0 0 0 0.65rem;
	border-left: 1px solid #ded8cb;
	list-style: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-section-link {
	display: block;
	min-height: auto;
	padding: 0.45rem 0.6rem;
	border: 0;
	border-radius: 0.55rem;
	background: transparent;
	color: #66706c;
	font-size: 0.78rem;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-section-link.is-active {
	background: rgb(216 173 61 / 0.14);
	color: #755d16;
}

body.sis-lp-profile #learn-press-profile .lp-profile-content.sis-profile-content {
	grid-column: 2;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-content-shell {
	gap: 1rem;
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-content-header {
	align-items: center;
	min-height: 3.25rem;
	padding-inline: 0.2rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-content-title {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

body.sis-lp-profile #learn-press-profile .sis-profile-content-panel {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: clamp(1.1rem, 2.5vw, 1.75rem);
	border-radius: var(--sis-profile-radius-md);
	background: #ffffff;
	box-shadow: var(--sis-profile-shadow);
}

body.sis-lp-profile #learn-press-profile .sis-profile-content-panel :is(table, .sis-profile-table-shell) {
	max-width: 100%;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-section {
	display: grid;
	gap: 1.25rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-intro {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-intro > div {
	display: grid;
	gap: 0.35rem;
	max-width: 42rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-eyebrow {
	margin: 0;
	color: #7a621c;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-intro :is(h3, p) {
	margin: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-intro h3 {
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-intro p:last-child {
	color: var(--sis-profile-muted);
	line-height: 1.65;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 2.8rem;
	padding: 0.55rem 0.95rem;
	border: 1px solid rgb(7 86 67 / 0.2);
	border-radius: 0.75rem;
	background: rgb(7 86 67 / 0.06);
	color: var(--sis-profile-green);
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-empty {
	display: grid;
	justify-items: start;
	gap: 0.55rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid #e4ded1;
	border-radius: 0.95rem;
	background: #faf8f2;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-empty > .material-symbols-rounded {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.75rem;
	background: rgb(216 173 61 / 0.14);
	color: #876c1d;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-empty :is(h3, p) {
	margin: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-empty p {
	max-width: 46rem;
	color: var(--sis-profile-muted);
	line-height: 1.65;
}

body.sis-lp-profile #learn-press-profile :is(.sis-profile-hub-order-list, .sis-profile-hub-message-list) {
	display: grid;
	gap: 0.75rem;
}

body.sis-lp-profile #learn-press-profile :is(.sis-profile-hub-order-card, .sis-profile-hub-message-card) {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	border: 1px solid #e4ded1;
	border-radius: 0.9rem;
	background: #fcfbf8;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-order-main {
	display: flex;
	gap: 0.85rem;
	align-items: center;
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-order-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.85rem;
	align-items: center;
	justify-content: flex-end;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-message-card {
	grid-template-columns: auto minmax(0, 1fr) auto;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-message-avatar img {
	display: block;
	width: 3rem;
	height: 3rem;
	border-radius: 0.75rem;
	object-fit: cover;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-message-copy {
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-message-copy :is(h4, p) {
	margin: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-message-heading {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hub-message-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--sis-profile-green);
	color: #ffffff;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview {
	display: grid;
	gap: 1rem;
	margin-top: 1.4rem;
	padding-top: 1.4rem;
	border-top: 1px solid #e4ded1;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-header {
	display: grid;
	gap: 0.35rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-header :is(h3, p) {
	margin: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-header h3 {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.8rem;
	align-items: center;
	min-width: 0;
	padding: 1rem;
	border: 1px solid #e4ded1;
	border-radius: 0.9rem;
	background: #faf8f2;
	color: var(--sis-profile-ink);
	text-decoration: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-card:hover,
body.sis-lp-profile #learn-press-profile .sis-profile-overview-card:focus-visible {
	border-color: rgb(7 86 67 / 0.28);
	background: rgb(7 86 67 / 0.055);
	color: var(--sis-profile-green);
	transform: translateY(-1px);
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border-radius: 0.75rem;
	background: rgb(216 173 61 / 0.14);
	color: #806619;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-copy {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-copy strong {
	color: var(--sis-profile-ink);
	font-size: 0.94rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-copy > span {
	color: var(--sis-profile-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

body.sis-lp-profile #learn-press-profile .sis-profile-overview-arrow {
	font-size: 1.05rem;
	color: #8a711f;
}

body.sis-lp-profile #learn-press-profile :is(a, button, summary, input, select, textarea):focus-visible {
	outline: 3px solid rgb(216 173 61 / 0.58);
	outline-offset: 3px;
}

@media screen and (max-width: 1040px) {
	body.sis-lp-profile {
		--sis-profile-shell: min(100% - 2rem, 58rem);
	}

	body.sis-lp-profile #learn-press-profile.lp-user-profile > .lp-content-area {
		grid-template-columns: minmax(0, 1fr);
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hero,
	body.sis-lp-profile #learn-press-profile .sis-profile-nav-shell,
	body.sis-lp-profile #learn-press-profile .lp-profile-content.sis-profile-content {
		grid-column: 1;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-nav-shell {
		position: static;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu-toggle {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 0.7rem;
		align-items: center;
		min-height: 3.4rem;
		padding: 0.7rem 0.9rem;
		cursor: pointer;
		list-style: none;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu-toggle::-webkit-details-marker {
		display: none;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu-toggle > span:first-child {
		display: flex;
		gap: 0.55rem;
		align-items: center;
		min-width: 0;
		color: var(--sis-profile-green);
		font-size: 0.82rem;
		font-weight: 800;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu-toggle strong {
	color: var(--sis-profile-ink);
		font-size: 0.82rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu-chevron {
		transition: transform 0.18s ease;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu[open] .sis-profile-menu-chevron {
		transform: rotate(180deg);
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu-body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: min(62vh, 34rem);
		padding-top: 0.35rem;
		overflow-y: auto;
		border-top: 1px solid #ebe6db;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu:not([open]) .sis-profile-menu-body {
		display: none !important;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu[open] .sis-profile-menu-body {
		display: grid !important;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-nav-group + .sis-profile-nav-group {
		padding-top: 0;
		padding-left: 1rem;
		border-top: 0;
		border-left: 1px solid #ebe6db;
	}
}

@media screen and (max-width: 720px) {
	body.sis-lp-profile {
		--sis-profile-shell: min(100% - 1.25rem, 42rem);
	}

	body.sis-lp-profile .sis-fallback-content-section {
		padding-top: 0.65rem;
	}

	body.sis-lp-profile #learn-press-profile.lp-user-profile > .lp-content-area {
		gap: 0.85rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hero {
		padding: 1.4rem;
		border-radius: 1.25rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hero-inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hero-ornament {
		top: -0.2rem;
		width: 2.35rem;
		height: 2.35rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hero-primary {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.9rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-avatar {
		width: 4.6rem;
		height: 4.6rem;
		border-radius: 1.15rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-name {
		font-size: clamp(1.85rem, 9vw, 2.7rem);
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-description {
		font-size: 0.9rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-account-panel {
		padding: 0.85rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-stat-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-content-header {
		padding-inline: 0.1rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-content-panel {
		padding: 1rem;
		border-radius: 1rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-menu-body {
		grid-template-columns: minmax(0, 1fr);
		max-height: min(64vh, 30rem);
		padding: 0.85rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-nav-group + .sis-profile-nav-group {
		padding-top: 0.85rem;
		padding-left: 0;
		border-top: 1px solid #ebe6db;
		border-left: 0;
	}

	body.sis-lp-profile #learn-press-profile :is(.sis-profile-hub-order-card, .sis-profile-hub-message-card) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hub-order-summary {
		justify-content: flex-start;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hub-message-avatar {
		display: none;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hub-message-open {
		width: 100%;
		border-radius: 0.7rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-overview-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sis-lp-profile #learn-press-profile :is(.sis-profile-tab-link, .sis-profile-menu-chevron) {
		transition: none;
	}
}

body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel {
	color: #24322d;
}

body.sis-lp-profile #learn-press-profile .sis-unified-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-card {
	min-width: 0;
	padding: clamp(1rem, 2vw, 1.4rem);
	border: 1px solid #e7e0d3;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 12px 30px rgba(26, 48, 40, 0.05);
}

body.sis-lp-profile #learn-press-profile .sis-unified-card h3,
body.sis-lp-profile #learn-press-profile .sis-unified-panel-heading h3 {
	margin: 0.2rem 0 0.4rem;
	color: #173d31;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.2;
}

body.sis-lp-profile #learn-press-profile .sis-unified-card > p,
body.sis-lp-profile #learn-press-profile .sis-unified-panel-heading p {
	margin-top: 0;
}

body.sis-lp-profile #learn-press-profile .sis-unified-form {
	display: grid;
	gap: 0.9rem;
	margin-top: 1.2rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-form p {
	display: grid;
	gap: 0.35rem;
	margin: 0;
}

body.sis-lp-profile #learn-press-profile .sis-unified-form label,
body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce label {
	color: #253c34;
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.02em;
}

body.sis-lp-profile #learn-press-profile .sis-unified-form :is(input, select, textarea),
body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce :is(input, select, textarea) {
	width: 100%;
	max-width: 100%;
	min-height: 2.8rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid #d6d1c7;
	border-radius: 0.65rem;
	background: #fff;
	color: #1c2e28;
	font: inherit;
}

body.sis-lp-profile #learn-press-profile .sis-unified-form :is(input, select, textarea):focus,
body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce :is(input, select, textarea):focus {
	border-color: #9a7119;
	outline: 3px solid rgba(202, 154, 45, 0.2);
	outline-offset: 1px;
}

body.sis-lp-profile #learn-press-profile .sis-unified-button,
body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 2.75rem;
	padding: 0.7rem 1rem;
	border: 1px solid #173d31;
	border-radius: 0.65rem;
	background: #173d31;
	color: #fff;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
}

body.sis-lp-profile #learn-press-profile .sis-unified-button:hover,
body.sis-lp-profile #learn-press-profile .sis-unified-button:focus-visible,
body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce .button:hover,
body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce .button:focus-visible {
	border-color: #c99a2e;
	background: #c99a2e;
	color: #14231e;
}

body.sis-lp-profile #learn-press-profile .sis-unified-button--secondary {
	border-color: #d8d0c1;
	background: #fff;
	color: #173d31;
}

body.sis-lp-profile #learn-press-profile .sis-unified-notice {
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid;
	border-radius: 0.7rem;
	font-weight: 700;
}

body.sis-lp-profile #learn-press-profile .sis-unified-notice--success {
	border-color: #a9d4bd;
	background: #edf8f1;
	color: #185b38;
}

body.sis-lp-profile #learn-press-profile .sis-unified-notice--error {
	border-color: #e6b5b2;
	background: #fff2f1;
	color: #8b2922;
}

body.sis-lp-profile #learn-press-profile .sis-unified-empty {
	display: grid;
	place-items: center;
	gap: 0.55rem;
	min-height: 11rem;
	padding: 1.25rem;
	border: 1px dashed #d8d0c1;
	border-radius: 0.9rem;
	background: #fbfaf7;
	text-align: center;
}

body.sis-lp-profile #learn-press-profile .sis-unified-empty .material-symbols-rounded {
	color: #9a7119;
	font-size: 2rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-empty :is(h3, p) {
	margin: 0;
}

body.sis-lp-profile #learn-press-profile .sis-unified-request-list,
body.sis-lp-profile #learn-press-profile .sis-unified-notification-list {
	display: grid;
	gap: 0.65rem;
	margin-top: 1rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-request-list article {
	display: grid;
	grid-template-columns: minmax(6rem, 0.5fr) minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
	padding: 0.8rem;
	border: 1px solid #e7e0d3;
	border-radius: 0.7rem;
	background: #fbfaf7;
}

body.sis-lp-profile #learn-press-profile .sis-unified-request-list small {
	color: #68776f;
}

body.sis-lp-profile #learn-press-profile .sis-unified-panel-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-notification-list a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
	padding: 0.85rem 1rem;
	border: 1px solid #e7e0d3;
	border-radius: 0.75rem;
	background: #fff;
	color: #253c34;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-unified-notification-list a:hover,
body.sis-lp-profile #learn-press-profile .sis-unified-notification-list a:focus-visible {
	border-color: #c99a2e;
	box-shadow: 0 8px 20px rgba(26, 48, 40, 0.08);
}

body.sis-lp-profile #learn-press-profile .sis-unified-notification-list a > .material-symbols-rounded:first-child {
	color: #9a7119;
}

body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce :is(.form-row-first, .form-row-last) {
	width: calc(50% - 0.5rem);
}

body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce fieldset {
	margin: 1.2rem 0;
	padding: 1rem;
	border: 1px solid #e7e0d3;
	border-radius: 0.8rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce legend {
	padding-inline: 0.35rem;
	color: #173d31;
	font-weight: 800;
}

body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce table {
	width: 100%;
	border-collapse: collapse;
}

body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce :is(th, td) {
	padding: 0.8rem;
	border-bottom: 1px solid #e7e0d3;
	text-align: start;
}

@media screen and (max-width: 720px) {
	body.sis-lp-profile #learn-press-profile .sis-unified-profile-grid,
	body.sis-lp-profile #learn-press-profile .sis-unified-form-row {
		grid-template-columns: minmax(0, 1fr);
	}

	body.sis-lp-profile #learn-press-profile .sis-unified-panel-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	body.sis-lp-profile #learn-press-profile .sis-unified-request-list article {
		grid-template-columns: minmax(0, 1fr);
	}

	body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce :is(.form-row-first, .form-row-last) {
		float: none;
		width: 100%;
	}

	body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce table,
	body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce tbody,
	body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce tr,
	body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce td {
		display: block;
		width: 100%;
	}

	body.sis-lp-profile #learn-press-profile .sis-unified-profile-panel--woocommerce thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}
}

/* Compact identity and communication workspace. */
body.sis-lp-profile #learn-press-profile .sis-profile-hero {
	position: relative;
	isolation: isolate;
	min-height: 20rem;
	overflow: hidden;
	padding: 2rem clamp(3.5rem, 4vw, 4.25rem);
	border-color: rgb(216 173 61 / 0.36);
	border-radius: 1.35rem;
	background: linear-gradient(108deg, #184f3d 0%, #11382d 45%, #174d35 100%);
	box-shadow:
		0 1px 0 rgb(255 255 255 / 0.08) inset,
		0 1.75rem 4rem -2.75rem rgb(4 42 31 / 0.68);
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero::before,
body.sis-lp-profile #learn-press-profile .sis-profile-hero::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 20rem;
	background: radial-gradient(circle, rgb(216 173 61 / 0.28) 0 1px, transparent 1.5px) 0 0 / 15px 15px;
	content: "";
	opacity: 0.22;
	pointer-events: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero::before {
	left: 0;
	-webkit-mask-image: linear-gradient(90deg, #000, transparent);
	mask-image: linear-gradient(90deg, #000, transparent);
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero::after {
	right: 0;
	-webkit-mask-image: linear-gradient(270deg, #000, transparent);
	mask-image: linear-gradient(270deg, #000, transparent);
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero-inner {
	grid-template-columns: minmax(0, 1fr) minmax(29rem, 35rem);
	gap: clamp(2rem, 4vw, 4rem);
}

body.sis-lp-profile #learn-press-profile .sis-profile-settings-link {
	position: static;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	border-radius: 0.55rem;
	background: transparent;
	color: #f2d470;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-settings-link:hover,
body.sis-lp-profile #learn-press-profile .sis-profile-settings-link:focus-visible {
	border-color: #f2d470;
	background: #f2d470;
	color: #153b30;
	outline: 3px solid rgb(242 212 112 / 0.24);
	outline-offset: 2px;
}

body.sis-lp-profile #learn-press-profile .sis-profile-hero-primary {
	gap: clamp(1.75rem, 3vw, 3rem);
}

body.sis-lp-profile #learn-press-profile .sis-profile-avatar-wrap {
	align-self: start;
	margin-top: 2rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-avatar {
	width: clamp(7rem, 9vw, 8.25rem);
	height: clamp(7rem, 9vw, 8.25rem);
	overflow: hidden;
	border: 2px solid #e0b83f;
	border-radius: 1.15rem;
	background: rgb(255 255 255 / 0.1);
	box-shadow: 0 1rem 2rem -1.5rem rgb(0 0 0 / 0.65);
}

body.sis-lp-profile #learn-press-profile .sis-profile-avatar-initials {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.25rem, 3.6vw, 3.35rem);
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.sis-lp-profile #learn-press-profile .sis-profile-role-mark {
	right: -0.8rem;
	bottom: -0.55rem;
	width: 2.8rem;
	height: 2.8rem;
	border: 0;
	border-radius: 0;
	background: #e5bc3f;
	clip-path: polygon(50% 0%, 62% 9%, 76% 7%, 84% 20%, 97% 26%, 96% 41%, 100% 53%, 91% 64%, 88% 79%, 74% 84%, 64% 96%, 50% 91%, 36% 96%, 26% 84%, 12% 79%, 9% 64%, 0% 53%, 4% 41%, 3% 26%, 16% 20%, 24% 7%, 38% 9%);
	filter: drop-shadow(0 0.35rem 0.4rem rgb(4 30 23 / 0.35));
}

body.sis-lp-profile #learn-press-profile .sis-profile-role-mark .material-symbols-rounded {
	font-size: 1.25rem;
	font-weight: 800;
}

body.sis-lp-profile #learn-press-profile .sis-profile-name {
	margin: 0.25rem 0 0.55rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.15rem, 4.6vw, 4.25rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

body.sis-lp-profile #learn-press-profile .sis-profile-kicker {
	margin-bottom: 0.8rem;
	color: #f2d470;
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.19em;
}

body.sis-lp-profile #learn-press-profile .sis-profile-description {
	max-width: 34.5rem;
	color: rgb(255 255 255 / 0.76);
	font-size: 1rem;
	line-height: 1.55;
}

body.sis-lp-profile #learn-press-profile .sis-profile-meta-list {
	margin-top: 1.15rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-meta-pill {
	justify-content: center;
	min-width: 15.5rem;
	min-height: 2.75rem;
	padding: 0.7rem 1.35rem;
	border-color: rgb(255 255 255 / 0.18);
	border-radius: 0.65rem;
	background: rgb(255 255 255 / 0.075);
	font-size: 0.84rem;
	letter-spacing: 0.075em;
	white-space: nowrap;
}

body.sis-lp-profile #learn-press-profile .sis-profile-account-panel {
	gap: 1.1rem;
	padding: 1.5rem;
	border-color: rgb(255 255 255 / 0.16);
	border-radius: 1rem;
	background: rgb(5 31 23 / 0.32);
}

body.sis-lp-profile #learn-press-profile .sis-profile-account-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-account-panel-label {
	margin: 0;
	padding: 0;
	color: rgb(255 255 255 / 0.62);
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

body.sis-lp-profile #learn-press-profile .sis-profile-quick-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-quick-links a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	min-width: 0;
	min-height: 9.5rem;
	padding: 1rem;
	border: 1px solid rgb(255 255 255 / 0.13);
	border-radius: 0.8rem;
	background: rgb(255 255 255 / 0.055);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-profile-quick-links a:hover,
body.sis-lp-profile #learn-press-profile .sis-profile-quick-links a:focus-visible {
	border-color: #f2d470;
	background: rgb(242 212 112 / 0.12);
	outline: 3px solid rgb(242 212 112 / 0.18);
	outline-offset: 1px;
}

body.sis-lp-profile #learn-press-profile .sis-profile-quick-links a > .material-symbols-rounded:first-child {
	color: #f2d470;
	font-size: 1.6rem;
}

body.sis-lp-profile #learn-press-profile .sis-profile-quick-links strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin-top: auto;
	border-radius: 0;
	background: transparent;
	color: #f2d470;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1;
}

body.sis-lp-profile #learn-press-profile .sis-profile-quick-link-arrow {
	margin-top: auto;
	color: #f2d470;
	font-size: 1.7rem;
}

body.sis-lp-profile #learn-press-profile .sis-communication-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.25rem;
	padding-bottom: 1.35rem;
	border-bottom: 1px solid #e6e0d4;
}

body.sis-lp-profile #learn-press-profile .sis-communication-header h3 {
	margin: 0.15rem 0 0.35rem;
	color: #173d31;
	font-size: clamp(1.7rem, 3vw, 2.25rem);
	line-height: 1.1;
}

body.sis-lp-profile #learn-press-profile .sis-communication-header p {
	max-width: 40rem;
	margin: 0;
	color: #627068;
}

body.sis-lp-profile #learn-press-profile .sis-unified-button {
	gap: 0.45rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-button .material-symbols-rounded {
	font-size: 1.1rem;
}

body.sis-lp-profile #learn-press-profile .sis-communication-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(8rem, 0.35fr)) minmax(15rem, 1fr);
	gap: 0.75rem;
	margin: 1rem 0 1.5rem;
}

body.sis-lp-profile #learn-press-profile .sis-communication-stat {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 4.4rem;
	padding: 0.8rem 0.9rem;
	border: 1px solid #dfd8cb;
	border-radius: 0.8rem;
	background: #fbfaf7;
	color: #173d31;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile a.sis-communication-stat:hover,
body.sis-lp-profile #learn-press-profile a.sis-communication-stat:focus-visible {
	border-color: #bd8f25;
	box-shadow: 0 0 0 3px rgb(189 143 37 / 0.13);
}

body.sis-lp-profile #learn-press-profile .sis-communication-stat.has-unread {
	border-color: rgb(189 143 37 / 0.5);
	background: #fff9e7;
}

body.sis-lp-profile #learn-press-profile .sis-communication-stat > .material-symbols-rounded {
	color: #92701e;
	font-size: 1.35rem;
}

body.sis-lp-profile #learn-press-profile .sis-communication-stat span:last-child {
	display: grid;
}

body.sis-lp-profile #learn-press-profile .sis-communication-stat strong {
	font-size: 1.2rem;
	line-height: 1;
}

body.sis-lp-profile #learn-press-profile .sis-communication-stat small {
	margin-top: 0.25rem;
	color: #4f5f57;
	font-size: 0.72rem;
	font-weight: 700;
}

body.sis-lp-profile #learn-press-profile .sis-communication-actions {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	gap: 0.55rem;
	padding: 0.35rem;
	border: 1px solid #e4ddd1;
	border-radius: 0.8rem;
	background: #fff;
}

body.sis-lp-profile #learn-press-profile .sis-communication-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-width: 7rem;
	padding: 0.65rem 0.8rem;
	border-radius: 0.6rem;
	color: #315348;
	font-size: 0.78rem;
	font-weight: 750;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-communication-actions a:hover,
body.sis-lp-profile #learn-press-profile .sis-communication-actions a:focus-visible {
	background: #eef4f1;
	color: #075643;
	outline: 2px solid rgb(7 86 67 / 0.18);
}

body.sis-lp-profile #learn-press-profile .sis-communication-actions .material-symbols-rounded {
	font-size: 1.05rem;
}

body.sis-lp-profile #learn-press-profile .sis-communication-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

body.sis-lp-profile #learn-press-profile .sis-communication-section-heading :is(h4, p) {
	margin: 0;
}

body.sis-lp-profile #learn-press-profile .sis-communication-section-heading h4 {
	color: #173d31;
	font-size: 1.05rem;
}

body.sis-lp-profile #learn-press-profile .sis-communication-section-heading p {
	margin-top: 0.2rem;
	color: #56645c;
	font-size: 0.78rem;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-list {
	display: grid;
	gap: 0.55rem;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread {
	overflow: hidden;
	border: 1px solid #e5dfd4;
	border-radius: 0.8rem;
	background: #fff;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread.is-unread {
	border-inline-start: 0.28rem solid #c79a30;
	background: #fffdf5;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-main {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: center;
	padding: 0.9rem 1rem;
	color: #253c34;
	text-decoration: none;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-main:hover,
body.sis-lp-profile #learn-press-profile .sis-message-thread-main:focus-visible {
	background: #f8f6f0;
	outline: 3px solid rgb(7 86 67 / 0.13);
	outline-offset: -3px;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-avatar,
body.sis-lp-profile #learn-press-profile .sis-message-thread-avatar img {
	display: block;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-copy {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-heading strong {
	overflow: hidden;
	color: #173d31;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-heading small {
	flex: 0 0 auto;
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	background: #f3d77d;
	color: #49380e;
	font-size: 0.65rem;
	font-weight: 800;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-meta,
body.sis-lp-profile #learn-press-profile .sis-message-thread-excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-meta {
	color: #6c7871;
	font-size: 0.73rem;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-excerpt {
	color: #4f5e57;
	font-size: 0.82rem;
}

body.sis-lp-profile #learn-press-profile .sis-message-thread-arrow {
	color: #98751e;
}

body.sis-lp-profile #learn-press-profile .sis-unified-empty--communication {
	min-height: 12rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-empty--communication h4 {
	margin: 0;
	color: #173d31;
	font-size: 1.2rem;
}

body.sis-lp-profile #learn-press-profile .sis-unified-empty--communication p {
	max-width: 30rem;
	margin: 0;
	color: #627068;
}

body.sis-lp-profile #learn-press-profile .sis-unified-notification-list {
	margin-top: 0;
}

body.sis-lp-profile #learn-press-profile .sis-unified-notification-list a {
	min-height: 4.25rem;
}

body.sis-lp-profile #learn-press-profile .sis-notification-copy {
	display: grid;
	gap: 0.2rem;
}

body.sis-lp-profile #learn-press-profile .sis-notification-copy strong {
	color: #253c34;
	font-size: 0.88rem;
}

body.sis-lp-profile #learn-press-profile .sis-notification-copy small {
	color: #89701e;
	font-size: 0.7rem;
	font-weight: 750;
}

body.sis-lp-profile #learn-press-profile .sis-communication-privacy {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 1rem 0 0;
	color: #56645c;
	font-size: 0.72rem;
}

body.sis-lp-profile #learn-press-profile .learn-press-filters a {
	color: #4f5f57;
}

body.sis-lp-profile #learn-press-profile .learn-press-filters a.active {
	color: #6f5100;
	font-weight: 750;
}

body.sis-lp-profile #learn-press-profile .learnpress-certificates-profile .certificate-item > .course-permalink,
body.sis-lp-profile #learn-press-profile .learnpress-certificates-profile .certificate-thumbnail {
	display: block;
	min-height: 250px;
}

body.sis-lp-profile #learn-press-profile .sis-communication-privacy .material-symbols-rounded {
	color: #8a6c1e;
	font-size: 0.95rem;
}

@media screen and (max-width: 900px) {
	body.sis-lp-profile #learn-press-profile .sis-profile-hero-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-account-panel {
		width: 100%;
	}
}

@media screen and (max-width: 720px) {
	body.sis-lp-profile #learn-press-profile .sis-profile-hero {
		min-height: 0;
		padding: 1.15rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hero::before,
	body.sis-lp-profile #learn-press-profile .sis-profile-hero::after {
		width: 10rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-hero-primary {
		grid-template-columns: 4.25rem minmax(0, 1fr);
		gap: 1rem;
		align-items: start;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-avatar-wrap {
		margin-top: 0;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-avatar {
		width: 4.25rem;
		height: 4.25rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-settings-link {
		width: 2.4rem;
		height: 2.4rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-role-mark {
		right: -0.45rem;
		bottom: -0.35rem;
		width: 1.75rem;
		height: 1.75rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-role-mark .material-symbols-rounded {
		font-size: 0.9rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-name {
		padding-inline-end: 0;
		font-size: clamp(1.7rem, 9vw, 2.35rem);
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-kicker {
		padding-inline-end: 0;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-description {
		font-size: 0.9rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-meta-list {
		grid-column: 1 / -1;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-meta-pill {
		width: 100%;
		min-width: 0;
		font-size: 0.7rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-account-panel {
		gap: 0.75rem;
		padding: 0.85rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-quick-links a {
		min-height: 4.8rem;
		padding: 0.6rem;
		font-size: 0.68rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-communication-header {
		flex-direction: column;
	}

	body.sis-lp-profile #learn-press-profile .sis-communication-header .sis-unified-button {
		width: 100%;
	}

	body.sis-lp-profile #learn-press-profile .sis-communication-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.sis-lp-profile #learn-press-profile .sis-communication-actions {
		grid-column: 1 / -1;
	}

	body.sis-lp-profile #learn-press-profile .sis-communication-actions a {
		flex: 1 1 0;
		min-width: 0;
	}

	body.sis-lp-profile #learn-press-profile .sis-message-thread-main {
		grid-template-columns: auto minmax(0, 1fr);
		padding: 0.8rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-message-thread-arrow {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	body.sis-lp-profile #learn-press-profile .sis-profile-hero-primary {
		grid-template-columns: 3.7rem minmax(0, 1fr);
		gap: 0.75rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-avatar {
		width: 3.7rem;
		height: 3.7rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-profile-quick-links a {
		min-height: 4.45rem;
		padding: 0.5rem;
		font-size: 0.62rem;
	}

	body.sis-lp-profile #learn-press-profile .sis-communication-summary {
		grid-template-columns: minmax(0, 1fr);
	}

	body.sis-lp-profile #learn-press-profile .sis-communication-actions {
		grid-column: auto;
	}

	body.sis-lp-profile #learn-press-profile .sis-message-thread-avatar,
	body.sis-lp-profile #learn-press-profile .sis-message-thread-avatar img {
		width: 2.35rem;
		height: 2.35rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sis-lp-profile #learn-press-profile :is(
		.sis-profile-settings-link,
		.sis-profile-quick-links a,
		.sis-communication-stat,
		.sis-communication-actions a,
		.sis-message-thread-main,
		.sis-unified-notification-list a
	) {
		transition: none;
	}
}
