.dp-company-status-v873 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #8a93aa;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.dp-company-status-v873::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #44d292;
    box-shadow: 0 0 0 3px rgba(68, 210, 146, 0.12);
}

.dp-company-salary-v873 {
    white-space: nowrap;
}

[data-dp-company-hidden-v873] {
    display: none !important;
}