/* ΜΟΝΟ για σελίδες με template: Elementor Full Width */
body.elementor-template-full-width .site,
body.elementor-template-full-width #page,
body.elementor-template-full-width .site-main,
body.elementor-template-full-width .site-content,
body.elementor-template-full-width .content-area,
body.elementor-template-full-width .inside-article,
body.elementor-template-full-width .container.grid-container,
body.elementor-template-full-width .grid-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Αφαίρεση κάθετα padding στην περιοχή περιεχομένου */
body.elementor-template-full-width .site-content,
body.elementor-template-full-width .inside-article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Elementor stretched sections να ανοίγουν 100% */
body.elementor-template-full-width .elementor-section.elementor-section-stretched {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

/* Desktop ενίσχυση: ακύρωση container περιορισμών που εφαρμόζονται σε μεγάλα breakpoints */
@media (min-width: 1024px) {
  body.elementor-template-full-width .site,
  body.elementor-template-full-width #page,
  body.elementor-template-full-width .site-main,
  body.elementor-template-full-width .site-content,
  body.elementor-template-full-width .content-area,
  body.elementor-template-full-width .inside-article,
  body.elementor-template-full-width .container.grid-container,
  body.elementor-template-full-width .grid-container,
  body.elementor-template-full-width .content-area > .container,
  body.elementor-template-full-width .site-content > .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }
}

/* Προστασία από οριζόντιο scroll σε full-bleed layouts */
body.elementor-template-full-width,
body.elementor-template-full-width html {
  overflow-x: hidden;
}

/* Utility: full-bleed block/section για εικόνες, χρώματα φόντου κ.λπ. */
.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Utility: περιορισμός περιεχομένου μέσα σε full-bleed */
.full-bleed .content-constrain {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Προαιρετικά: κάνε media, iframe, sliders να τιμούν το πλάτος */
body.elementor-template-full-width img,
body.elementor-template-full-width video,
body.elementor-template-full-width iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Προαιρετικά: αφαίρεση τυχόν default padding/box από το theme σε Elementor sections */
body.elementor-template-full-width .elementor-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}