/* ==========================================================================
   Apricoty — My Account login/register page
   Pairs with the form-login.php WooCommerce template override.
   Relies on the design token CSS variables (colors, spacing, typography).
   ========================================================================== */
.apricoty-account {
	max-width: 868px;
	margin: 0 auto;
	display: flex;
	gap: 32px 48px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.apricoty-account:before,
.apricoty-account:after {
	display: none !important;
}
.apricoty-account.col2-set .col-1,
.apricoty-account.col2-set .col-2 {
	float: none;
	width: auto;
}
.apricoty-auth-card {
	flex: 1 1 420px;
	max-width: 460px;
	background: #ffffff;
	border: 1px solid #e3c9a8;
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 1px 3px rgba(36, 26, 18, 0.08);
	box-sizing: border-box;
}
.apricoty-auth-card__header {
	text-align: center;
	margin-bottom: 24px;
}
.apricoty-auth-card__title {
	font-size: clamp(22.041px, 1.378rem + ((1vw - 3.2px) * 1.619), 36px);
	font-weight: 600;
	margin: 0;
	color: #4d5533;
}
.apricoty-auth-card__subtitle {
	color: #4a3a2c;
	margin: 6px 0 0;
	font-size: 15px;
}
.apricoty-auth-tabs {
	display: flex;
	gap: 4px;
	background: #e5d7c3;
	border-radius: 999px;
	padding: 4px;
	margin-bottom: 24px;
}
.apricoty-auth-tab {
	flex: 1 1 0%;
	border: 0;
	cursor: pointer;
	font-family: 'DM Sans';
	font-size: 15px;
	font-weight: 600;
	padding: 9px 14px;
	border-radius: 999px;
	transition: background 140ms ease-out;
	background: transparent;
	color: #7a6a5a;
	outline: none;
}
.apricoty-auth-tab.is-active {
	background: #fff;
	color: #4d5533;
	box-shadow: 0 1px 3px rgba(36, 26, 18, 0.08);
}
.apricoty-auth-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}
.apricoty-auth-form .apricoty-field,
.apricoty-auth-form .apricoty-auth-form__submit-row,
.apricoty-auth-form .apricoty-auth-form__note,
.apricoty-auth-form .apricoty-auth-form__terms {
	margin: 0 !important;
	padding: 0 !important;
}
.apricoty-field__label {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	color: #4a3a2c;
	margin-bottom: 6px !important;
}
.apricoty-input,
.apricoty-auth-form .input-text {
	padding: 12px 14px !important;
	height: auto !important;
}
.apricoty-auth-form__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}
.apricoty-remember {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: #4a3a2c;
	cursor: pointer;
	margin: 0 !important;
}
.apricoty-remember .woocommerce-form__input-checkbox {
	width: 16px;
	height: 16px;
	accent-color: #c2661d;
}
.apricoty-lost-password {
	font-size: 15px;
	font-weight: 600;
	color: #c2661d;
}
.apricoty-lost-password:hover {
	color: #a3531a;
}
.apricoty-button--primary {
	width: auto;
	min-height: 52px;
	cursor: pointer;
	border: none;
	background: #d97a2b;
	color: #f4ebdd;
	border: 1px solid transparent;
	padding: 15px 32px;
	border-radius: 999px;
	font-family: 'DM Sans';
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.696), 20px);
	font-weight: 600;
	display: inline-block;
	float: none !important;
	margin-right: 0 !important;
}
.apricoty-button--primary:hover {
	background: #c2661d;
}
.woocommerce-privacy-policy-text,
.apricoty-auth-form__note {
	font-size: 13px;
	color: #7a6a5a;
	margin: 0px;
	line-height: 1.6;
}
.apricoty-account-benefits {
	flex: 1 1 300px;
	max-width: 360px;
	background: #9fae7c;
	border-radius: 20px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-sizing: border-box;
}
.apricoty-account-benefits__title {
	font-size: clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 1.171), 28px);
	margin: 0;
	color: #4d5533;
}
.apricoty-account-benefits__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.apricoty-account-benefits__item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #4d5533;
}
.apricoty-account-benefits__icon {
	flex-shrink: 0;
	margin-top: 1px;
}
.apricoty-account-benefits__item-title {
	font-weight: 600;
	display: block;
}
.apricoty-account-benefits__item-copy {
	font-size: 15px;
	opacity: 0.9;
}