.ledl-account-ui .site,
.ledl-account-ui .site-main,
.ledl-account-ui .content-area,
.ledl-account-ui .entry-content {
	max-width: 100% !important;
	width: 100% !important;
}

.woocommerce-account.ledl-account-ui {
	background: radial-gradient(1200px 500px at 95% -5%, rgba(66, 184, 255, 0.3), transparent 60%),
		linear-gradient(160deg, #f8fcff 0%, #eef6ff 45%, #fff8ef 100%);
}

.ledl-auth-shell,
.ledl-account-shell {
	margin: 0 auto;
	max-width: 1320px;
	padding: 32px 24px 64px;
}

.ledl-auth-surface {
	background: #ffffff;
	border: 1px solid rgba(10, 46, 115, 0.1);
	border-radius: 20px;
	box-shadow: 0 28px 60px rgba(12, 52, 125, 0.1);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	padding: 28px;
}

.ledl-auth-hero {
	background: linear-gradient(150deg, #0a2e73 0%, #1e63c6 100%);
	border-radius: 16px;
	color: #fff;
	padding: 28px;
}

.ledl-auth-kicker,
.ledl-account-kicker {
	color: #ffb55b;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ledl-auth-hero h1,
.ledl-account-hero h1,
.ledl-account-library h2,
.ledl-account-book h3,
.ledl-account-stat h3 {
	font-family: "Cormorant Garamond", serif;
}

.ledl-auth-hero h1 {
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1.05;
	margin: 0 0 14px;
}

.ledl-auth-hero h1 em,
.ledl-account-hero h1 em {
	color: #ffb55b;
	font-style: italic;
}

.ledl-auth-hero p,
.ledl-account-hero p,
.ledl-account-book p,
.ledl-account-stat p {
	font-family: "DM Sans", sans-serif;
	line-height: 1.7;
	margin: 0;
}

.ledl-auth-forms {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
}

.ledl-auth-forms.has-register {
	grid-template-columns: 1fr 1fr;
}

.ledl-auth-card {
	background: #f9fcff;
	border: 1px solid rgba(10, 46, 115, 0.1);
	border-radius: 14px;
	padding: 20px;
}

.ledl-auth-card h2 {
	color: #0a2e73;
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
	margin: 0 0 12px;
}

.ledl-auth-card label {
	color: #1a365f;
	font-family: "DM Sans", sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
}

.ledl-auth-card input.input-text {
	border: 1px solid rgba(21, 101, 192, 0.22);
	border-radius: 10px;
	font-family: "DM Sans", sans-serif;
	padding: 11px 12px;
}

.ledl-auth-card button.button {
	background: linear-gradient(135deg, #0a2e73 0%, #1e63c6 100%);
	border: none;
	border-radius: 10px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 10px 20px;
	text-transform: uppercase;
}

.ledl-auth-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.ledl-hp-wrap {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.ledl-account-hero {
	align-items: end;
	background: linear-gradient(140deg, #0a2e73 0%, #1e63c6 70%, #42b8ff 100%);
	border-radius: 20px;
	color: #fff;
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr auto;
	margin-bottom: 22px;
	padding: 28px;
}

.ledl-account-hero h1 {
	font-size: clamp(2.2rem, 5vw, 3.8rem);
	line-height: 1.04;
	margin: 0 0 8px;
}

.ledl-account-quick {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.ledl-account-quick a {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 10px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.ledl-account-stats {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 18px;
}

.ledl-account-stat {
	background: #fff;
	border: 1px solid rgba(10, 46, 115, 0.1);
	border-radius: 14px;
	padding: 16px 18px;
}

.ledl-account-stat h3 {
	color: #0a2e73;
	font-size: 2rem;
	line-height: 1.15;
	margin: 0 0 4px;
}

.ledl-account-library {
	background: #fff;
	border: 1px solid rgba(10, 46, 115, 0.1);
	border-radius: 16px;
	padding: 20px;
}

.ledl-account-library__head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.ledl-account-library h2 {
	color: #0a2e73;
	font-size: 2.2rem;
	margin: 0;
}

.ledl-account-library__head a {
	color: #0a2e73;
	font-family: "DM Sans", sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.ledl-account-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ledl-account-book {
	background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
	border: 1px solid rgba(10, 46, 115, 0.1);
	border-radius: 12px;
	padding: 16px;
}

.ledl-account-book h3 {
	color: #0a2e73;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0 0 5px;
}

.ledl-account-book p {
	color: #4a6188;
	font-size: 0.9rem;
	margin: 0 0 10px;
}

.ledl-account-book__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ledl-account-book__actions .button {
	border-radius: 10px;
	font-family: "DM Sans", sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 10px 20px;
	text-transform: uppercase;
}

.ledl-account-book__actions .button.read-more {
	background: #0a2e73;
	color: #fff;
}

.ledl-account-book__actions .button.download {
	background: #fff3e2;
	color: #ff8a00;
}

.ledl-account-empty {
	background: #f6fbff;
	border: 1px dashed rgba(10, 46, 115, 0.25);
	border-radius: 12px;
	padding: 22px;
}

.ledl-account-empty p {
	color: #3a547f;
	font-family: "DM Sans", sans-serif;
	margin: 0 0 14px;
}

.ledl-account-empty .button {
	background: #0a2e73;
	border-radius: 10px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.ledl-account-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ledl-auth-surface {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.ledl-account-hero {
		grid-template-columns: 1fr;
	}

	.ledl-account-stats {
		grid-template-columns: 1fr;
	}

	.ledl-auth-forms.has-register {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.ledl-account-grid {
		grid-template-columns: 1fr;
	}

	.ledl-auth-shell,
	.ledl-account-shell {
		padding: 20px 12px 44px;
	}

	.ledl-auth-surface,
	.ledl-account-library {
		padding: 14px;
	}
}
