/* Dynamic company stats and review CTA v83.1 */

.employer-stats {
    display: grid !important;
    grid-template-columns:
        repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.employer-stat {
    min-width: 0 !important;
}

.dp-company-review-button-v831.1 {
    border: 1px solid #6655ff !important;
    background: #fff !important;
    color: #5848f4 !important;
}

.dp-company-review-button-v831.1:hover {
    background: #f2efff !important;
    box-shadow:
        0 12px 28px rgba(83, 65, 244, 0.15) !important;
}

.employer-about-grid {
    align-items: start !important;
}

.employer-facts {
    align-self: start !important;
    min-height: 0 !important;
    height: max-content !important;
    max-height: 430px !important;
    overflow-y: auto !important;
}

@media (max-width: 900px) {
    .employer-stats {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    .employer-facts {
        position: static !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (max-width: 520px) {
    .dp-company-review-button-v831.1 {
        width: 100% !important;
    }
}

