/* Griglia categorie prestazioni e card prestazione (post d5cc07f) */
.eber-prest-categorie-row + .eber-prest-categorie-row {
  margin-top: 20px;
}

.eber-prest-categorie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0;
}

/* card + pannello accoppiati: su mobile il contenuto resta sotto la card aperta */
.eber-prest-categorie-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

@media (min-width: 640px) {
  .eber-prest-categorie-stack {
    display: contents;
  }
  .eber-prest-categorie-grid .eber-prest-categorie-panel[hidden] {
    display: none !important;
  }
  /*
   * Con display:contents i figli (card/panel) entrano nella griglia.
   * Posizionamento via stack :nth-child (non :first-of-type sulle card:
   * ogni stack ha un solo article, quindi tutte matcherebbero only-of-type).
   * align-self:start evita che height:100% della card si allunghi sulla riga del pannello.
   */
  .eber-prest-categorie-grid > .eber-prest-categorie-stack .eber-prest-categorie-card {
    grid-row: 1;
    align-self: start;
    height: auto;
  }
  .eber-prest-categorie-grid > .eber-prest-categorie-stack .eber-prest-categorie-card .accordi-tipologia-card__link {
    height: auto;
    min-height: 200px;
  }
  .eber-prest-categorie-grid > .eber-prest-categorie-stack:nth-child(odd) .eber-prest-categorie-card {
    grid-column: 1;
  }
  .eber-prest-categorie-grid > .eber-prest-categorie-stack:nth-child(even) .eber-prest-categorie-card {
    grid-column: 2;
  }
  .eber-prest-categorie-grid .eber-prest-categorie-panel.is-active {
    grid-column: 1/-1 !important;
    grid-row: 2 !important;
  }
}
.eber-prest-categorie-card .accordi-tipologia-card__media {
  min-height: 200px;
  background-color: #8f8f8f;
}

.eber-prest-categorie-card.is-active .accordi-tipologia-card__media {
  background-color: var(--color-primary);
}

@media (max-width: 639px) {
  .eber-prest-categorie-grid {
    grid-template-columns: 1fr;
  }
}
.eber-prest-categorie-panel.is-active {
  margin-top: 0;
}

@media (min-width: 640px) {
  .eber-prest-categorie-panel.is-active {
    margin-top: 12px;
  }
}
.eber-prest-categorie-panel {
  scroll-margin-top: 120px;
}

.eber-prest-categorie-panel__inner {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 24px 28px 32px;
}

.eber-prest-categorie-panel__intro {
  margin: 0 0 28px;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #2b2b2b;
}

.eber-prest-categorie-panel__intro p {
  margin: 0 0 12px;
}

.eber-prest-categorie-panel__intro p:last-child {
  margin-bottom: 0;
}

.eber-prest-sottocategoria + .eber-prest-sottocategoria {
  margin-top: 28px;
}

.eber-prest-sottocategoria__title {
  margin: 0 0 16px;
  font-size: 2.4rem;
  line-height: 1.1;
  color: var(--color-primary);
}

.eber-prest-sottocategoria__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.eber-prestazione-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px 20px 56px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-sizing: border-box;
}

.eber-prestazione-item__media {
  display: block;
  min-height: 120px;
  margin: -20px -20px 16px;
  border-radius: 12px 12px 0 0;
  background-color: #d56f4f;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.eber-prestazione-item__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
}

.eber-prestazione-item__body {
  flex: 1 1 auto;
}

.eber-prestazione-item__code {
  margin: 0 0 6px;
  color: var(--color-primary);
  font-size: 1.65rem;
  line-height: 1.1;
}

.eber-prestazione-item__title {
  margin: 0 0 8px;
  font-size: 1.75rem;
  line-height: 1.15;
  color: #2b2b2b;
}

.eber-prestazione-item__title a {
  color: inherit;
  text-decoration: none;
}

.eber-prestazione-item__title a:hover {
  color: var(--color-primary);
}

.eber-prestazione-item__excerpt {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
  color: #2b2b2b;
}

.eber-prestazione-item__link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
}

