.wcpl-login-error .woocommerce-error {
    margin: 0 0 12px;
}

.hide-error {
    display: none;
}

.wcpl-checkout-logged-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.wcpl-checkout-logged-in .wcpl-logout-link {
    line-height: 1;
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}
.wcpl-user-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
.wcpl-user-email svg {
	fill: #909090;
    width: 14px;
}

.nsl-container-buttons {
	padding: 0 !important;
	width: 100%;
	display: flex;
}
.nsl-container-buttons a[data-plugin] {
	margin: 0 0 12px !important;
    width: 100%;
    border-radius: 16px;
    min-height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #DB4437;
}
.nsl-container .nsl-button {
	box-shadow: none !important;
	background: transparent !important;
    color: #fff !important;
}
.nsl-container .nsl-button .nsl-button-label-container b,
.nsl-container .nsl-button .nsl-button-label-container {
    font-weight: 600;
    font-family: inherit !important;
}
.nsl-container-buttons a[data-plugin] svg path {
	fill: #fff;
}


.wcpl-login form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wcpl-login button:hover {
	
}
.wcpl-login .wcpl-login-inner button {
    width: 100%;
    border-radius: 16px;
    min-height: 54px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s ease;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    color: #444;
    border: 1px solid #f1f1f1;
}

.wcpl-login form button[disabled] {
    background: #ddd;
    color: #444;
    border-color: #ddd;
    opacity: 0.4;
}

.wcpl-login .wcpl-login-inner input {
	display: block;
    width: 100%;
    border-radius: 16px;
    min-height: 54px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s ease;
    padding: 6px 18px;
}