.wrap-attachments:has(.ion-attachments-empty) {
  display: none;
}

.ion-attachments-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ion-attachments-list.ion-attachments-list--three {
  justify-content: space-between;
}

.ion-attachments-list.ion-attachments-list--column {
  width: fit-content;
  flex-direction: column;
}

.ion-attachments-list.ion-attachments-list--column .ion-attachments-separator {
  display: none;
}

.ion-attachments-list .ion-attachments-separator {
  color: var(--mfn-woo-themecolor);
}

.ion-attachments-link::before {
  font-family: 'Font Awesome 5 Free';
  color: var(--mfn-woo-themecolor); 
  font-weight: 900;
  margin-right: 8px;
}

.ion-attachments-link:hover {
  text-decoration: none;
}

.ion-attachments-link:hover strong {
  text-decoration: underline;
}

.ion-attachments-link.ion-attachments-link--manual::before {
  content: "\f46d";
}

.ion-attachments-link.ion-attachments-link--datasheet::before {
  content: "\f7d9";
}

.ion-attachments-link.ion-attachments-link--productbeschrijving::before {
  content: "\f036";
}

/* Mobile & Tablet */
@media only screen and (max-width: 1024px) {
  .ion-attachments-list {
    flex-direction: column;
  }

  .ion-attachments-list .ion-attachments-separator {
    display: none;
  }
}
