/* HCT CLIENT02 (Fujin Việt Nam) — TOPBAR */
.hctclient02-topbar {
    height: 36px;
    background: var(--hctclient02-color-secondary);
    color: #d9e7e1;
    font-size: var(--hctclient02-text-caption);
}

.hctclient02-topbar__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hctclient02-topbar a {
    color: inherit;
    text-decoration: none;
}

.hctclient02-topbar a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .hctclient02-topbar__inner > span:first-child {
        display: none;
    }

    .hctclient02-topbar__inner {
        justify-content: center;
    }
}
