.ct-a4675015-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.ct-a4675015-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    min-width: 80px;
}
.ct-a4675015-value {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
}
.ct-a4675015-label {
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .ct-a4675015-wrapper {
        gap: 10px;
    }
    .ct-a4675015-item {
        padding: 10px;
        min-width: 70px;
    }
    .ct-a4675015-value {
        font-size: 1.5em;
    }
    .ct-a4675015-label {
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .ct-a4675015-wrapper {
        gap: 5px;
    }
    .ct-a4675015-item {
        padding: 8px;
        min-width: 60px;
    }
    .ct-a4675015-value {
        font-size: 1.2em;
    }
    .ct-a4675015-label {
        font-size: 0.7em;
    }
}