/* Elementor Counter Styles - ใช้ class มาตรฐานของ Elementor */

.elementor-counter {
    text-align: center;
}

.elementor-counter-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
}

.elementor-counter-number-prefix,
.elementor-counter-number-suffix {
    flex-shrink: 0;
    padding: 0 0.2em;
    font-size: 0.4em;
    align-self: flex-end;
    margin-bottom: 0.15em;
}

.elementor-counter-title {
    text-align: center;
    margin-top: 10px;
    font-size: 19px;
    font-weight: 400;
}

.elementor-counter-update-time {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.elementor-counter-update-time i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .elementor-counter-number-wrapper {
        font-size: 50px;
    }
    
    .elementor-counter-title {
        font-size: 16px;
    }
    
    .elementor-counter-update-time {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .elementor-counter-number-wrapper {
        font-size: 36px;
    }
    
    .elementor-counter-title {
        font-size: 14px;
    }
    
    .elementor-counter-update-time {
        font-size: 11px;
    }
}
