/* =====================================================
   BACKORDER NOTICE
   Shown on cart and checkout while the basket holds any
   product supplied to order. Colours match the
   "Na objednávku" state on the product page.
   ===================================================== */

.wcc-backorder-notice {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 2rem;
    padding: 1.2rem 1.6rem;
    border-radius: 0.9rem;
    background: rgba(255, 133, 27, 0.35);
}

.wcc-backorder-notice__bullet {
    flex: 0 0 auto;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #ff851b;
}

.wcc-backorder-notice__label {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #111613;
}
