.elementor-449 .elementor-element.elementor-element-e4ce00d{--display:flex;}#elementor-popup-modal-449{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-449 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-449 .dialog-close-button{display:flex;}#elementor-popup-modal-449 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-6caa07f *//* CARD PRINCIPALE */
.gom-card-popup {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 30px 80px rgba(0,0,0,0.18);
  border: 1px solid rgba(0,0,0,0.06);
  max-width: 680px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Segoe UI", sans-serif;
  color: #1a1a1a;
  overflow: hidden;
  position: relative;
}

/* GRIGLIA: IMG | TESTO */
.gom-card-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

@media (max-width: 600px) {
  .gom-card-grid {
    grid-template-columns: 1fr;
  }
}

/* BLOCCO IMMAGINE */
.gom-card-imgwrap {
  background: radial-gradient(circle at 20% 20%, rgba(12,107,44,0.15) 0%, rgba(0,0,0,0) 70%);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gom-card-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .75rem;
  border: 1px solid rgba(0,0,0,0.07);
  background-color: #fff;
  object-fit: contain;
  /* Suggerimento: usa un ritaglio del visual Ecomondo 2025 (logo + date Rimini) dal link che mi hai dato */
}

/* CONTENUTO TESTO */
.gom-card-content {
  padding: 1.5rem 1.5rem 1.5rem 0;
  position: relative;
}

@media (max-width: 600px) {
  .gom-card-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: center;
  }
}

/* CHIP IN ALTO */
.gom-chip {
  display: inline-block;
  background: #0c6b2c;
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
  padding: .45rem .6rem;
  border-radius: .5rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

/* TITOLO */
.gom-headline {
  margin: 0 0 .75rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #0c6b2c; /* verde ambiente */
}

/* DESCRIZIONE INTRO */
.gom-desc {
  margin: 0 0 1rem;
  font-size: .95rem;
  line-height: 1.4;
  color: #1a1a1a;
}

/* LISTA INFO PADIGLIONE/STAND */
.gom-info {
  list-style: none;
  margin: 0 0 1rem;
  padding: .9rem 1rem;
  background: #f5f5f5;
  border-radius: .75rem;
  border: 1px solid rgba(0,0,0,0.05);
  font-size: .9rem;
  line-height: 1.4;
}

.gom-info li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: .35rem 0;
  border-bottom: 1px solid #e5e5e5;
  gap: .5rem;
}

.gom-info li:last-child {
  border-bottom: 0;
}

.gom-label {
  min-width: 90px;
  font-weight: 600;
  color: #000;
  font-size: .9rem;
}

.gom-value {
  font-weight: 500;
  color: #333;
  font-size: .9rem;
}

/* DESCRIZIONE FINALE */
.gom-desc2 {
  margin: 0 0 1.25rem;
  font-size: .9rem;
  line-height: 1.4;
  color: #1a1a1a;
}

/* BOTTONE CTA */
.gom-cta-btn {
  display: inline-block;
  text-decoration: none;
  background: #0c6b2c;
  color: #ffffff;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2;
  padding: .8rem 1rem;
  border-radius: .75rem;
  box-shadow: 0 16px 30px rgba(12,107,44,.3);
  transition: all .15s ease;
}

.gom-cta-btn:hover {
  filter: brightness(1.08);
  box-shadow: 0 20px 40px rgba(12,107,44,.4);
}

/* PICCOLO DETTAGLIO DECORATIVO (alone verde in bg) */
.gom-card-popup::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle at 30% 30%, rgba(12,107,44,0.15) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}/* End custom CSS */