.asptt-block-newsletter-form{
    display: flex;
    gap: 30px;
}



.asptt-block-newsletter-form > .asptt-title,
.asptt-block-newsletter-form > .asptt-button
{
    flex-shrink: 0;
}

.asptt-block-newsletter-form .asptt-button{
    cursor: pointer;
    user-select: none;
}

.asptt-block-newsletter-form__field{
    position: relative;
}



.asptt-block-newsletter-form > .asptt-block-newsletter-form__field input{
    padding: 15px 22px;
}

.asptt-block-newsletter-form > .asptt-block-newsletter-form__field input,
.asptt-block-newsletter-form > .asptt-block-newsletter-form__field{
    width: 100%;
}

.asptt-block-newsletter-form{
    align-items: center;
}

.asptt-block.asptt-block-newsletter-form.asptt-block--plain{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 20px 30px;
}

.asptt-block-newsletter-form .asptt-title-label{
    font-size: 23px;
}

.asptt-block-newsletter-form__response{
    margin-top: 4px;
    font-weight: bold;
    font-size: 11px;
    display: flex;
    gap: 5px;
    align-items: center;
}
 
@media screen and (max-width: 768px) {
    .asptt-block.asptt-block-newsletter-form.asptt-block--plain {
        margin-top: 42px;
        margin-bottom: 65px;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding: 21px 23px;

        justify-content: center;
        flex-direction: column;
    }

    .asptt-block-newsletter-form > .asptt-title {
        position: absolute;
        top: -37px;
        white-space: nowrap;
    }

    .asptt-block-newsletter-form > .asptt-title .asptt-title-label {
        color: var(--e-global-color-primary);
    }

    .asptt-block-newsletter-form__field input {
        border-radius: 30px;
    }

    .asptt-block-newsletter-form .asptt-button {
        position: absolute;
        bottom: calc(-50% + 10px);
    }
}

@media screen and (max-width: 360px) {
    .asptt-block-newsletter-form > .asptt-title .asptt-title-label {
        font-size: 19px;
        text-align: center;
    }
}