/**
 * Logo header — dùng chung admin (xem trước) và web (layout-hb).
 */
.hb-head__logo {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px dashed var(--hb-gold, #c9a227);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #8f6b2d;
    background: var(--hb-accent-softer, #faf6ee);
    flex-shrink: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.hb-head__logo--image {
    width: 88px;
    height: 88px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0;
    display: block;
    line-height: 0;
}

.hb-head__logo--image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .hb-head__logo:not(.hb-head__logo--image) {
        width: 72px;
        height: 72px;
        font-size: 11px;
    }
}

@media (min-width: 993px) {
    .hb-masthead .hb-head__logo:not(.hb-head__logo--image) {
        width: 64px;
        height: 64px;
        font-size: 10px;
    }
}
