#wbg-time-block-timer {
    background-color: #e7f3ff;
    border: 1px solid #72aee6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 999;
}

#wbg-timer-message {
    color: #0073aa;
    font-size: 14px;
    display: block;
}

.wbg-time-block-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #ccc !important;
}

.wbg-time-block-disabled:hover {
    opacity: 0.6 !important;
    background-color: #ccc !important;
}

/* CartFlows specific styling */
.wcf-embed-checkout-form .wbg-time-block-disabled {
    background: #ccc !important;
    border-color: #ccc !important;
}