/* Ficha del anuncio: fotos completas sin recorte y desplazamiento táctil nativo. */
#detalle .qeubo-detail-gallery { min-width:0; width:100%; margin:0 0 13px; }
#detalle .qeubo-gallery-rail { display:flex; width:100%; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; overscroll-behavior-x:contain; scrollbar-width:none; -webkit-overflow-scrolling:touch; background:#e8eee7; border-radius:20px; touch-action:pan-x pan-y; }
#detalle .qeubo-gallery-rail::-webkit-scrollbar { display:none; }
#detalle .qeubo-gallery-slide { flex:0 0 100%; width:100%; height:clamp(290px,43vw,540px); scroll-snap-align:center; scroll-snap-stop:always; display:grid; place-items:center; background:#e8eee7; overflow:hidden; }
#detalle .qeubo-gallery-slide img { width:100%; height:100%; object-fit:contain; display:block; user-select:none; -webkit-user-drag:none; }
#detalle .qeubo-gallery-controls { display:flex; align-items:center; justify-content:center; gap:11px; padding:10px 0 0; }
#detalle .qeubo-gallery-controls button { min-width:44px; min-height:44px; background:#fff; color:var(--ink); border:1px solid var(--line); border-radius:100px; font-size:26px; }
#detalle .qeubo-gallery-controls button:disabled { opacity:.35; }
#detalle .qeubo-gallery-controls .qeubo-gallery-expand { margin-left:auto; padding:10px 14px; border-radius:100px; font-size:12px; font-weight:750; }
#detalle .qeubo-gallery-counter { min-width:54px; text-align:center; font-size:13px; font-weight:750; font-variant-numeric:tabular-nums; }
#detalle .qeubo-gallery-dots { display:flex; justify-content:center; flex-wrap:wrap; gap:8px; padding:7px 0 14px; }
#detalle .qeubo-gallery-dots button { width:10px; height:10px; padding:0; border:0; background:#bdc8c0; border-radius:100px; }
#detalle .qeubo-gallery-dots button.active { width:27px; background:var(--forest); }
#detalle .qeubo-vehicle-specs { margin:32px 0 15px; }
#detalle .qeubo-vehicle-specs h2 { font-size:23px; margin:0 0 16px; }
#detalle .qeubo-vehicle-specs dl { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); margin:0; border-top:1px solid var(--line); }
#detalle .qeubo-vehicle-specs dt,#detalle .qeubo-vehicle-specs dd { margin:0; padding:13px 10px; border-bottom:1px solid var(--line); overflow-wrap:anywhere; font-size:14px; }
#detalle .qeubo-vehicle-specs dt { color:var(--muted); }
#detalle .qeubo-vehicle-specs dd { font-weight:650; }
#detalle .qeubo-seller-card .qeubo-contact-cta { margin-top:12px; }
#detalle .qeubo-seller-card .qeubo-offer-cta { margin-top:10px; }
#detalle .qeubo-seller-card .qeubo-favorite-cta { margin-top:10px !important; }
#detalle .qeubo-seller-card .qeubo-seller-location { font-size:13px; margin:-8px 0 16px; }
#detalle .qeubo-approximate-location { margin:19px 0 0; padding:16px; border-radius:15px; background:#eef3ee; }
#detalle .qeubo-approximate-location strong { font-size:14px; }
#detalle .qeubo-approximate-location p { font-size:12px; margin:6px 0 10px; }
#detalle .qeubo-approximate-location a { font-size:13px; font-weight:750; color:var(--forest); text-decoration:underline; text-underline-offset:3px; }
#detalle .qeubo-phone-note { margin:14px 0 0; line-height:1.5; }
/* El visor es pantalla completa; se cambia de foto deslizando sin marcos internos. */
#image-dialog.image-dialog { width:100vw; height:100dvh; max-width:none; max-height:none; margin:0; padding:calc(10px + env(safe-area-inset-top)) 12px calc(10px + env(safe-area-inset-bottom)); border-radius:0; background:#101715; color:white; overflow:hidden; }
#image-dialog.image-dialog::backdrop { background:#101715; }
#image-dialog .zoom-toolbar { min-height:48px; padding:0 2px; }
#image-dialog .zoom-stage { display:grid; place-items:center; height:calc(100dvh - 98px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); border-radius:0; background:#101715; overflow:auto; touch-action:pan-y; }
#image-dialog .zoom-stage > img { display:block; width:calc(100% * var(--zoom)); height:100%; max-height:100%; object-fit:contain; margin:auto; }
#image-dialog .zoom-stage.enlarged > img { max-height:none; height:auto; min-height:100%; }
@media(max-width:750px){
  #detalle .qeubo-gallery-slide { height:clamp(285px,72vw,470px); }
  #detalle .qeubo-gallery-controls { gap:8px; }
  #detalle .qeubo-gallery-controls .qeubo-gallery-expand { margin-left:0; }
  #detalle .qeubo-vehicle-specs dt,#detalle .qeubo-vehicle-specs dd { padding:12px 7px; font-size:13px; }
  #image-dialog .zoom-toolbar .zoom-actions button:not(#zoom-close) { min-width:30px; padding:7px; }
}
