/* Nezaplacená objednávka – globální sticky banner (barvy dle brandu Ferwer) */
#fw-pending-order-bar.fw-pending-order-bar {
    position: sticky;
    top: 0;
    z-index: 1055;
    width: 100%;
    background: #469759;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    font-size: 0.9rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#fw-pending-order-bar .fw-pending-order-bar__full {
    display: block;
}

#fw-pending-order-bar .fw-pending-order-bar__mini {
    display: none;
}

#fw-pending-order-bar.fw-pending-order-bar--minimized .fw-pending-order-bar__full {
    display: none;
}

#fw-pending-order-bar.fw-pending-order-bar--minimized .fw-pending-order-bar__mini {
    display: block;
}

#fw-pending-order-bar .fw-pending-order-bar__text strong {
    font-weight: 600;
}

#fw-pending-order-bar .fw-pending-order-bar__meta {
    opacity: 0.92;
    margin-left: 0.35rem;
    font-weight: 400;
}

#fw-pending-order-bar .fw-pending-order-bar__btn-pay {
    font-weight: 600;
    white-space: nowrap;
    color: #469759 !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
    padding: 0.4rem 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

#fw-pending-order-bar .fw-pending-order-bar__btn-pay:hover {
    background: #f4fbf6 !important;
    color: #3d8550 !important;
}

#fw-pending-order-bar .fw-pending-order-bar__close {
    background: rgba(255, 255, 255, 0.18);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    opacity: 0.95;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#fw-pending-order-bar .fw-pending-order-bar__close:hover {
    background: rgba(255, 255, 255, 0.28);
    opacity: 1;
}

#fw-pending-order-bar .fw-pending-order-bar__mini-text {
    font-size: 0.85rem;
    font-weight: 500;
}

#fw-pending-order-bar.fw-pending-order-bar--minimized {
    background: #3d8550;
}

@media (max-width: 575.98px) {
    #fw-pending-order-bar .fw-pending-order-bar__meta {
        display: block;
        margin-left: 0;
        margin-top: 0.15rem;
    }

    #fw-pending-order-bar .fw-pending-order-bar__btn-pay {
        width: 100%;
    }
}
