.hbf-footer-bar {
    width: 100%;
    background: #000;
    color: #fff;
    margin: 0;
    padding: 18px 0;
}

.hbf-footer-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.hbf-footer-bar__link {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    text-underline-offset: 0.2em;
    overflow-wrap: anywhere;
}

.hbf-footer-bar__link:hover,
.hbf-footer-bar__link:focus {
    color: #fff;
    text-decoration: underline;
}

.hbf-footer-bar__link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

@media (max-width: 782px) {
    .hbf-footer-bar__inner {
        justify-content: center;
        text-align: center;
    }
}
