/* BPL Track Order — μόνο structural CSS (layout & transitions).
   Όλα τα χρώματα/sizes γίνονται inline styles από JS/PHP. */

.bpl-track-order-wrap { max-width: 860px; margin: 0 auto; font-family: inherit; }

@media (max-width: 520px) {
    .bpl-to-form { flex-direction: column !important; }
    .bpl-to-form > * { width: 100% !important; min-width: 0 !important; }
    .bpl-to-search-btn { width: 100% !important; text-align: center; }
    .bpl-to-timeline { gap: 4px; }
}

.bpl-to-order-body { display: none; }
.bpl-to-timeline { -webkit-overflow-scrolling: touch; }
.bpl-to-products img { display: block; }
