.elementor-6403 .elementor-element.elementor-element-424da920{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6b0b7074 */.tabella-formati {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    font-size: 15px;
    margin: 32px 0;
  }

  .tabella-formati thead tr {
    background-color: #1A3E6A;
    color: #ffffff;
  }

  .tabella-formati thead th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  .tabella-formati tbody tr:nth-child(even) {
    background-color: #f5f8fc;
  }

  .tabella-formati tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }

  .tabella-formati tbody tr:hover {
    background-color: #e8f0fb;
    transition: background-color 0.2s ease;
  }

  .tabella-formati td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    line-height: 1.5;
  }

  .tabella-formati td:first-child {
    font-weight: 600;
    color: #1A3E6A;
    white-space: nowrap;
  }

  /* Responsive: sotto 640px diventa a blocchi */
  @media (max-width: 640px) {
    .tabella-formati thead {
      display: none;
    }

    .tabella-formati tbody tr {
      display: block;
      margin-bottom: 16px;
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    }

    .tabella-formati td {
      display: flex;
      gap: 8px;
      padding: 10px 14px;
      border-bottom: 1px solid #f0f0f0;
    }

    .tabella-formati td:last-child {
      border-bottom: none;
    }

    .tabella-formati td::before {
      content: attr(data-label);
      font-weight: 700;
      color: #1A3E6A;
      min-width: 110px;
      flex-shrink: 0;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      padding-top: 1px;
    }

    .tabella-formati td:first-child {
      background-color: #1A3E6A;
      color: #ffffff;
      font-size: 14px;
    }

    .tabella-formati td:first-child::before {
      display: none;
    }
  }/* End custom CSS */