.specular-counter-wrapper {
    position: relative;
}

.specular-counter-number {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    transition: all 0.3s ease;
}

/* Optional animation on hover */
.specular-counter-number:hover {
    transform: scale(1.05);
}

/* Responsive styles */
@media screen and (max-width: 767px) {
    .specular-counter-number {
        font-size: 36px;
    }
}
