.vc-wrapper-d3af7fe4 {
    text-align: center;
    font-family: inherit;
}

.vc-title {
    margin-bottom: 20px;
    font-size: 1.5em;
}

.vc-stats-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.vc-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    min-width: 120px;
}

.vc-number {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 5px;
}

.vc-label {
    font-size: 0.9em;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}
