.wp-block-preorder-timer-countdown {
    margin: 1.5em 0;
    padding: 1.5em;
    background: #f8f9fa;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
}

.preorder-timer-preview {
    text-align: center;
    padding: 1.5em;
    background: #fff;
    border: 1px dashed #8d96a0;
    border-radius: 4px;
}

.preorder-timer-placeholder {
    margin-top: 1em;
    padding: 1em;
    background: #f0f0f1;
    border-radius: 4px;
    color: #1e1e1e;
    font-style: italic;
}

.preorder-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 1em 0;
    text-align: center;
}

.preorder-timer__item {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 10px;
    min-width: 60px;
}

.preorder-timer__number {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #1e1e1e;
}

.preorder-timer__label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #646970;
}

.preorder-message {
    text-align: center;
    margin: 1em 0;
    padding: 10px 15px;
    background: #f0f6fc;
    border-radius: 2px;
}

.preorder-message--error {
    background: #fcf0f1;
    border-left-color: #d63638;
}

@media (max-width: 600px) {
    .preorder-timer {
        gap: 8px;
    }
    
    .preorder-timer__item {
        min-width: 50px;
        padding: 8px 5px;
    }
    
    .preorder-timer__number {
        font-size: 20px;
    }
    
    .preorder-timer__label {
        font-size: 10px;
    }
}
