.elementor-10641 .elementor-element.elementor-element-5c02383{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:88px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-10641 .elementor-element.elementor-element-5c02383:not(.elementor-motion-effects-element-type-background), .elementor-10641 .elementor-element.elementor-element-5c02383 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("http://www.ramicustom.com/wp-content/uploads/Group-341.png");background-position:0px 100%;background-repeat:no-repeat;background-size:100% auto;}.elementor-10641 .elementor-element.elementor-element-bec3604 > .elementor-widget-container{margin:0px 0px 48px 0px;}.elementor-10641 .elementor-element.elementor-element-bec3604 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-primary );}.elementor-10641 .elementor-element.elementor-element-b575f60 > .elementor-widget-container{margin:0px 0px 48px 0px;}.elementor-10641 .elementor-element.elementor-element-b575f60{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-10641 .elementor-element.elementor-element-5f2a7dd{--grid-columns:1;--grid-row-gap:18px;}@media(max-width:1024px){.elementor-10641 .elementor-element.elementor-element-5c02383:not(.elementor-motion-effects-element-type-background), .elementor-10641 .elementor-element.elementor-element-5c02383 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0%;}.elementor-10641 .elementor-element.elementor-element-5c02383{--margin-top:85px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:60px;--padding-left:25px;--padding-right:25px;}.elementor-10641 .elementor-element.elementor-element-bec3604 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-10641 .elementor-element.elementor-element-b575f60{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-10641 .elementor-element.elementor-element-5f2a7dd{--grid-columns:2;}}@media(max-width:767px){.elementor-10641 .elementor-element.elementor-element-5c02383:not(.elementor-motion-effects-element-type-background), .elementor-10641 .elementor-element.elementor-element-5c02383 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0%;}.elementor-10641 .elementor-element.elementor-element-bec3604 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-10641 .elementor-element.elementor-element-b575f60{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-10641 .elementor-element.elementor-element-5f2a7dd{--grid-columns:1;}}/* Start custom CSS for container, class: .elementor-element-5c02383 *//* Contenitore item */
.gdg-acc-item {
  border-bottom: 1px solid #d7dde8;
  background: #e2e7f0; /* grigio delle voci chiuse */
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* Header (barra cliccabile) */
.gdg-acc-header {
  cursor: pointer;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

/* Contenuto: chiuso di default */
.gdg-acc-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.3s ease, padding-top 0.2s ease, padding-bottom 0.2s ease;
}

/* Link "Leggi di più" */
.gdg-acc-content a {
  display: inline-block;
  margin-top: 12px;
  text-decoration: underline;
}

/* Stato aperto */
.gdg-acc-item.is-open {
  background: #ffffff;
  border: 1px solid #0071ce; /* blu come da screenshot */
}

/* Quando aperto, mostra contenuto */
.gdg-acc-item.is-open .gdg-acc-content {
  max-height: 500px; /* abbastanza per il testo */
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Icona che ruota (se hai un'icona separata) */
.gdg-acc-icon {
  transition: transform 0.2s ease;
}
.gdg-acc-item.is-open .gdg-acc-icon {
  transform: rotate(180deg); /* freccia che punta in su quando aperto */
}
/* Header sempre a due colonne: titolo a sinistra, icona fissa a destra */
.gdg-acc-header {
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
}

/* Icona sempre incollata a destra */
.gdg-acc-icon {
  justify-self: end;
  margin-left: 24px;
  display: flex;
  align-items: center;
}/* End custom CSS */