body.k4kq-account-page #secondary {
	display: none !important;
}

body.k4kq-account-page #primary {
	flex-basis: 100% !important;
	max-width: 100% !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.k4kq-account-page #content.site-content {
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.k4kq-account-page .entry-header .entry-title {
	display: none;
}

.k4kq-account {
	--k4kq-account-accent: #3157a4;
	--k4kq-account-accent-dark: #203f7d;
	--k4kq-account-accent-soft: #eaf0fc;
	--k4kq-account-border: #d9e0ec;
	--k4kq-account-muted: #5d687a;
	--k4kq-account-text: #172033;
	color: var(--k4kq-account-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 44px auto 72px;
	max-width: 1040px;
	padding: 0 clamp(16px, 3vw, 32px);
}

.k4kq-account *,
.k4kq-account *::before,
.k4kq-account *::after {
	box-sizing: border-box;
}

.k4kq-account-hero {
	align-items: center;
	display: flex;
	gap: 18px;
	margin: 0 0 26px;
}

.k4kq-account-hero > span {
	align-items: center;
	background: var(--k4kq-account-accent-soft);
	border: 1px solid #cad8f3;
	border-radius: 20px;
	display: flex;
	flex: 0 0 auto;
	font-size: 34px;
	height: 70px;
	justify-content: center;
	width: 70px;
}

.k4kq-account-hero h1 {
	color: var(--k4kq-account-text);
	font-family: ui-rounded, "Arial Rounded MT Bold", "Segoe UI", sans-serif;
	font-size: clamp(34px, 5vw, 50px);
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0;
}

.k4kq-account-hero p {
	color: var(--k4kq-account-muted);
	font-size: 18px;
	margin: 7px 0 0;
}

.k4kq-account-notice {
	background: #fff1ee;
	border: 1px solid #efbcb3;
	border-radius: 14px;
	color: #7c3024;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 13px 16px;
}

.k4kq-account-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.k4kq-account-card {
	background: #fff;
	border: 1px solid rgba(23, 32, 51, 0.1);
	border-radius: 22px;
	box-shadow: 0 12px 34px rgba(36, 48, 74, 0.09);
	padding: clamp(23px, 4vw, 32px);
}

.k4kq-account-card-register {
	border-color: #cad8f3;
}

.k4kq-account-card-heading {
	align-items: center;
	display: flex;
	gap: 13px;
	margin-bottom: 24px;
}

.k4kq-account-card-heading > span {
	align-items: center;
	background: var(--k4kq-account-accent-soft);
	border-radius: 12px;
	display: flex;
	flex: 0 0 auto;
	font-size: 21px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.k4kq-account-card-heading h2 {
	color: var(--k4kq-account-text);
	font-size: 26px;
	letter-spacing: -0.02em;
	margin: 0;
}

.k4kq-account-card-heading p {
	color: var(--k4kq-account-muted);
	font-size: 14px;
	margin: 3px 0 0;
}

.k4kq-account-card form {
	display: grid;
	gap: 0;
	margin: 0;
}

.k4kq-account-card form > label:not(.k4kq-account-check) {
	color: var(--k4kq-account-text);
	font-size: 14px;
	font-weight: 800;
	margin: 0 0 7px;
}

.k4kq-account-card input[type="text"],
.k4kq-account-card input[type="email"],
.k4kq-account-card input[type="password"] {
	background: #fff;
	border: 1px solid #bfc9d9;
	border-radius: 12px;
	color: var(--k4kq-account-text);
	font: inherit;
	height: 50px;
	margin: 0 0 18px;
	padding: 0 13px;
	width: 100%;
}

.k4kq-account-captcha {
	background: #f7f9fd;
	border: 1px solid var(--k4kq-account-border);
	border-radius: 14px;
	margin: 0 0 18px;
	padding: 15px 16px 16px;
}

.k4kq-account-captcha legend {
	color: var(--k4kq-account-text);
	font-size: 14px;
	font-weight: 850;
	padding: 0 5px;
}

.k4kq-account-captcha p {
	color: var(--k4kq-account-muted);
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.k4kq-recaptcha {
	min-height: 78px;
	max-width: 100%;
	overflow: hidden;
}

.k4kq-account-captcha-error {
	color: #7c3024 !important;
	font-weight: 750;
	margin: 0;
}

.k4kq-account-card input:focus {
	border-color: var(--k4kq-account-accent);
	box-shadow: 0 0 0 3px rgba(49, 87, 164, 0.14);
	outline: 0;
}

.k4kq-account-field-help {
	color: var(--k4kq-account-muted);
	font-size: 12px;
	line-height: 1.45;
	margin: -12px 0 16px;
}

.k4kq-account-check {
	align-items: flex-start;
	color: var(--k4kq-account-muted);
	display: flex;
	font-size: 14px;
	gap: 9px;
	line-height: 1.45;
	margin: 0 0 18px;
}

.k4kq-account-check input {
	flex: 0 0 auto;
	height: 18px;
	margin: 1px 0 0;
	width: 18px;
}

.k4kq-account-check a {
	color: var(--k4kq-account-accent-dark);
	font-weight: 700;
	text-underline-offset: 2px;
}

.k4kq-account-card button {
	background: var(--k4kq-account-accent);
	border: 0;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 850;
	margin: 2px 0 0;
	min-height: 50px;
	padding: 12px 18px;
	width: 100%;
}

.k4kq-account-card button:hover,
.k4kq-account-card button:focus {
	background: var(--k4kq-account-accent-dark);
	color: #fff;
}

.k4kq-account-help {
	color: var(--k4kq-account-accent-dark);
	font-size: 14px;
	font-weight: 700;
	justify-self: center;
	margin-top: 16px;
	text-underline-offset: 3px;
}

.k4kq-account-honeypot {
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
}

.k4kq-account-guest-note {
	color: var(--k4kq-account-muted);
	font-size: 14px;
	margin: 22px 0 0;
	text-align: center;
}

.k4kq-account-guest-note a {
	color: var(--k4kq-account-accent-dark);
	font-weight: 800;
	margin-left: 4px;
}

.k4kq-account-signed-in {
	align-items: center;
	background: #fff;
	border: 1px solid var(--k4kq-account-border);
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(36, 48, 74, 0.08);
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding: 24px;
}

.k4kq-account-signed-in a {
	color: var(--k4kq-account-accent-dark);
	font-weight: 800;
	text-underline-offset: 3px;
}

.k4kq-account-signed-in .k4kq-account-primary-link {
	background: var(--k4kq-account-accent);
	border-radius: 12px;
	color: #fff !important;
	padding: 12px 18px;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.k4kq-account-signed-in .k4kq-account-primary-link:hover,
.k4kq-account-signed-in .k4kq-account-primary-link:focus {
	background: var(--k4kq-account-accent-dark);
	color: #fff !important;
}

@media (max-width: 760px) {
	.k4kq-account-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 560px) {
	.k4kq-account {
		margin-top: 25px;
	}

	.k4kq-account-hero {
		align-items: flex-start;
	}

	.k4kq-account-hero > span {
		font-size: 27px;
		height: 56px;
		width: 56px;
	}

	.k4kq-account-hero p {
		font-size: 16px;
	}

	.k4kq-account-card {
		border-radius: 18px;
		padding: 22px 18px;
	}
}
