/* ======================================
   ELVIS ENTERPRISE - CSS Custom Prodotti
   ====================================== */

:root{
  --ee-red: #c1272d;
  --ee-ink: #1a1a1a;
  --ee-muted: #6b6b6b;
  --ee-radius: 14px;
}

/* ---- Scorrimento orizzontale per liste a 4 colonne ---- */
.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4 {
  display: flex !important;
  grid-template-columns: none !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 24px !important;
  padding-bottom: 16px !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Desktop: esattamente 4 card visibili */
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  flex: 0 0 auto !important;
  width: calc(25% - 18px) !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  scroll-snap-align: start !important;
}

/* Scrollbar sottile rossa */
.woocommerce ul.products.columns-4::-webkit-scrollbar {
  height: 6px;
}
.woocommerce ul.products.columns-4::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.woocommerce ul.products.columns-4::-webkit-scrollbar-thumb {
  background: var(--ee-red);
  border-radius: 10px;
}

/* Tablet: 2 card visibili */
@media (max-width: 991px) and (min-width: 576px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(50% - 12px) !important;
  }
}

/* Mobile: 1 card alla volta, centrata */
@media (max-width: 575px) {
  .woocommerce ul.products.columns-4 {
    gap: 16px !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 92vw !important;
    scroll-snap-align: center !important;
  }
}

/* ---- Card ---- */
.woocommerce ul.products li.product .post_item {
  background: #fff !important;
  border-radius: var(--ee-radius) !important;
  overflow: hidden !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.10) !important;
  transition: transform .35s ease, box-shadow .35s ease !important;
  border: 1px solid #f2f2f2 !important;
  display: block !important;
}

.woocommerce ul.products li.product .post_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0,0,0,.16) !important;
}

/* ---- Immagine: stesso taglio per tutte ---- */
.woocommerce ul.products li.product .post_featured img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* ---- Badge "In offerta" - cerchio rosso con ombra ---- */
.woocommerce ul.products li.product .onsale {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  width: 64px !important;
  height: 64px !important;
  background: var(--ee-red) !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .01em !important;
  line-height: 1.15 !important;
  padding: 4px !important;
  min-height: auto !important;
  min-width: auto !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.35), 0 2px 6px rgba(0,0,0,.2) !important;
  z-index: 5;
}

/* ---- Titolo ---- */
.woocommerce ul.products li.product .post_data {
  padding: 18px 20px 22px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--ee-ink) !important;
  margin: 0 0 12px !important;
  line-height: 1.3 !important;
}

/* ---- Prezzi ---- */
.woocommerce ul.products li.product .price {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
  background: transparent !important;
  color: var(--ee-muted) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 0 !important;
  text-decoration: line-through !important;
  text-decoration-color: #b33 !important;
  text-decoration-thickness: 1.5px !important;
  opacity: 1 !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}

.woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
  background: var(--ee-red) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  padding: 6px 14px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(193,39,45,.3) !important;
  display: inline-block !important;
}







/* Nasconde SOLO le due colonne di motto + telefono/email */
.wpb_column.vc_col-sm-4.sc_layouts_column.sc_layouts_column_align_left.sc_layouts_column_icons_position_left,
.wpb_column.vc_col-sm-8.sc_layouts_column.sc_layouts_column_align_right.sc_layouts_column_icons_position_left {
  display: none !important;
}





/* Header ancora più trasparente */
.top_panel {
  background: rgba(255, 255, 255, 0.35) !important;
}




/* Collassa SOLO la riga che contiene le colonne motto+contatti (già nascoste) */
.top_panel .vc_row:has(> .wpb_column.vc_col-sm-4.sc_layouts_column.sc_layouts_column_align_left.sc_layouts_column_icons_position_left) {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.wpb_column.vc_col-sm-4.sc_layouts_column.sc_layouts_column_align_left.sc_layouts_column_icons_position_left,
.wpb_column.vc_col-sm-8.sc_layouts_column.sc_layouts_column_align_right.sc_layouts_column_icons_position_left {
  display: none !important;
}




/* ======================================
   BOX SERVIZI - Solo migliorie grafiche, layout intatto
   ====================================== */

.vc_row.vc_custom_1761594809265 .wpb_wrapper {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 24px 18px 22px;
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  position: relative;
  overflow: hidden;
}

.vc_row.vc_custom_1761594809265 .wpb_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--ee-red, #c1272d);
  transition: width .35s ease;
}

