.poi-label .box-text {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.poi-label .tag.black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.icon-poi-wrap .poi-label .tit {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
