/* La ficha presenta la foto completa dentro de un marco, sin recortar ni agrandar innecesariamente. */
#detalle .qeubo-detail-gallery { width:min(100%,780px); margin:0 auto 24px; }
#detalle .qeubo-gallery-rail { background:#edf2ed; border:1px solid var(--line); }
#detalle .qeubo-gallery-slide { height:min(500px,60vh); min-height:285px; background:#edf2ed; }
#detalle .qeubo-gallery-slide img { width:100%; height:100%; max-width:100%; max-height:100%; object-fit:contain; object-position:center; }
#detalle .qeubo-gallery-controls { padding-top:12px; }
#detalle .qeubo-seller-profile { margin:16px 0 12px; border:1px solid var(--line); border-radius:16px; background:var(--white); color:var(--ink); }
#detalle .qeubo-seller-profile > summary { list-style:none; cursor:pointer; display:flex; align-items:center; padding:13px; gap:10px; border:0; margin:0; }
#detalle .qeubo-seller-profile > summary::-webkit-details-marker { display:none; }
#detalle .qeubo-seller-profile > summary::after { content:'›'; display:block; margin-left:auto; color:var(--forest); font-size:27px; line-height:1; transition:transform .18s ease; }
#detalle .qeubo-seller-profile[open] > summary::after { transform:rotate(90deg); }
#detalle .qeubo-seller-profile > summary:focus-visible { outline:3px solid var(--forest); outline-offset:3px; border-radius:12px; }
#detalle .qeubo-seller-public-info { padding:0 15px 15px; font-size:13px; color:var(--muted); line-height:1.5; }
#detalle .qeubo-seller-public-info .qeubo-seller-location { font-size:13px; margin:0 0 6px; color:var(--ink); }
#detalle .qeubo-seller-public-info p { margin:0; }
#detalle .qeubo-contact-phone.qeubo-phone-action { display:flex; align-items:center; justify-content:center; min-height:46px; padding:11px 15px; margin-top:12px; border:1px solid var(--forest); border-radius:13px; color:var(--forest); background:var(--white); font-weight:750; text-decoration:none; text-align:center; }
#detalle .qeubo-contact-phone.qeubo-phone-action::before { content:'☎'; margin-right:9px; font-size:21px; line-height:1; }
#detalle .qeubo-contact-phone.qeubo-phone-action:focus-visible { outline:3px solid var(--forest); outline-offset:3px; }
#detalle .qeubo-phone-disclosure, #detalle .qeubo-phone-note { margin:7px 0 0; color:var(--muted); font-size:12px; line-height:1.45; }
html[data-theme="dark"] #detalle .qeubo-gallery-rail,
html[data-theme="dark"] #detalle .qeubo-gallery-slide { background:#26392e; }
html[data-theme="dark"] #detalle .qeubo-seller-profile { background:#223329; border-color:var(--line); color:var(--ink); }
html[data-theme="dark"] #detalle .qeubo-contact-phone.qeubo-phone-action { background:#273e30; color:#d4ffe2; border-color:#76ad8b; }
@media (max-width:750px) {
  #detalle .qeubo-detail-gallery { width:100%; margin-bottom:18px; }
  #detalle .qeubo-gallery-slide { height:clamp(255px,82vw,430px); min-height:0; }
  #detalle .qeubo-seller-profile > summary { min-height:65px; }
}
