.dp-company-partner-v872 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    max-width: 100%;
    margin: 0 0 8px;
    color: #5c4cf5;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.dp-company-partner-v872__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #fff;
    background:
        linear-gradient(
            145deg,
            #806cff,
            #5c4cf5
        );
    box-shadow:
        0 7px 16px rgba(92, 76, 245, 0.22);
}

.dp-company-partner-v872__icon svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dp-company-partner-v872--card {
    margin-bottom: 7px;
}

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

@media (max-width: 640px) {
    .dp-company-partner-v872 {
        font-size: 11px;
    }
}