.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:560px;overflow:auto}
@media(max-width:781px){.icg-dropoff-list{max-height:340px}}
.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-dropoff-item__hours{color:#a8a8a8;font-size:.78rem;font-style:italic}
.icg-dropoff-item__route{align-self:flex-start;margin-top:.35rem;padding:.2rem .6rem;border:1px solid #2e2e2e;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ee9441}
.icg-dropoff-item__route:hover{border-color:#ee9441;background:rgba(238,148,65,.12)}
.icg-dropoff-item.is-active{border-color:#ee9441;background:rgba(238,148,65,.08)}
.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}
/* Read-only summary of the drop-off point picked in the configurator. */
.icg-co-chosen{display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;border:1px solid #2e2e2e;border-radius:10px;background:#0a0a0a}
.icg-co-chosen__label{color:#ee9441;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}
.icg-co-chosen__name{color:#fff;font-weight:700}
.icg-co-chosen__addr{color:#a8a8a8;font-size:.85rem}
.icg-co-select{width:100%;padding:.85rem 1rem;border-radius:10px;border:1px solid #2e2e2e;background:#0a0a0a;color:#fff}
/* Delivery method: drop-off vs send-it-yourself (pure CSS toggle via :has)
   auto-fit, not a viewport media query: this block sits inside the checkout
   column AND inside the wizard, both narrower than the window. Keyed on the
   viewport (the old @media max-width:560px) a 600px-wide phone still got two
   241px columns inside a 498px column, cramming both titles onto two lines and
   pushing the text into the radio. auto-fit drops to one column whenever the
   container itself lacks room for two, wherever the block is used. */
.icg-co-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin:0 0 1.25rem}
/* flex:1 makes the card fill its label. Without it the box is a flex item
   sized to its own text, so the shorter "Zelf opsturen" card came out narrower
   than its neighbour instead of matching it.

   box-sizing on __box is load-bearing: it carries height:100% for equal-height
   cards, and content-box would add its 1rem padding + 2px border on top of that
   100%, painting the card 36px taller than its layout box - which is what made
   the two delivery cards lap over each other once they stacked.

   display:flex, not block: the visually-hidden radio is position:absolute and
   therefore inline, so the whitespace between it and the box formed an
   anonymous line box ~28px tall above the card. Flex containers ignore
   whitespace between items. */
.icg-co-method{cursor:pointer;margin:0;display:flex}
/* Real radio kept for keyboard/screen-reader semantics, visually hidden. */
.icg-co-method input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
.icg-co-method__box{display:flex;flex-direction:column;gap:.3rem;flex:1;height:100%;box-sizing:border-box;padding:1rem 1rem 1rem 2.9rem;position:relative;border:2px solid #2e2e2e;border-radius:14px;background:#0a0a0a;transition:border-color .2s,background-color .2s}
.icg-co-method__box::before{content:"";position:absolute;left:1rem;top:1.15rem;width:1.15rem;height:1.15rem;border-radius:50%;border:2px solid #2e2e2e;background:transparent;transition:border-color .2s,background-color .2s}
.icg-co-method:hover .icg-co-method__box{border-color:#ee9441}
.icg-co-method input:checked+.icg-co-method__box{border-color:#ee9441;background:rgba(238,148,65,.1)}
.icg-co-method input:checked+.icg-co-method__box::before{border-color:#ee9441;background:#ee9441}
/* Checkmark inside the filled dot. */
.icg-co-method input:checked+.icg-co-method__box::after{content:"";position:absolute;left:1.38rem;top:1.42rem;width:.32rem;height:.6rem;border:solid #0a0a0a;border-width:0 2px 2px 0;transform:rotate(45deg)}
.icg-co-method input:focus-visible+.icg-co-method__box{outline:2px solid #ee9441;outline-offset:2px}
.icg-co-method__title{font-weight:800;font-size:1.05rem;color:#fff}
.icg-co-method__sub{color:#a8a8a8;font-size:.85rem;line-height:1.4}
.icg-co-intro{color:#a8a8a8;margin:0 0 1rem}
/* Sits between the two method cards and the revealed panel; the panel below
   brings its own top margin, so this only needs space above. */
.icg-co-choose{color:#a8a8a8;margin:1.25rem 0 0}

/* Breathing room under the two method cards — the grid's own margin collapses
   against the panel in the classic-checkout context. */
.icg-co-dropoff,.icg-co-self{margin-top:1.5rem}
.icg-co-self{display:none}
#icg-dropoff-checkout:has(input[name="icg_delivery_method"][value="self"]:checked) .icg-co-dropoff{display:none}
#icg-dropoff-checkout:has(input[name="icg_delivery_method"][value="self"]:checked) .icg-co-self{display:block}
.icg-co-self__title{margin:0 0 .5rem;font-size:1.05rem;font-weight:800}
.icg-co-address{font-style:normal;line-height:1.6;padding:.85rem 1rem;border:1px solid #2e2e2e;border-radius:10px;background:#0a0a0a;color:#fff;display:inline-block}
.icg-co-tips{color:#a8a8a8;font-size:.9em;margin:1rem 0 0;padding:0 0 0 1.1rem;display:flex;flex-direction:column;gap:.35rem}
