.teaser-map{display:inline-flex;padding:.5rem 1rem .5rem .5rem;gap:1rem;background:var(--color-light);box-shadow:0 0 6px 0 #000}.teaser-map__figure{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:0 .75rem;grid-template-areas:"img content" "copy copy"}.teaser-map__copyright{grid-area:copy}.teaser-map__img{grid-area:img;max-width:120px;max-height:90px}.teaser-map__content{grid-area:content;display:flex;flex-direction:column;gap:.5rem}