.cotr-ordering-banner {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
    background: #20252a;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.45;
    position: relative;
    z-index: 99999;
}
.cotr-ordering-countdown { font-weight: 700; white-space: nowrap; }
.cotr-product-closed {
    margin: 16px 0;
    padding: 14px 16px;
    border: 1px solid currentColor;
    border-radius: 4px;
    font-weight: 700;
}
.cotr-loop-closed {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.92em;
    font-weight: 700;
}
.cotr-status { padding: 12px 16px; border: 1px solid currentColor; border-radius: 4px; }
