.bh-eco-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    border-top: 1px solid rgba(148, 163, 184, .2);
    margin-top: 16px;
}
.bh-eco-footer-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(148, 163, 184, .9);
    margin-right: 4px;
}
.bh-eco-footer a {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(34, 211, 238, .12);
    color: #67e8f9;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}
.bh-eco-footer a:hover {
    background: rgba(34, 211, 238, .22);
    color: #a5f3fc;
}