.gcl-auth {
    --gcl-auth-bg: none;
    position: fixed;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-image: var(--gcl-auth-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gcl-auth__card {
    width: 100%;
    max-width: 500px;
    margin: 0 16px;
    padding: 40px 50px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.gcl-auth__form,
.gcl-auth__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gcl-auth__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.gcl-auth__logo-img {
    height: 48px;
}

.gcl-auth__logo-text {
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    color: #333;
}

.gcl-auth__field {
    position: relative;
}

.gcl-auth__floating-label {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 10;
    padding: 0 12px;
    background: #fff;
}

.gcl-auth__label {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #333;
}

.gcl-auth__input-wrap {
    position: relative;
}

.gcl-auth__input {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.gcl-auth__input--password {
    padding-right: 50px;
}

.gcl-auth__password-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    transform: translateY(-50%);
    background: none;
    border: 0;
    cursor: pointer;
}

.gcl-auth__text {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.gcl-auth__title {
    margin: 0;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}

.gcl-auth__link-row {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.gcl-auth__link-row-text {
    font-weight: 400;
}

.gcl-auth__link,
.gcl-auth__text-link {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}

.gcl-auth__text-link {
    font-size: 14px;
    line-height: 20px;
}

.gcl-auth__link {
    margin-left: 4px;
}

.gcl-auth__center {
    text-align: center;
}

.gcl-auth__button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.gcl-auth__button--primary {
    background: #e3335a;
    border: 0;
    color: #fff;
}

.gcl-auth__button--social {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #333;
}

.gcl-auth__back-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.gcl-auth__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.gcl-auth__divider-line {
    width: 80px;
    border-top: 1px solid #e0e0e0;
}

.gcl-auth__divider-text {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.gcl-auth__footer-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 10px;
    line-height: 16px;
}

.gcl-auth__footer-link {
    color: #333;
    font-weight: 400;
    text-decoration: none;
}

.gicleo-nsl-script-container {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.gcl-auth__notices,
.gicleo-auth-notices {
    width: 100%;
}

.gcl-auth__notices .woocommerce-notices-wrapper,
.gicleo-auth-notices .woocommerce-notices-wrapper {
    width: 100%;
    margin: 0;
}

.gcl-auth__notices .woocommerce-error,
.gcl-auth__notices .woocommerce-message,
.gcl-auth__notices .woocommerce-info,
.gicleo-auth-notices .woocommerce-error,
.gicleo-auth-notices .woocommerce-message,
.gicleo-auth-notices .woocommerce-info {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.gcl-auth__notices .woocommerce-error,
.gicleo-auth-notices .woocommerce-error {
    background: #fff5f7;
    border: 1px solid #e3335a;
    color: #333;
}

.gcl-auth__notices .woocommerce-message,
.gicleo-auth-notices .woocommerce-message {
    background: #f0fff4;
    border: 1px solid #2e7d32;
    color: #333;
}

.gcl-auth__notices .woocommerce-info,
.gicleo-auth-notices .woocommerce-info {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    color: #333;
}

.gcl-auth__notices .woocommerce-error li,
.gicleo-auth-notices .woocommerce-error li {
    list-style: none;
}

.gcl-auth__notices a,
.gicleo-auth-notices a {
    color: #e3335a;
    font-weight: 600;
    text-decoration: underline;
}
