
.bnb-banner {
    background-color: #d40000;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1000;
}

.bnb-label {
    background-color: yellow;
    color: black;
    font-weight: bold;
    padding: 4px 10px;
    white-space: nowrap;
    font-size: 0.9rem;
}

.bnb-text {
    color: white;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    display: inline-block;
    max-width: 60ch;
}
