.cogop-lost-password {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    min-height: 640px;
    margin-left: calc(50% - 50vw);
    padding: 88px 20px 96px;
    overflow: hidden;
    background: #0b0d12;
    color: #e8eaf2;
}

.cogop-lost-password::before {
    position: absolute;
    top: 5%;
    left: 50%;
    width: min(640px, 100vw);
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(79, 142, 247, .16), transparent 70%);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
}

.cogop-lost-password__card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    padding: 36px 32px 32px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: #111318;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.cogop-lost-password__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    border: 1px solid rgba(79, 142, 247, .26);
    border-radius: 14px;
    background: rgba(79, 142, 247, .12);
}

.cogop-lost-password svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.cogop-lost-password__icon svg { color: #82b0ff; }

.cogop-lost-password--confirmation .cogop-lost-password__icon {
    border-color: rgba(46, 188, 130, .22);
    background: rgba(46, 188, 130, .11);
}

.cogop-lost-password--confirmation .cogop-lost-password__icon svg { color: #2ebc82; }

.cogop-lost-password h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    text-align: center;
}

.cogop-lost-password__intro {
    margin: 0 0 26px;
    color: #8d98ad;
    font-size: 13.5px;
    line-height: 1.6;
    text-align: center;
}

body.woocommerce-lost-password,
body.woocommerce-lost-password .site-main,
body.woocommerce-lost-password .elementor-location-single,
body.woocommerce-lost-password .elementor-widget-shortcode,
body.woocommerce-lost-password .elementor-widget-shortcode > .elementor-widget-container,
body.woocommerce-lost-password .elementor-shortcode {
    background-color: #0b0d12;
}

.cogop-lost-password__notices {
    width: 100%;
    margin: 0 0 20px;
}

.cogop-lost-password__form .form-row {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cogop-lost-password__form label {
    display: block;
    margin: 0 0 7px;
    color: rgba(255, 255, 255, .7);
    font-size: 12.5px;
    font-weight: 600;
}

.cogop-lost-password__input-wrap {
    position: relative;
    display: block;
}

.cogop-lost-password__input-wrap svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 14px;
    width: 17px;
    height: 17px;
    color: rgba(255, 255, 255, .3);
    pointer-events: none;
    transform: translateY(-50%);
}

.cogop-lost-password__form input[type="text"] {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 14px 0 42px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    outline: none;
    background: #161a24;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    transition: border-color .14s, background .14s, box-shadow .14s;
}

.cogop-lost-password__form input[type="text"]::placeholder { color: rgba(255, 255, 255, .28); }
.cogop-lost-password__form input[type="text"]:hover { border-color: rgba(255, 255, 255, .2); }
.cogop-lost-password__form input[type="text"]:focus {
    border-color: rgba(79, 142, 247, .48);
    background: #181d28;
    box-shadow: 0 0 0 3px rgba(79, 142, 247, .14);
}
.cogop-lost-password__input-wrap:focus-within svg { color: #82b0ff; }

.cogop-lost-password__submit-row { margin-top: 18px !important; }

.cogop-lost-password__form button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    background: #4f8ef7;
    box-shadow: 0 4px 16px rgba(79, 142, 247, .3);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    transition: background .15s, box-shadow .15s, transform .15s;
}

.cogop-lost-password__form button[type="submit"] svg { width: 17px; height: 17px; }
.cogop-lost-password__form button[type="submit"]:hover,
.cogop-lost-password__form button[type="submit"]:focus-visible {
    background: #6aa0ff;
    box-shadow: 0 8px 22px rgba(79, 142, 247, .4);
    color: #fff;
    transform: translateY(-1px);
}

.cogop-lost-password__back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 22px;
    color: #8d98ad;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color .14s;
}

