.hk-info-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 8px 20px;
    gap: 8px;
    white-space: nowrap;
}
.hk-info-badge .badge-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}
.hk-info-badge .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.hk-info-badge .badge-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}