/**
 * Lost password — /my-account/lost-password/ (card layout, match sign-up styling).
 */

/* “Reset link sent” confirmation — narrow column, centered (overrides wide Elementor notice width). */
.woocommerce-account .sigexp-lost-password--confirmation {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.woocommerce-account.woocommerce-lost-password .sigexp-lost-password--confirmation .woocommerce-message,
.woocommerce-account .sigexp-lost-password--confirmation .woocommerce-message {
	max-width: 100% !important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

.woocommerce-account .sigexp-lost-password__confirmation-text {
	margin: 1rem 0 0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #7b7b7b;
	text-align: center;
}

.woocommerce-account .sigexp-lost-password {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	margin-bottom: 40px;

}

.woocommerce-account .sigexp-lost-password__form {
	margin: 0;
	border: 1px solid #d6d4cf;
	padding: 1.5rem 1.5rem 1.25rem;
	background: #fff;
	box-sizing: border-box;
}

.woocommerce-account .sigexp-lost-password__title {
	margin: 0 0 1rem;
	text-align: center;
	font-family: "canela", "Canela", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
	color: #121211;
}

.woocommerce-account .sigexp-lost-password__intro {
	margin: 0 0 1.25rem;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #7b7b7b;
}

.woocommerce-account .sigexp-lost-password__field {
	margin: 0 0 1rem;
	float: none;
	width: 100%;
	max-width: 100%;
}

.woocommerce-account .sigexp-lost-password__field label {
	display: block;
	margin-bottom: 0.35rem;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #7b7b7b;
}

.woocommerce-account .sigexp-lost-password__field label .required {
	color: #e00000;
}

.woocommerce-account .sigexp-lost-password__field input.input-text {
	width: 100%;
	box-sizing: border-box;
	padding: 0.75rem 0.875rem;
	border: none;
	border-radius: 0;
	background: #f7f7f7;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #121211;
}

.woocommerce-account .sigexp-lost-password__field input.input-text:focus {
	outline: 2px solid rgba(18, 18, 17, 0.25);
	outline-offset: 1px;
}

.woocommerce-account .sigexp-lost-password__notices {
	margin: 0 0 1rem;
}

.woocommerce-account .sigexp-lost-password__notices ul.woocommerce-error {
	margin: 0;
	padding: 0.75rem 0.875rem;
	list-style: none;
	border-radius: 0;
	background: #f7f7f5;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #121211;
}

.woocommerce-account .sigexp-lost-password__notices ul.woocommerce-error li {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.woocommerce-account .sigexp-lost-password__submit-row {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

.woocommerce-account .sigexp-lost-password__submit {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.875rem 1rem;
	text-align: center;
	font-family: "canela", "Canela", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	background: #121211;
	color: #fff;
	border: 1px solid #121211;
	border-radius: 0;
	cursor: pointer;
}

.woocommerce-account .sigexp-lost-password__submit:hover {
	background: #fff;
	color: #121211;
}

.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}
.woocommerce-account .sigexp-lost-password__submit{
    border: 1px solid #121211 !important;
}
.woocommerce-account .sigexp-lost-password__submit:hover{
    border: 1px solid #121211 !important;
    background-color: #fff !important;
color: #121211 !important;
}
.sigexp-lost-password.sigexp-lost-password--confirmation .woocommerce-message{
    padding: 0 !important;
}
@media only screen and (min-width: 767px) {
	.woocommerce-account .sigexp-lost-password__form {
		padding: 32px;
	}
}
