/* Trusted By — 14:585 · 1512 x 236 · 80 + 76 + 80 = 236 */

.trusted {
  width: var(--page-width);
  height: 236px;
  padding: var(--space-6) var(--page-gutter);
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Loghi 14:587 — 1432 x 76, 3 celle da 477.3333 (1432/3), gap 0 */
.trusted__row {
  width: var(--container-width);
  height: 76px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.trusted__cell {
  flex: 1 0 0;
  min-width: 0;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Le tre altezze sono DIVERSE: niente regola globale, dimensioni esplicite. */
.trusted__logo--iren         { width: 73.03851318359375px;  height: 40px; }
.trusted__logo--idealservice { width: 212.11764526367188px; height: 48px; }
.trusted__logo--atzwanger    { width: 257.1428527832031px;  height: 12px; }
