.icg-dropoff-map-wrap{display:grid;grid-template-columns:2fr 1fr;gap:1rem}
@media(max-width:781px){.icg-dropoff-map-wrap{grid-template-columns:1fr}}
.icg-dropoff-map{width:100%;border-radius:16px;overflow:hidden;background:#141414}
.icg-dropoff-list{display:flex;flex-direction:column;gap:.5rem;max-height:460px;overflow:auto}
.icg-dropoff-item{text-align:left;background:#141414;border:1px solid #2e2e2e;border-radius:12px;padding:.85rem 1rem;cursor:pointer;color:#fff;display:flex;flex-direction:column;gap:2px;transition:border-color .2s}
.icg-dropoff-item:hover{border-color:#ee9441}
.icg-dropoff-item__city{color:#ee9441;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}
.icg-dropoff-item__name{font-weight:700}
.icg-dropoff-item__addr{color:#a8a8a8;font-size:.85rem}
.icg-iw{color:#111;font-size:.9rem;line-height:1.4}
.icg-iw a{color:#c2670f;font-weight:600}
.icg-map-fallback ul{list-style:none;padding:0;margin:1rem 0 0}
.icg-map-fallback li{padding:.6rem 0;border-bottom:1px solid #2e2e2e}

/* Checkout picker */
.icg-dropoff-checkout{margin:0 0 2rem;padding:1.25rem;border:1px solid #2e2e2e;border-radius:16px;background:#141414}
.icg-dropoff-checkout h3{margin:0 0 .25rem}
.icg-co-hint{color:#a8a8a8;margin:0 0 1rem}
.icg-dropoff-checkout .icg-dropoff-map{margin-bottom:1rem}
.icg-co-select{width:100%;padding:.85rem 1rem;border-radius:10px;border:1px solid #2e2e2e;background:#0a0a0a;color:#fff}
