/* Product-page/order-list deadline notice.
 * Keep all plugin-specific notice styling here; JavaScript only toggles
 * .is-expired and handles placement/state.
 */
.j2c-orderdeadline-notice {
    margin: 2px 0 0;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    color: var(--bs-info-text-emphasis, #055160);
    background-color: var(--bs-info-bg-subtle, #cff4fc);
    border: 1px solid var(--bs-info-border-subtle, #b6effb);
    border-radius: var(--bs-border-radius, 0.375rem);
}

.j2c-orderdeadline-notice.is-expired {
    font-weight: 600;
    color: var(--bs-warning-text-emphasis, #664d03);
    background-color: var(--bs-warning-bg-subtle, #fff3cd);
    border-color: var(--bs-warning-border-subtle, #ffecb5);
}
