.ep-midea-banner-wrapper {
  margin: 32px 0;
  padding: 0 16px;
}
.ep-midea-banner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.ep-midea-banner img {
  display: block;
  width: 100%;
  height: auto;
}
/* Compliance : masquer les 4 badges awards en bas-droite */
.ep-midea-banner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 22%;
  background: linear-gradient(to top, rgba(245,245,245,1) 25%, rgba(245,245,245,0.9) 60%, rgba(245,245,245,0) 100%);
  pointer-events: none;
}
/* Masquer texte disclaimer bas-gauche (allemand seulement) */
.ep-midea-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 15%;
  background: linear-gradient(to top, rgba(245,245,245,1) 40%, rgba(245,245,245,0) 100%);
  pointer-events: none;
}