.cogop-lost-password__back svg { width: 16px; height: 16px; }
.cogop-lost-password__back:hover,
.cogop-lost-password__back:focus-visible { color: #fff; }

body.woocommerce-lost-password .woocommerce-notices-wrapper {
    width: calc(100% - 40px);
    max-width: 420px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
}

.cogop-lost-password__notices .woocommerce-notices-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.woocommerce-lost-password .woocommerce-error,
body.woocommerce-lost-password .woocommerce-message,
body.woocommerce-lost-password .woocommerce-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    width: calc(100% - 40px);
    max-width: 420px;
    min-height: 50px;
    margin: 24px auto 0;
    padding: 14px 16px 14px 48px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: #111318;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .3);
    color: #e8eaf2;
    font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
    font-size: 13px;
    line-height: 1.55;
    list-style: none;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper > .woocommerce-error,
body.woocommerce-lost-password .woocommerce-notices-wrapper > .woocommerce-message,
body.woocommerce-lost-password .woocommerce-notices-wrapper > .woocommerce-info {
    width: 100%;
    margin: 0;
}

.cogop-lost-password__notices > .woocommerce-error,
.cogop-lost-password__notices > .woocommerce-message,
.cogop-lost-password__notices > .woocommerce-info,
.cogop-lost-password__notices .woocommerce-notices-wrapper > .woocommerce-error,
.cogop-lost-password__notices .woocommerce-notices-wrapper > .woocommerce-message,
.cogop-lost-password__notices .woocommerce-notices-wrapper > .woocommerce-info {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper > * + * { margin-top: 10px; }

body.woocommerce-lost-password .woocommerce-error::before,
body.woocommerce-lost-password .woocommerce-message::before,
body.woocommerce-lost-password .woocommerce-info::before {
    position: absolute;
    top: 13px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

body.woocommerce-lost-password .woocommerce-error::after,
body.woocommerce-lost-password .woocommerce-message::after,
body.woocommerce-lost-password .woocommerce-info::after {
    display: none;
    content: none;
}

body.woocommerce-lost-password .woocommerce-error {
    border-color: rgba(224, 85, 85, .28);
    background: linear-gradient(135deg, rgba(224, 85, 85, .13), rgba(17, 19, 24, .96));
}

body.woocommerce-lost-password .woocommerce-error::before {
    content: "!";
    color: #ff7a7a;
}

body.woocommerce-lost-password .woocommerce-message {
    border-color: rgba(46, 188, 130, .24);
    background: linear-gradient(135deg, rgba(46, 188, 130, .14), rgba(17, 19, 24, .96));
}

body.woocommerce-lost-password .woocommerce-message::before {
    content: "✓";
    color: #42d99a;
}

body.woocommerce-lost-password .woocommerce-info {
    border-color: rgba(79, 142, 247, .28);
    background: linear-gradient(135deg, rgba(79, 142, 247, .14), rgba(17, 19, 24, .96));
}

body.woocommerce-lost-password .woocommerce-info::before {
    content: "i";
    color: #82b0ff;
}

body.woocommerce-lost-password .woocommerce-error li {
    margin: 0;
    padding: 0;
    color: inherit;
    list-style: none;
}

body.woocommerce-lost-password .woocommerce-error li + li { margin-top: 5px; }

body.woocommerce-lost-password .woocommerce-error a,
body.woocommerce-lost-password .woocommerce-message a,
body.woocommerce-lost-password .woocommerce-info a {
    color: #82b0ff;
    font-weight: 600;
    text-decoration: none;
}

body.woocommerce-lost-password .woocommerce-error a:hover,
body.woocommerce-lost-password .woocommerce-message a:hover,
body.woocommerce-lost-password .woocommerce-info a:hover { color: #fff; }

@media (max-width: 480px) {
    .cogop-lost-password {
        min-height: 560px;
        padding: 64px 16px 72px;
    }

    .cogop-lost-password__card { padding: 28px 22px 26px; }

    body.woocommerce-lost-password .woocommerce-notices-wrapper,
    body.woocommerce-lost-password .woocommerce-error,
    body.woocommerce-lost-password .woocommerce-message,
    body.woocommerce-lost-password .woocommerce-info {
        width: calc(100% - 32px);
    }
}
