#wholesale-form.wholesale-form--success .form__inner,
#wholesale-form.wholesale-form--success .inline.form-narrow {
    width: 100%;
    max-width: none;
}

#wholesale-form.wholesale-form--success {
    scroll-margin-top: calc(var(--fixed-header, 80px) + 24px);
}

#wholesale-form .form.WHOLESALE_REQUEST .form_result.success {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 36px 42px;
    text-align: left;
    background: #effaf4;
    border: 1px solid #57d48a;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(12, 118, 62, 0.09);
}

#wholesale-form .form.WHOLESALE_REQUEST .form_result.success > .svg {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0;
    background: #10a64a;
    border-radius: 50%;
}

#wholesale-form .form.WHOLESALE_REQUEST .form_result.success > .svg svg {
    width: 44px;
    height: 44px;
}

#wholesale-form .form.WHOLESALE_REQUEST .form_result.success > .svg .cls-1,
#wholesale-form .form.WHOLESALE_REQUEST .form_result.success > .svg .cls-2 {
    fill: #fff;
}

#wholesale-form .form.WHOLESALE_REQUEST .form_result.success > .svg .cls-2 {
    opacity: 0.14;
}

#wholesale-form .form.WHOLESALE_REQUEST .success_text {
    display: block;
    min-width: 0;
}

#wholesale-form .form.WHOLESALE_REQUEST .wholesale-success__label {
    display: block;
    margin-bottom: 8px;
    color: #159447;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

#wholesale-form .form.WHOLESALE_REQUEST .wholesale-success__title {
    display: block;
    margin-bottom: 8px;
    color: #14253d;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

#wholesale-form .form.WHOLESALE_REQUEST .wholesale-success__description {
    display: block;
    color: #435064;
    font-size: 16px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    #wholesale-form .form.WHOLESALE_REQUEST .form_result.success {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 18px;
        padding: 26px 22px;
    }

    #wholesale-form .form.WHOLESALE_REQUEST .form_result.success > .svg {
        width: 52px;
        height: 52px;
    }

    #wholesale-form .form.WHOLESALE_REQUEST .form_result.success > .svg svg {
        width: 36px;
        height: 36px;
    }

    #wholesale-form .form.WHOLESALE_REQUEST .wholesale-success__title {
        font-size: 24px;
    }

    #wholesale-form .form.WHOLESALE_REQUEST .wholesale-success__description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    #wholesale-form .form.WHOLESALE_REQUEST .form_result.success {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
