.adr-allegati-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  /* border-radius: 16px; */
  padding: 28px;
  max-width: 680px;
  margin: 30px auto;
}

.adr-allegati-box h3 {
  margin-top: 0;
  color: #002b5c;
}

.adr-allegati-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.adr-allegati-lista li {
  border-top: 1px solid #e5e7eb;
}

.adr-allegati-lista li:last-child {
  border-bottom: 1px solid #e5e7eb;
}

.adr-allegati-lista a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 4px;
  color: #002b5c;
  text-decoration: none;
  font-weight: 600;
}

.adr-allegati-lista a::before {
  content: "📎";
  font-size: 20px;
}

/*.adr-allegati-lista a::after {
  content: "Scarica";
  margin-left: auto;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #002b5c;
  border-radius: 999px;
  padding: 6px 12px;
}*/

.adr-allegati-lista a:hover {
  background: #f6f8fb;
}

.adr-allegato-editor {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}