html body.megabox-template section.stats-section > div.container.stats-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 24px !important;
}

html body.megabox-template section.stats-section > div.container.stats-grid > .stat-item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
    transform: none !important;
    text-align: center !important;
}

html body.megabox-template section.stats-section .stat-number,
html body.megabox-template section.stats-section .stat-label {
    display: block !important;
    text-align: center !important;
}

@media (max-width: 520px) {
    html body.megabox-template section.stats-section > div.container.stats-grid {
        flex-direction: column !important;
        align-items: center !important;
    }

    html body.megabox-template section.stats-section > div.container.stats-grid > .stat-item {
        width: 100% !important;
    }
}
