.arbs-account-branding .woocommerce {
	font-family: var(--arbs-brand-font-stack);
}

.arbs-account-branding .woocommerce:before {
	content: "";
	display: block;
	height: 4px;
	max-width: 980px;
	margin: 0 auto;
	background: linear-gradient(90deg, var(--arbs-brand-secondary), var(--arbs-brand-accent));
	border-radius: 8px 8px 0 0;
}

.arbs-account-branding .woocommerce form.login,
.arbs-account-branding .woocommerce form.register,
.arbs-account-branding .woocommerce .woocommerce-form-login,
.arbs-account-branding .woocommerce .woocommerce-form-register {
	background: var(--arbs-brand-card-bg);
	border: 1px solid var(--arbs-brand-border);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(15, 35, 65, 0.1);
	color: var(--arbs-brand-text);
}

.arbs-account-branding .woocommerce h2,
.arbs-account-branding .woocommerce form.login h2,
.arbs-account-branding .woocommerce form.register h2 {
	color: var(--arbs-brand-primary);
	font-family: var(--arbs-brand-font-stack);
	font-weight: 750;
	letter-spacing: 0;
}

.arbs-account-branding .woocommerce form .form-row label {
	color: var(--arbs-brand-text);
	font-size: 13px;
	font-weight: 650;
}

.arbs-account-branding .woocommerce form .input-text,
.arbs-account-branding .woocommerce form input[type="text"],
.arbs-account-branding .woocommerce form input[type="email"],
.arbs-account-branding .woocommerce form input[type="password"] {
	min-height: 42px;
	background: #ffffff;
	border: 1px solid var(--arbs-brand-border);
	border-radius: 6px;
	box-shadow: none;
	color: var(--arbs-brand-text);
}

.arbs-account-branding .woocommerce form .input-text:focus,
.arbs-account-branding .woocommerce form input[type="text"]:focus,
.arbs-account-branding .woocommerce form input[type="email"]:focus,
.arbs-account-branding .woocommerce form input[type="password"]:focus {
	border-color: var(--arbs-brand-accent);
	box-shadow: 0 0 0 2px rgba(30, 115, 190, 0.16);
	outline: none;
}

.arbs-account-branding .woocommerce button.button,
.arbs-account-branding .woocommerce .button {
	min-height: 42px;
	padding: 10px 18px;
	background: var(--arbs-brand-primary);
	border: 1px solid var(--arbs-brand-primary);
	border-radius: 6px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.arbs-account-branding .woocommerce button.button:hover,
.arbs-account-branding .woocommerce button.button:focus,
.arbs-account-branding .woocommerce .button:hover,
.arbs-account-branding .woocommerce .button:focus {
	background: var(--arbs-brand-accent);
	border-color: var(--arbs-brand-accent);
	color: #ffffff;
}

.arbs-account-branding .woocommerce .woocommerce-LostPassword a,
.arbs-account-branding .woocommerce form a {
	color: var(--arbs-brand-accent);
	font-weight: 650;
	text-decoration: none;
}

.arbs-account-branding .woocommerce .woocommerce-LostPassword a:hover,
.arbs-account-branding .woocommerce form a:hover {
	color: var(--arbs-brand-primary);
	text-decoration: underline;
}

.arbs-account-branding .woocommerce .woocommerce-info,
.arbs-account-branding .woocommerce .woocommerce-message,
.arbs-account-branding .woocommerce .woocommerce-error {
	background: #ffffff;
	border-top-color: var(--arbs-brand-secondary);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 35, 65, 0.08);
	color: var(--arbs-brand-text);
}

.arbs-account-branding .woocommerce .woocommerce-info:before,
.arbs-account-branding .woocommerce .woocommerce-message:before {
	color: var(--arbs-brand-accent);
}

@media (max-width: 768px) {
	.arbs-account-branding .woocommerce form.login,
	.arbs-account-branding .woocommerce form.register,
	.arbs-account-branding .woocommerce .woocommerce-form-login,
	.arbs-account-branding .woocommerce .woocommerce-form-register {
		padding: 18px;
	}
}
