.svn-site-notice-bar {
    width: 100%;
    box-sizing: border-box;
    background: #111827;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 9998;
}

.svn-site-notice-bar__inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.svn-site-notice-bar__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 999px;
    border: 1px solid currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.svn-site-notice-bar--sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 -8px 30px rgba(0,0,0,.12);
}

.svn-cta-notice {
    margin-top: 8px;
    padding: 9px 11px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 12px;
    line-height: 1.45;
    box-sizing: border-box;
    width: 100%;
}

.svn-cta-notice::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    border-radius: 50%;
    border: 1px solid currentColor;
    font-size: 10px;
    font-weight: 700;
    vertical-align: 1px;
}

.svn-cta-blocked {
    cursor: not-allowed !important;
    opacity: .72;
}

@media (max-width: 767px) {
    .svn-site-notice-bar__inner {
        padding: 10px 14px;
        align-items: flex-start;
        text-align: left;
    }
}
