.fb-dp-wrapper { margin-bottom: 1rem; }
.fb-dp-actions .btn { font-weight: 600; }
.fb-dp-map { min-height: 320px; }
.fb-dp-map-canvas { border-radius: 8px; padding: 12px; min-height: 300px; display: flex; align-items: center; justify-content: center; }
.fb-dp-map-canvas svg { width: 100%; height: auto; }
.fb-dp-map-canvas svg path { transition-duration: .3s; }
.fb-dp-map-canvas svg path:hover { fill: var(--main-color); }
.fb-dp-map-loading { color: #888; }
.fb-dp-card { box-shadow: 0px 5px 25px 0px #0000001A; border-radius: 10px; padding: 12px; margin-bottom: 10px; background: #fff; }
.fb-dp-card-title { font-weight: 700; margin-bottom: 6px; }
.fb-dp-card-line { font-size: 0.9rem; color: #444; margin-bottom: 2px; }
.fb-dp-card-actions { margin-top: 10px; display: flex; align-items: flex-start; gap: 7px;}
.fb-dp-card-actions .btn { padding: .5rem 1rem; }
/* One-page checkout: hide delivery & payment steps (carrier: Odbiór osobisty, payment: ps_wirepayment) */
#checkout-delivery-step,
#checkout-payment-step {
  display: none !important;
}
