.hs-container {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.hs-title {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.hs-separator {
    flex-grow: 1;
    height: 2px;
    background-color: #333;
}
.hs-pos-left .hs-separator {
    flex-grow: 0;
    width: 50px;
}
