floating-subscription-element .floating-subscription-second-column {
    width: 361px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    justify-content: end !important;

    .form-group {
        display: flex !important;
        position: static !important;
    }

    .fs-input-group {
        display: flex !important;
        flex-wrap: nowrap !important;
        position: relative !important;
        align-items: stretch !important;
        width: 100% !important;
    }

    input.email {
        width: 236px !important;
        max-width: 236px !important;
        height: 40px !important;
        border: none !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        background: var(--background-form-inverted, white) !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 10px !important;
        display: inline-flex !important;
        color: var(--colors-greys-dark-grey, #444444) !important;
        font-size: 16px !important;
        font-family: Lato !important;
        font-weight: 400 !important;
        word-wrap: break-word !important;
        margin: 0 !important;
        flex: 1 1 auto !important;
        position: relative !important;
        border-radius: unset !important;
        box-sizing: border-box !important;
    }

    .fs-help-block.fs-help-block-error {
        display: none !important;
        position: absolute !important;
        bottom: -5px !important;
        width: auto !important;
        height: auto !important;
        line-height: 1.5 !important;
    }

    .has-error.has-error {
        margin-bottom: 40px !important;
    }

    .has-error .fs-help-block.fs-help-block-error {
        display: inline-block !important;
    }

    .has-error .fs-help-block.fs-help-block-error::before {
        content: '⚠️' !important;
        box-sizing: border-box !important;
    }

    .fs-recaptcha-loader svg {
        width: 30px !important;
        margin: auto !important;
        display: block !important;
    }

    .form-group {
        margin-bottom: 0 !important;
        height: 40px !important;
    }

    .field-floatingsubscriptionform-recaptcha {
        display: flex !important;
        padding-bottom: unset !important;
    }
}

@media (width <= 900px) {
    floating-subscription-element .floating-subscription-second-column {
        max-width: 400px !important;
        width: 100% !important;

        div[data-pjax-container] {
            width: 100% !important;
        }

        input.email {
            max-width: 275px !important;
            width: auto !important;
        }
    }

}