    .section-box {
      background-color: #ffffff;
      border: 2px solid #e0e0e0;
      border-radius: 8px;
      padding: 2rem;
      margin-bottom: 2rem;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    .section-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      color: #05263e;
    }

    .section-title i {
      margin-right: .5rem;
      color: #05263e;
    }

    textarea {
      min-height: 120px;
    }

    .card-body p {
      margin-bottom: .8rem;
    }

    .btn-primary {
      background-color: #0066cc;
      border-color: #005ca1;
    }

    .btn-primary:hover {
      background-color: 
      #005ca1;
      border-color: #004b87;
    }

  .document-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
    /*max-width: 740px;  due box per riga */
    /*margin: 0 auto;*/
    padding: 16px 0;
    padding-left: 2rem; 
    padding-right: 2rem;
    font-size: 90%;

  }

  .document-item {
    width: 420px;
    height: 100px; /* imposta altezza fissa (adatta come serve) */
    min-width: 420px;
    max-width: 420px;
    min-height: 100px;
    max-height: 100px;
    flex: 0 0 auto;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .document-item > .d-flex {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .section-box {
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  }

  .icon-svg-custom-blue {
    fill: #005ca1;
  }

  .icon-svg-custom-white {
    fill: #ffffff;
}