.vc_row.vc_custom_1761594809265 .wpb_wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,.10);
  border-color: transparent;
}

.vc_row.vc_custom_1761594809265 .wpb_wrapper:hover::before {
  width: 100%;
}

.vc_row.vc_custom_1761594809265 img {
  background: rgba(193, 39, 45, 0.08);
  border-radius: 50%;
  padding: 14px;
  width: 56px !important;
  height: 56px !important;
  object-fit: contain;
  transition: background .35s ease, transform .35s ease;
}

.vc_row.vc_custom_1761594809265 .wpb_wrapper:hover img {
  background: rgba(193, 39, 45, 0.15);
  transform: scale(1.1);
}

.vc_row.vc_custom_1761594809265 h4 {
  color: var(--ee-ink, #1a1a1a) !important;
}

.vc_row.vc_custom_1761594809265 p {
  color: #6b6b6b !important;
}




/* ======================================
   BOX SERVIZI - Responsive (solo estetica, layout intatto)
   ====================================== */
@media (max-width: 767px) {
  .vc_row.vc_custom_1761594809265 .wpb_wrapper {
    padding: 20px 16px 18px;
    margin-bottom: 16px; /* respiro tra le card impilate */
  }

  .vc_row.vc_custom_1761594809265 img {
    width: 50px !important;
    height: 50px !important;
    padding: 12px;
  }

  .vc_row.vc_custom_1761594809265 h4 {
    font-size: 17px !important;
  }

  .vc_row.vc_custom_1761594809265 p {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }
}


/* Nasconde la barra superiore (motto + contatti) sopra il menu */
.vc_row.vc_custom_1504101111040 {
  display: none !important;
}


/* ======================================
   BOX SERVIZI/ICONE - Stile riutilizzabile
   Applica la classe "ee-icon-box-row" alla Row in WPBakery
   ====================================== */

.ee-icon-box-row .wpb_wrapper {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 24px 18px 22px;
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  position: relative;
  overflow: hidden;
}

.ee-icon-box-row .wpb_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--ee-red, #c1272d);
  transition: width .35s ease;
}

.ee-icon-box-row .wpb_wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,.10);
  border-color: transparent;
}

.ee-icon-box-row .wpb_wrapper:hover::before {
  width: 100%;
}

.ee-icon-box-row img {
  background: rgba(193, 39, 45, 0.08);
  border-radius: 50%;
  padding: 14px;
  width: 56px !important;
  height: 56px !important;
  object-fit: contain;
  transition: background .35s ease, transform .35s ease;
}

.ee-icon-box-row .wpb_wrapper:hover img {
  background: rgba(193, 39, 45, 0.15);
  transform: scale(1.1);
}

.ee-icon-box-row h4 {
  color: var(--ee-ink, #1a1a1a) !important;
}

.ee-icon-box-row p {
  color: #6b6b6b !important;
}

/* Mobile */
@media (max-width: 767px) {
  .ee-icon-box-row .wpb_wrapper {
    padding: 20px 16px 18px;
    margin-bottom: 16px;
  }

  .ee-icon-box-row img {
    width: 50px !important;
    height: 50px !important;
    padding: 12px;
  }

  .ee-icon-box-row h4 {
    font-size: 17px !important;
  }

  .ee-icon-box-row p {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }
}




/* ---- Scorrimento orizzontale per liste a 4 colonne ---- */
.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4 {
  display: flex !important;
  grid-template-columns: none !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 24px !important;
  padding-bottom: 16px !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Larghezza FISSA in px, non percentuale: genera overflow reale se ci sono più di ~4 prodotti */
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  flex: 0 0 auto !important;
  width: 280px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  scroll-snap-align: start !important;
}

@media (max-width: 991px) and (min-width: 576px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 260px !important;
  }
}

@media (max-width: 575px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 92vw !important;
    scroll-snap-align: center !important;
  }
}


