.bh-eco-top-bar {
    background: linear-gradient(90deg, #0f172a, #1e3a5f);
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.bh-eco-top-bar-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}
.bh-eco-top-bar-label {
    font-weight: 700;
    letter-spacing: .03em;
    white-space: nowrap;
}
.bh-eco-top-bar a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    white-space: nowrap;
}
.bh-eco-top-bar a:hover {
    background: rgba(34, 211, 238, .35);
    text-decoration: none;
}