.elementor-widget-ec-facts .project-facts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 2rem 0;
}

.elementor-widget-ec-facts .project-fact-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    background: #f9f9f9;
    padding: 0.75rem 1rem;
    border-radius: 6px;
}

.elementor-widget-ec-facts .fact-icon {
    width: 1.2rem;
    color: #55B2CE !important;
}

.elementor-widget-ec-facts .fact-label {
    font-weight: bold;
}

.elementor-widget-ec-facts .fact-value {
    text-align: right;
}