.ct-a7f3fc70-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    text-align: center;
}

.ct-a7f3fc70-box {
    background-color: #f1f1f1;
    padding: 15px 20px;
    border-radius: 8px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ct-a7f3fc70-number {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}

.ct-a7f3fc70-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #666;
    margin-top: 5px;
    letter-spacing: 0.5px;
}