.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-56614197-2b3c-b17c-b199-05205fc883b7 {
margin-bottom: var(--spacer-4,1.5rem) !important;
}
.lfr-layout-structure-item-96983328-b0c0-506c-2560-2eb55e437700 {
margin-bottom: var(--spacer-5,3rem) !important;
}
 .normativa-card__icon {
    display: block;
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    object-fit: contain;
    flex: 0 0 48px;
  }

.normativa-wrapper-liferay {
  width: 100%;
  font-family: inherit;
  box-sizing: border-box;
}

.normativa-wrapper-liferay *,
.normativa-wrapper-liferay *::before,
.normativa-wrapper-liferay *::after {
  box-sizing: border-box;
}

.normativa-orientamenti {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  font-family: inherit;
}

.normativa-orientamenti__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.normativa-orientamenti__item {
  position: relative;
  margin: 0;
  padding-bottom: 8px;
}

.normativa-orientamenti__item:not(:last-child) {
  margin-bottom: 8px;
}

.normativa-orientamenti__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  margin: 6px auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2028%2018'%3E%3Cpath%20fill='%23c8d2de'%20d='M12.6%2017.2a2%202%200%200%200%202.8%200l9.8-9.8a2%202%200%200%200-2.8-2.8L16%2010.8V2a2%202%200%200%200-4%200v8.8L5.8%204.6A2%202%200%200%200%203%207.4l9.6%209.8z'/%3E%3C/svg%3E");
  opacity: 0.7;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.normativa-orientamenti__item:hover::after {
  animation: arrow-bounce 0.4s ease;
  opacity: 1;
}

@keyframes arrow-bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(2px);
  }
}

.normativa-card {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background-color: #f6f8fb;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.normativa-card:hover,
.normativa-card:focus {
  background-color: #eef4fa;
  border-color: #c3d3e3;
  box-shadow: 0 2px 6px rgba(34, 72, 116, 0.08);
  transform: translateY(-1px);
  text-decoration: none;
}

.normativa-card:focus-visible {
  outline: 3px solid #2f6fad;
  outline-offset: 2px;
}

.normativa-card__icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.normativa-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.normativa-card__title {
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #163a5c;
}

.normativa-card__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #4b5b6b;
}

.normativa-card--eu {
  background-color: #dfe8f4;
}

.normativa-card--primary {
  background-color: #eef1f7;
}

.normativa-card--secondary {
  background-color: #f4f6fa;
}

.normativa-card--esma {
  background-color: #f7f8fb;
}

.normativa-card--consob {
  background-color: #fafbfd;
}

.normativa-card--eu:hover,
.normativa-card--eu:focus {
  background-color: #d7e2f0;
}

.normativa-card--primary:hover,
.normativa-card--primary:focus {
  background-color: #e6ebf4;
}

.normativa-card--secondary:hover,
.normativa-card--secondary:focus {
  background-color: #edf1f6;
}

.normativa-card--esma:hover,
.normativa-card--esma:focus {
  background-color: #f0f3f8;
}

.normativa-card--consob:hover,
.normativa-card--consob:focus {
  background-color: #f3f6fa;
}

/* Fix mobile per Liferay / griglie legacy */

@media (max-width: 768px) {
  .normativa-wrapper-liferay {
    position: relative;
    z-index: 1;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 16px;
    overflow: visible;
  }

  .normativa-orientamenti {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .normativa-orientamenti__item {
    padding-bottom: 6px;
  }

  .normativa-orientamenti__item:not(:last-child) {
    margin-bottom: 6px;
  }

  .normativa-orientamenti__item:not(:last-child)::after {
    width: 20px;
    height: 10px;
    margin-top: 5px;
  }

  .normativa-card {
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
  }

  .normativa-card:hover,
  .normativa-card:focus {
    transform: none;
  }

  .normativa-card__icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-top: 2px;
  }

  .normativa-card__title {
    font-size: 15px;
    line-height: 1.25;
  }

  .normativa-card__description {
    font-size: 13px;
    line-height: 1.35;
  }
}

@media (max-width: 380px) {
  .normativa-wrapper-liferay {
    padding: 0 12px;
  }

  .normativa-card {
    gap: 8px;
    padding: 12px;
  }

  .normativa-card__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .normativa-card__title {
    font-size: 14px;
  }

  .normativa-card__description {
    font-size: 12px;
  }
}
