/* Pentamarket Developer Notice bottom police-line boundary fix V1
   Scope: homepage notice only. Keeps existing spacing; moves ONLY the lower
   red/white stripe to the real boundary directly above Flash Sale. */

.penta-devline {
  overflow: visible !important;
}

.penta-devline::after {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -12px !important;
  width: 100% !important;
  margin: 0 !important;
  pointer-events: none !important;
  z-index: 5 !important;
}

/* The Flash Sale mount uses sm:mt-[18px] from 640px upward. */
@media (min-width: 640px) {
  .penta-devline::after {
    bottom: -18px !important;
  }
}

/* Admin preview is contained and should keep both stripes attached to card. */
.penta-devline.penta-devline--preview {
  overflow: hidden !important;
}

.penta-devline.penta-devline--preview::after {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
