.fpl-lms-notice {
	background: #f7f4ee;
	border: 1px solid #d6c4a6;
	color: #211f1c;
	margin: 0 auto 24px;
	max-width: 1180px;
	padding: 16px 18px;
}

.fpl-my-courses {
	display: grid;
	gap: 18px;
	margin: 0 auto;
	max-width: 1180px;
}

.fpl-my-course {
	background: #fff;
	border: 1px solid #dfd7c9;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	padding: 24px;
}

.fpl-my-course h3 {
	font-family: Georgia, serif;
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.fpl-my-course h3 a {
	color: #211f1c;
	text-decoration: none;
}

.fpl-my-course p {
	color: #5b554c;
	margin: 0;
}

.fpl-my-course__status {
	color: #7b6a58;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.fpl-course-progress {
	align-self: center;
}

.fpl-course-progress__meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.fpl-course-progress__meta span {
	color: #7b6a58;
	font-size: 13px;
	text-transform: uppercase;
}

.fpl-course-progress__track {
	background: #eee7da;
	height: 8px;
	overflow: hidden;
}

.fpl-course-progress__track span {
	background: #6f7a55;
	display: block;
	height: 100%;
}

.fpl-lms-empty {
	background: #f7f4ee;
	border: 1px solid #dfd7c9;
	margin: 0 auto;
	max-width: 780px;
	padding: 32px;
	text-align: center;
}

.fpl-lms-empty h2 {
	font-family: Georgia, serif;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.fpl-lms-empty p {
	color: #5b554c;
	margin: 0 auto 22px;
	max-width: 560px;
}

.fpl-lms-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.fpl-lms-button {
	background: #211f1c;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.fpl-lms-button:hover {
	color: #fff;
}

.fpl-lms-button--light {
	background: transparent;
	border: 1px solid #211f1c;
	color: #211f1c;
}

.fpl-lms-button--light:hover {
	color: #211f1c;
}

@media (max-width: 760px) {
	.fpl-my-course {
		grid-template-columns: 1fr;
		padding: 20px;
	}
}

/* Unified student and administrator sign-in surface. */
.fpl-auth {
	align-items: center;
	background: #f8f3eb;
	color: #2b201b;
	display: flex;
	font-family: Inter, Helvetica, Arial, sans-serif;
	justify-content: center;
	min-height: 660px;
	padding: clamp( 42px, 6vw, 78px ) 20px;
	width: 100%;
}

.fpl-auth__panel {
	background: #fffaf3;
	border: 1px solid rgba( 43, 32, 27, 0.2 );
	box-shadow: 0 24px 60px rgba( 43, 32, 27, 0.07 );
	max-width: 560px;
	padding: clamp( 30px, 4vw, 48px );
	width: 100%;
}

.fpl-auth--register .fpl-auth__panel {
	max-width: 760px;
}

.fpl-auth__header {
	margin-bottom: 30px;
}

.fpl-auth__eyebrow {
	color: #6f2434;
	font-size: 11px;
	font-weight: 700;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.fpl-auth__header h1,
.fpl-auth--registered h1 {
	color: #2b201b;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp( 35px, 4.4vw, 50px );
	font-weight: 500;
	line-height: 1.06;
	margin: 0 0 16px;
}

.fpl-auth__header p:last-child {
	color: #655b53;
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
	max-width: 620px;
}

.fpl-auth__notice {
	background: #fff;
	border: 1px solid rgba( 111, 36, 52, 0.4 );
	color: #6f2434;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 22px;
	padding: 13px 15px;
}

.fpl-auth__notice--success {
	border-color: rgba( 43, 32, 27, 0.22 );
	color: #2b201b;
}

.fpl-auth__form,
.fpl-auth__form label {
	display: grid;
}

.fpl-auth__form {
	gap: 18px;
}

.fpl-auth__form label {
	gap: 8px;
	margin: 0;
}

.fpl-auth__form label > span {
	color: #3d332e;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.fpl-auth__form input[type="text"],
.fpl-auth__form input[type="email"],
.fpl-auth__form input[type="password"] {
	background: #fff;
	border: 1px solid rgba( 43, 32, 27, 0.24 );
	border-radius: 0;
	box-shadow: none;
	color: #211713;
	font: 500 16px/1.4 Inter, Helvetica, Arial, sans-serif;
	height: 52px;
	margin: 0;
	padding: 12px 14px;
	width: 100%;
}

.fpl-password-field {
	display: block;
	position: relative;
	width: 100%;
}

.fpl-password-field input[type="password"],
.fpl-password-field input[type="text"] {
	padding-right: 82px !important;
}

.fpl-password-toggle {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-left: 1px solid rgba( 43, 32, 27, 0.16 ) !important;
	border-radius: 0 !important;
	color: #2b201b !important;
	cursor: pointer;
	display: inline-flex;
	font: 800 11px/1 Inter, Helvetica, Arial, sans-serif !important;
	height: 28px;
	justify-content: center;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 56px;
	padding: 0 0 0 12px !important;
	position: absolute;
	right: 12px;
	text-decoration: none !important;
	text-transform: uppercase;
	top: 50%;
	transform: translateY( -50% );
	width: auto !important;
	z-index: 2;
}

.fpl-password-toggle:hover,
.fpl-password-toggle:focus-visible {
	background: transparent !important;
	color: #6f2434 !important;
	outline: 0;
}

.fpl-password-toggle:focus-visible {
	box-shadow: 0 0 0 2px rgba( 111, 36, 52, 0.18 );
}

body.login .fpl-password-field {
	display: block;
}

body.login .fpl-password-field input {
	box-sizing: border-box;
	min-height: 46px;
	padding-right: 82px !important;
	width: 100%;
}

body.login .fpl-password-toggle {
	right: 10px;
}

.woocommerce form .form-row .fpl-password-field input.input-text {
	padding-right: 82px !important;
}

.fpl-auth__form input:focus {
	border-color: #2b201b;
	box-shadow: 0 0 0 2px rgba( 43, 32, 27, 0.1 );
	outline: 0;
}

.fpl-auth__form small {
	color: #756a61;
	font-size: 11px;
	line-height: 1.4;
}

.fpl-auth__row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
}

.fpl-auth__options {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 18px;
	justify-content: space-between;
}

.fpl-auth__remember {
	align-items: center;
	display: inline-flex !important;
	grid-template-columns: auto 1fr;
	width: auto;
}

.fpl-auth__remember input {
	accent-color: #090807;
	height: 18px;
	margin: 0;
	width: 18px;
}

.fpl-auth__options a,
.fpl-auth__switch a {
	color: #2b201b !important;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.fpl-auth .fpl-auth__submit,
.fpl-brand-active .fpl-auth .fpl-auth__submit {
	align-items: center;
	background: #090807 !important;
	border: 1px solid #090807 !important;
	border-radius: 0 !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font: 800 12px/1 Inter, Helvetica, Arial, sans-serif !important;
	justify-content: center;
	margin: 4px 0 0;
	min-height: 54px;
	padding: 16px 22px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.fpl-auth .fpl-auth__submit:hover,
.fpl-auth .fpl-auth__submit:focus-visible {
	background: #6f2434 !important;
	border-color: #6f2434 !important;
	color: #fff !important;
}

.fpl-auth__otp-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	justify-content: center;
	margin-top: 20px;
}

.fpl-auth__otp-actions form {
	margin: 0;
}

.fpl-auth__link-button {
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid currentColor !important;
	border-radius: 0 !important;
	color: #2b201b !important;
	cursor: pointer;
	font: 800 12px/1.4 Inter, Helvetica, Arial, sans-serif !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 0 3px !important;
	text-transform: uppercase;
	width: auto !important;
}

.fpl-auth__link-button:hover,
.fpl-auth__link-button:focus-visible {
	background: transparent !important;
	color: #6f2434 !important;
	outline: 0;
}

.fpl-auth__link-button:disabled {
	color: #9b9289 !important;
	cursor: not-allowed;
}

.fpl-auth__switch {
	color: #655b53;
	font-size: 14px;
	margin: 24px 0 0;
	text-align: center;
}

.fpl-auth--registered .fpl-auth__submit {
	margin-top: 24px;
}

@media ( max-width: 640px ) {
	.fpl-auth {
		align-items: flex-start;
		min-height: 0;
		padding: 24px 14px 42px;
	}

	.fpl-auth__panel {
		box-shadow: none;
		padding: 26px 20px;
	}

	.fpl-auth__row {
		grid-template-columns: 1fr;
	}

	.fpl-auth__options {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}
}

/* 1.0.3 mobile auth and course-card polish. */
.fpl-lms-notice,
.fpl-my-courses,
.fpl-my-course,
.fpl-lms-empty,
.fpl-auth,
.fpl-auth * {
	box-sizing: border-box;
}

.fpl-my-course > *,
.fpl-auth__panel,
.fpl-auth__form > * {
	min-width: 0;
}

.fpl-auth__header h1,
.fpl-auth--registered h1,
.fpl-my-course h3,
.fpl-lms-empty h2 {
	max-width: 100%;
	overflow-wrap: break-word;
	text-wrap: pretty;
}

@media ( max-width: 900px ) {
	.fpl-auth {
		min-height: calc( 100svh - 76px );
		padding: 54px 20px;
	}

	.fpl-auth__panel {
		max-width: 620px;
	}
}

@media ( max-width: 640px ) {
	.fpl-lms-notice,
	.fpl-my-courses,
	.fpl-lms-empty {
		width: min( 100% - 28px, 780px );
	}

	.fpl-my-course {
		gap: 18px;
		padding: 20px;
	}

	.fpl-my-course h3 {
		font-size: 25px;
	}

	.fpl-course-progress__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.fpl-lms-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fpl-lms-button {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.fpl-auth {
		min-height: 0;
		padding: 28px 14px 46px;
		overflow-x: hidden;
	}

	.fpl-auth__panel {
		border-color: rgba( 43, 32, 27, 0.18 );
		box-shadow: 0 16px 42px rgba( 43, 32, 27, 0.05 );
		max-width: calc( 100vw - 28px );
		padding: 24px 18px;
		overflow: hidden;
		width: 100%;
	}

	.fpl-auth__header {
		margin-bottom: 22px;
	}

	.fpl-auth__header h1,
	.fpl-auth--registered h1 {
		font-size: 32px;
		line-height: 1.08;
		max-width: 280px;
		overflow-wrap: anywhere;
		white-space: normal;
		word-break: normal;
	}

	.fpl-auth__header p:last-child {
		max-width: 300px;
	}

	.fpl-auth__form {
		gap: 16px;
	}

	.fpl-auth__form input[type="text"],
	.fpl-auth__form input[type="email"],
	.fpl-auth__form input[type="password"] {
		font-size: 16px;
		height: 50px;
	}

	.fpl-auth__remember {
		align-items: flex-start;
	}

	.fpl-auth__switch {
		line-height: 1.55;
	}
}

@media ( max-width: 390px ) {
	.fpl-auth__options {
		font-size: 12px;
	}

	.fpl-auth__panel {
		padding-left: 16px;
		padding-right: 16px;
	}
}
