body #sacc-visit-counter {
    font-family: 'Tahoma', sans-serif !important;
    /*font-family: 'Courier New', Courier, monospace;*/
    font-size: 1em !important; /* Slightly smaller font size */
    color: rgba(255, 255, 255, 0.9) !important; /* White text color */
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 6px rgba(255, 255, 255, 0.3), 0 0 9px rgba(255, 255, 255, 0.2) !important; /* Adjusted text shadow */
    padding: 0 !important; /* Remove padding from container */
    border: 0 !important;
    border-radius: 0 !important;
    display: inline-block !important; /* Make container fit content */
    box-shadow: none !important;
    margin: 0 auto !important;
    background: none !important;
}

body #sacc-visit-counter .sacc-digit {
    display: inline-block !important;
    padding: 3px 6px !important; /* Padding inside each gradient box */
    border-radius: 5px !important; /* Rounded corners for each box */
    background: linear-gradient(65deg, #71bb41 10%, #0064b2  90%) !important; /* Gradient background for each number */
    border: 1px solid #ffffff !important; /* White border around each gradient box */
    margin: -1px !important; /* Space between numbers */
    color: #ffffff !important; /* Ensure text color is visible */
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 6px rgba(255, 255, 255, 0.3), 0 0 9px rgba(255, 255, 255, 0.2) !important; /* Optional text shadow */
}
