.google-fotos {
  display: block;
  text-decoration: none;
  color: inherit;

  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.google-fotos:hover,
.google-fotos:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.google-fotos-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.google-fotos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.google-fotos-content {
  padding: 1.25rem;
}

.google-fotos-name {
  font-family: "SuisseIntl SemiBold";
  font-size: 22px;
  line-height: 1.3;
}

.google-fotos-motto {
  margin-top: 0.2rem;
  min-height: 1.3em;
  font-family: "SuisseNeue Light";
  font-size: 16px;
  line-height: 1.3;
  color: #777;
}

.google-fotos-stufen {
  margin-top: 0.9rem;
}

/* optional: slightly smaller badges here
.google-fotos-stufen .stufe {
  font-size: 13px;
} */
