/* ==========================================================================
   DjimlyStore Digital v2.26.8 — Similar-product photo + compact card hotfix
   ========================================================================== */

html body #djs-portal .djs-similar-products-section {
  margin-top:18px !important;
}
html body #djs-portal .djs-similar-products {
  gap:8px !important;
}
html body #djs-portal .djs-similar-product-card {
  min-height:78px !important;
  padding:7px 9px !important;
  border-radius:17px !important;
  grid-template-columns:60px minmax(0,1fr) 22px !important;
  gap:10px !important;
}
html body #djs-portal .djs-similar-product-media {
  width:60px !important;
  height:60px !important;
  padding:5px !important;
  border-radius:14px !important;
  background:#f7f8fa !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}
html body #djs-portal .djs-similar-product-media img {
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  border-radius:10px !important;
}
html body #djs-portal .djs-similar-product-copy { gap:1px !important; }
html body #djs-portal .djs-similar-product-copy b { font-size:13px !important; line-height:1.18 !important; }
html body #djs-portal .djs-similar-product-copy small { font-size:11px !important; line-height:1.2 !important; }
html body #djs-portal .djs-similar-product-copy em { font-size:10.5px !important; line-height:1.15 !important; }
html body #djs-portal .djs-similar-product-card > .ms { font-size:18px !important; }

@media (max-width:700px){
  html body #djs-portal .djs-similar-products {
    grid-template-columns:1fr !important;
  }
  html body #djs-portal .djs-similar-product-card {
    min-height:74px !important;
    grid-template-columns:56px minmax(0,1fr) 20px !important;
    padding:7px 8px !important;
  }
  html body #djs-portal .djs-similar-product-media {
    width:56px !important;
    height:56px !important;
    padding:4px !important;
  }
}
