.notify-c-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    z-index: 100;
    padding: 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    border-top: 1px solid rgba(213, 213, 213, 0.3);
}

.notify-c-alert__close-wrap {
    padding-left: 0 !important;
    text-align: end;
}

.notify-c-alert__close-wrap a {
    background: url("./cookie-close.svg");
    height: 24px;
    width: 24px;
    display: inline-block;
}

.notify-c-alert .row {
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .notify-c-alert .row {
        flex-direction: row;
    }

    .notify-c-alert {
        border-radius: 0;
    }
}