.stats-grid-91dc13af {
    display: grid;
}

.stat-card-91dc13af {
    background: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.stat-content-wrap-91dc13af {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.stat-icon-wrap-91dc13af {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-text-wrap-91dc13af {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.stat-title-91dc13af {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
}

.stat-subtitle-91dc13af {
    font-size: 14px;
    line-height: 1.4;
}

/* Alignment logic */
.stat-card-91dc13af[style*="text-align: center"] .stat-content-wrap-91dc13af,
.stat-card-91dc13af[style*="text-align: center"] .stat-text-wrap-91dc13af {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stat-card-91dc13af[style*="text-align: right"] .stat-content-wrap-91dc13af {
    flex-direction: row-reverse;
}
.stat-card-91dc13af[style*="text-align: right"] .stat-text-wrap-91dc13af {
    align-items: flex-end;
    text-align: right;
}

/* Responsive Grid Fallbacks - just in case Elementor overrides are stripped */
@media screen and (max-width: 1024px) {
    .stats-grid-91dc13af {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .stats-grid-91dc13af {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .stat-content-wrap-91dc13af {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}