/* ===========================
   Layout tabellare prestazioni (Figma)
   - Per i dipendenti: #welfare
   - Per le imprese: #sviluppo-imprenditoriale
   =========================== */
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-panel__title,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-panel__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-panel__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-panel__title {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.14);
  color: var(--color-orange, #d56f4f);
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 500;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-panel__title + .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-panel__title + .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-panel__title + .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-panel__title + .eber-prest-categorie-panel__intro {
  margin-top: 0;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare],
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale],
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare],
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale],
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare],
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale],
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare],
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] {
  /* titolo categoria a sinistra + elenco prestazioni a destra */
  /* mantiene la colonna sinistra vuota quando manca il titolo categoria */
  /* freccia | codice + titolo sulla stessa riga (ordine DOM: body, link) */
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-categorie-panel__inner,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-categorie-panel__inner,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-categorie-panel__inner,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-categorie-panel__inner,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-categorie-panel__inner,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-categorie-panel__inner,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-categorie-panel__inner,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-categorie-panel__inner {
  background-color: transparent;
  padding: 0;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-categorie-panel__intro,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-categorie-panel__intro {
  margin-bottom: 28px;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria {
  display: grid;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  column-gap: 40px;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(43, 43, 43, 0.14);
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria + .eber-prest-sottocategoria {
  margin-top: 0;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title {
  margin: 0 !important;
  color: var(--color-orange, #d56f4f);
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 500;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title-spacer,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title-spacer,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title-spacer,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title-spacer,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title-spacer,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title-spacer,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title-spacer,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title-spacer {
  display: block;
  min-height: 1px;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__items,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__items,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__items,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__items,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__items,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__items,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__items,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 32px;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  min-height: unset;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-areas: "link body";
  column-gap: 12px;
  align-items: start;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__media,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__media,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__media,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__media,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__media,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__media,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__media,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__media {
  display: none;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__body,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__body,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__body,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__body,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__body,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__body,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__body,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__body {
  grid-area: body;
  display: block;
  min-width: 0;
  flex: unset;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__code,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__code,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__code,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__code,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__code,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__code,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__code,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__code {
  display: inline;
  margin: 0 0.55em 0 0;
  font-size: 1.55rem;
  line-height: 1.2;
  color: var(--color-orange, #d56f4f);
  white-space: nowrap;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title {
  display: inline;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 400;
  color: #2b2b2b;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title a,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title a,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title a,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title a,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title a,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title a,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title a,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title a {
  color: inherit;
  text-decoration: none;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title a:hover,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title a:hover,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title a:hover,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title a:hover,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title a:hover,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title a:hover,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title a:hover,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title a:hover {
  color: var(--color-orange, #d56f4f);
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__excerpt,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__excerpt,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__excerpt,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__excerpt,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__excerpt,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__excerpt,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__excerpt,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__excerpt {
  display: none;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link {
  grid-area: link;
  align-self: start;
  position: static;
  margin-top: 0 !important;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: solid 2px var(--color-orange, #d56f4f);
  border-radius: 100%;
  background-color: transparent !important;
  background-image: url("/wp-content/uploads/2026/04/ico-arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  padding: 0;
}
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link > span,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link > span,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link > span,
.page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link > span,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link > span,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link > span,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link > span,
.page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link > span {
  display: none;
}
@media (max-width: 1100px) {
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria {
    grid-template-columns: minmax(180px, 36%) minmax(0, 1fr);
    column-gap: 24px;
  }
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__items,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__items,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__items,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__items,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__items,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__items,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__items,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 639px) {
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria + .eber-prest-sottocategoria,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria + .eber-prest-sottocategoria {
    margin-top: 0;
  }
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title-spacer,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title-spacer,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title-spacer,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title-spacer,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title-spacer,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title-spacer,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title-spacer,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title-spacer {
    display: none;
  }
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prest-sottocategoria__title,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prest-sottocategoria__title {
    font-size: 1.7rem;
  }
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
  }
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__code,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__code,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__code,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__code,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__code,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__code,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__code,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__code {
    font-size: 1.25rem;
  }
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__title,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__title {
    font-size: 1.15rem;
  }
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link,
  .page-prestazioni-hero.page-dipendenti .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-dipendenti .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=welfare] .eber-prestazione-item__link,
  .page-prestazioni-hero.page-imprese .eber-prest-categorie--prestazioni-imprese .eber-prest-categorie-grid .eber-prest-categorie-panel[data-anchor-id=sviluppo-imprenditoriale] .eber-prestazione-item__link {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 980px) {
  .eber-prest-categorie-panel:not([data-anchor-id=welfare]):not([data-anchor-id=sviluppo-imprenditoriale]) .eber-prest-sottocategoria__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .eber-prest-categorie-panel:not([data-anchor-id=welfare]):not([data-anchor-id=sviluppo-imprenditoriale]) .eber-prest-sottocategoria__items {
    grid-template-columns: 1fr;
  }
}
.eber-prest-categorie-panel__documenti {
  margin-top: 28px;
}

.eber-prest-categorie-panel__documenti-title {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 1.1;
  color: var(--color-primary);
}

.eber-prest-categorie-panel__documenti-group + .eber-prest-categorie-panel__documenti-group {
  margin-top: 28px;
}

.eber-prest-categorie-panel__documenti-intro {
  margin: 0 0 16px;
  font-size: 1.35rem;
  line-height: 1.35;
  color: #2b2b2b;
}

.eber-prest-categorie-panel__documenti-intro p:last-child {
  margin-bottom: 0;
}

.eber-prest-categorie-panel__documenti-group .eber-allegati-pdf__list--cards {
  margin: 0;
}

@media (max-width: 980px) {
  .eber-prest-categorie-panel__documenti-group .eber-allegati-pdf__list--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .eber-prest-categorie-panel__documenti-group .eber-allegati-pdf__list--cards {
    grid-template-columns: 1fr;
  }
}
.eber-prest-categorie-panel__documenti-intro--categoria {
  margin-bottom: 24px;
}

.eber-prest-categorie-panel__documenti-intro--sottocategoria {
  margin: 0 0 16px;
}

.eber-prest-documenti-cards__gruppo + .eber-prest-documenti-cards__gruppo {
  margin-top: 28px;
}
