.mapped-button {
  display: inline-flex;
  align-items: center;
  gap: 1em;
}
.mapped-button.wide,
.mapped-button:has(.wide) {
  display: flex;
}
.mapped-button .marker {
  flex: 0 0 auto;
  color: #fff;
}
.mapped-button .marker svg,
.mapped-button .marker img {
  width: 2.2em;
  height: 2.2em;
}
.mapped-button .site-button {
  flex: 1 1 auto;
}
