.forhandler-liste {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.forhandler-liste strong {
  font-size: 20px;
}
.forhandler-liste li {
  background: var(--wp--preset--color--secondary-faded);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
}