.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4 {
  display: flex !important;
  flex-direction: row !important;   /* forza orizzontale, il tema potrebbe impostare column */
  flex-wrap: nowrap !important;      /* impedisce che vadano a capo */
  grid-template-columns: none !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 24px !important;
  padding-bottom: 16px !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
}







/* ===== SINGLE PRODUCT PAGE — ELVIS ENTERPRISE ===== */

/* 1. Titolo prodotto — forziamo visibilità e diamo peso visivo */
.single-product .summary .product_title,
.single-product h1.product_title.entry-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.25 !important;
    margin: 0 0 12px 0 !important;
}

/* 2. Prezzo — lo ancoriamo subito sotto il titolo, spaziatura pulita */
.single-product .summary p.price {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 24px 0 !important;
}

.single-product .summary p.price del {
    font-size: 1.1rem !important;
    color: #999 !important;
    text-decoration: line-through !important;
    background: none !important; /* elimina il badge grigio-rosa attorno al prezzo barrato */
    padding: 0 !important;
    opacity: 1 !important;
}

.single-product .summary p.price del .woocommerce-Price-amount {
    background-color: transparent !important;
    color: #999 !important;
}

.single-product .summary p.price ins {
    text-decoration: none !important;
    background: #c1272d !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1.35rem !important;
    padding: 6px 16px !important;
    border-radius: 30px !important;
}

.single-product .summary p.price ins .woocommerce-Price-amount {
    background-color: transparent !important;
    color: #fff !important;
}

/* 3. Descrizione breve (sotto il prezzo, se presente) */
.single-product .summary .woocommerce-product-details__short-description {
    margin-bottom: 24px !important;
    color: #444 !important;
    line-height: 1.6 !important;
}

/* 4. Tab "Descrizione" — la avviciniamo visivamente al blocco prodotto */
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 20px !important;
    padding-top: 30px !important;
    border-top: 1px solid #eee !important;
}

.single-product #tab-description h2 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    background: none !important; /* rimuove lo sfondo verde-oliva se stona col brand */
    padding: 0 0 8px 0 !important;
    margin-bottom: 16px !important;
    border-bottom: 3px solid #c1272d !important;
    display: inline-block !important;
}

.single-product #tab-description p {
    color: #444 !important;
    line-height: 1.7 !important;
    margin-bottom: 14px !important;
}


.single-product .product_meta {
    display: none !important;
}


/* Badge onsale — pagina prodotto singolo */
.single-product span.onsale {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    background-color: #c1272d !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
    padding: 6px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}


/* Descrizione completa spostata sotto la breve descrizione */
.summary .elvis-product-description {
    margin: 20px 0 24px 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.summary .elvis-description-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    padding: 0 0 6px 0;
    margin-bottom: 12px;
    border-bottom: 3px solid #c1272d;
    display: inline-block;
}

.summary .elvis-product-description p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 12px;
}

/* Badge "in offerta" rotondo rosso — pagina prodotto singolo */
.single-product span.onsale {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    background-color: #c1272d !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
    padding: 6px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}


.related.products > h2 {
    display: block !important;
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    margin: 40px 0 24px 0 !important;
}


/* Carosello promo — riquadri uniformi, riutilizzabile su altre pagine */
.ee-promo-carousel-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.ee-promo-carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.6s ease;
}

