.bs-newsletter-form__input,
.bs-newsletter-form__submit {
    border: 1px solid transparent !important;
    background:
        linear-gradient(#282838 0 0) padding-box,
        linear-gradient(89.52deg, #7547E8 0%, rgba(255, 149, 0, 0.19) 48.8%, rgba(200, 179, 246, 0.25) 100%) border-box;
    border-radius: 40px;
    color: #fff;
    outline: none;
}

.bs-newsletter-form__submit {
    border: 1px solid transparent !important;
    background:
        linear-gradient(#282838 0 0) padding-box,
        linear-gradient(89.52deg, #7547E8 0%, rgba(255, 149, 0, 0.19) 48.8%, rgba(200, 179, 246, 0.25) 100%) border-box;
    color: var(--wp--preset--color--white);
}

.wp-block-table.no-border td, .wp-block-table th {
    border: unset;
}

@media (min-width: 782px) {
    .desktop-flex {
        display: flex;
    }

    .desktop-flex > * {
        margin-block-start: unset !important;
        margin-block-end: unset !important
    }

    .desktop-flex .fixed-min-width {
        min-width: 70%;
    }
}

@media (max-width: 781px) {
    .mobile-full-w {
        width: 100% !important;
    }
}

footer span.wp-block-navigation-item__label img {
    display: none;
}
