	.password-lost-wrapper {
		margin-left: auto;
		margin-right: auto;
		background: #fff;
		padding: 2rem;
	}

	.password-lost-wrapper h1 {
		color: #1B1918;
		font-family: "Poppins", sans-serif;
		font-size: 32px;
		font-weight: 500;
		line-height: 1.2;
	}

	.password-lost-wrapper p {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		line-height: 27px;
		color: #1B1918;
	}

	.password-lost-wrapper .form-control {
		width: 100%;
		border: none !important;
		border-bottom: 1px solid #1B1918 !important;
		padding: 8px 0;
		font-family: "Inter", sans-serif;
		font-size: 16px;
		font-weight: 200 !important;
		line-height: 27px;
		color: #1B1918;
		background: transparent;
		outline: none;
		transition: border-bottom 0.1s ease-in-out;
		border-radius: 0 !important;
	}

	.password-lost-wrapper .form-control:focus {
		border-bottom: 2px solid #1B1918 !important;
	}

	.password-lost-wrapper .form-control::placeholder {
		color: #1B1918;
		opacity: 0.5;
	}

	.password-lost-wrapper button.btn {
		background-color: #1B1918;
		color: white;
		padding: 14px;
		font-family: "Inter", sans-serif;
		font-size: 16px !important;
		font-weight: 200;
		text-align: center;
		border: none;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		border-radius: 0;
	}

	.password-lost-wrapper button.btn:hover {
		opacity: 0.7;
		text-decoration: none;
	}

	.password-lost-wrapper .woocommerce-LostPassword a {
		color: #1B1918;
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 27px;
		text-decoration: none;
		transition: all 0.3s ease-in-out;
	}

	.password-lost-wrapper .woocommerce-LostPassword a:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	
    .woocommerce {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 60vh;
        padding: 40px 20px;
    }
    
    @media (max-width: 768px) {
        .woocommerce {
            min-height: auto;
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }

	.woocommerce-error {
        background-color: #A38F85;
        border: none;
        border-radius: 0px !important;
        color: #fff;
		padding: 16px;
		list-style: none;
		margin-bottom: 10px;
		font-size: 15px;
		outline: none;
        box-shadow: none;
        padding: 10px 20px;
	}
	
	.woocommerce-message {
        background-color: #A38F85;
        border: none;
        border-radius: 0px !important;
        color: #fff;
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 24px;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        text-align: center;
        font-weight: 400;
    }
    .woocommerce-message:focus {
        outline: none;
        box-shadow: none;
    }
    .woocommerce-message::before {
        display: none; /* Remove default WooCommerce icon */
    }

    .woocommerce p {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #1B1918;
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }