.neta-alert-banner {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 8px 16px;
    background: var(--neta-alert-bg, #c62828);
    color: var(--neta-alert-color, #fff);
    font-size: var(--neta-alert-font-size, 18px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    position: relative;
    z-index: 20;
}

.neta-alert-banner__inner {
    max-width: 1400px;
    margin: 0 auto;
    overflow-wrap: anywhere;
    white-space: normal;
}

.neta-alert-banner__inner > * {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .neta-alert-banner {
        padding: 8px 12px;
        font-size: min(var(--neta-alert-font-size, 18px), 16px);
        line-height: 1.35;
    }
}
