@media (min-width: 768px) {
    /* Scale down the entire campaign container */
    body .hurrytimer-campaign {
        transform: scale(0.65) !important;
        transform-origin: center center;
        margin: 0 auto !important;
        max-width: fit-content !important;
    }
    
    /* Aggressively target the timer blocks to remove borders and add white background */
    body .hurrytimer-campaign .hurrytimer-timer-block,
    body .hurrytimer-campaign .hurrytimer-timer-digit {
        border: none !important;
        border-width: 0 !important;
        background-color: #ffffff !important;
        padding: 2px 5px !important;
        min-width: unset !important;
        line-height: 1 !important;
        box-sizing: border-box !important;
    }
    
    body .hurrytimer-campaign .hurrytimer-timer-label {
        font-size: 0.8em !important;
    }

    /* Hide the colon separator */
    body .hurrytimer-campaign .hurrytimer-timer-sep {
        display: none !important;
    }
}