.ee-promo-carousel-slide {
    flex: 0 0 calc(33.333% - 11px);
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.ee-promo-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .ee-promo-carousel-slide {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 575px) {
    .ee-promo-carousel-slide {
        flex: 0 0 100%;
    }
}

/* ===== FORM CONTATTI CONDIVISO (Contact Form 7) — ELVIS ENTERPRISE ===== */

/* Card contenitore: dà respiro e profondità al form */
.wpcf7-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

/* Layout dei campi affiancati */
.wpcf7-form .flex {
    display: flex;
    gap: 24px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.wpcf7-form .itm.row {
    flex: 1 1 220px;
    min-width: 200px;
}
/* Layout campi affiancati — nome/email restano appaiati anche su mobile */
.wpcf7-form .flex {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.wpcf7-form .itm.row {
    flex: 1 1 140px;
    min-width: 140px;
}

/* Solo sotto i 420px (mobile molto stretto) i campi vanno in colonna */
@media (max-width: 420px) {
    .wpcf7-form {
        padding: 24px 18px;
    }
    .wpcf7-form .flex {
        flex-direction: column;
        gap: 16px;
    }
    .wpcf7-form .itm.row {
        min-width: 100%;
    }
}

/* Titolo e sottotitolo del form */
.wpcf7-form p:first-of-type,
.wpcf7-form > p > strong {
    color: #1a1a1a;
}

/* Checkbox consenso — più leggibile e allineata */
.wpcf7-form .wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 6px 0 24px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #c1272d;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
}

/* Bottone invio — coerente col brand, con micro-interazione */
.wpcf7-form input[type="submit"] {
    width: 100%;
    background: #c1272d;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
    box-shadow: 0 6px 16px rgba(193, 39, 45, 0.25);
}

.wpcf7-form input[type="submit"]:hover {
    background: #9e1f24;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(193, 39, 45, 0.32);
}

.wpcf7-form input[type="submit"]:active {
    transform: translateY(0);
}

/* Messaggi di validazione/errore CF7, più discreti ma leggibili */
.wpcf7-form .wpcf7-not-valid-tip {
    color: #c1272d;
    font-size: 13px;
    margin-top: 4px;
}

.wpcf7-form .wpcf7-response-output {
    border-radius: 10px !important;
    padding: 14px 18px !important;
    font-size: 14px;
}

/* Responsive: campi affiancati vanno in colonna sotto i 768px */
@media (max-width: 767px) {
    .wpcf7-form {
        padding: 28px 20px;
    }
    .wpcf7-form .flex {
        flex-direction: column;
        gap: 18px;
    }
}

/* Bottone invio — specificità aumentata per vincere sullo stile nero del tema */
.wpcf7-form input.wpcf7-submit[type="submit"] {
    background-color: #c1272d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
    box-shadow: 0 6px 16px rgba(193, 39, 45, 0.25);
}

.wpcf7-form input.wpcf7-submit[type="submit"]:hover {
    background-color: #9e1f24 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(193, 39, 45, 0.32);
}

.wpcf7-form input.wpcf7-submit[type="submit"]:active {
    transform: translateY(0);
}




/* Fix compattezza form CF7 — elimina i <br> e i <p> vuoti generati da wpautop
   tra i blocchi div.flex del form (causa reale dei vuoti enormi su mobile) */
.wpcf7-form br {
    display: none !important;
}

.wpcf7-form p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wpcf7-form p {
    margin: 0 0 4px 0 !important;
}

@media (max-width: 767px) {
    .wpcf7-form .itm.row,
    .wpcf7-form span.wpcf7-form-control-wrap {
        min-height: 0 !important;
        height: auto !important;
    }

    .wpcf7-form .flex {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        margin-bottom: 4px !important;
    }

    .wpcf7-form .itm.row {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .wpcf7-form .wpcf7-form-control[type="text"],
    .wpcf7-form .wpcf7-form-control[type="email"],
    .wpcf7-form .wpcf7-form-control[type="tel"],
    .wpcf7-form select.wpcf7-form-control {
        margin-bottom: 14px !important;
    }

    .wpcf7-form textarea.wpcf7-form-control {
        min-height: 90px !important;
        margin-bottom: 14px !important;
    }
}




/* ===== MOBILE — reset gutter generale + bleed per la row CTA ===== */
@media (max-width: 767px) {
    /* Azzera il gutter standard di WPBakery su TUTTE le colonne, non solo quelle con offset */
    .wpb_column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* La row CTA esce a piena larghezza, ignorando il container del tema */
    .vc_custom_ee_liv_cta_row {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        width: 100vw !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }

    /* Colonne con offset: restano a piena larghezza (regola già presente, confermata) */
    .wpb_column[class*="vc_col-sm-offset"],
    .wpb_column[class*="vc_col-md-offset"],
    .wpb_column[class*="vc_col-lg-offset"] {
        width: 100% !important;
        margin-left: 0 !important;
    }

    /* Margine verticale sulle immagini arrotondate */
    .ee-alt-image,
    .ee-feature-image,
    .ee-card-image,
    .ee-cta-image {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}