/* Move_Dlhy_Popis_under_photos.js
hide the original in the long description after moving */
.moved-coffee-hidden {
  display: none !important;
}

/* styling for the cloned banner inserted under photos */
.injected-banner-under-photos {
  margin-top: 16px;
  padding: 12px 8px;
  width: 100%;
  box-sizing: border-box;
}

/* small responsive tweak if your gallery is narrow on mobile */
@media (max-width: 768px) {
  .injected-banner-under-photos {
    margin-top: 10px;
    padding: 10px 6px;
  }
}