/* BoatDossier — gedeelde navigatiestijlen
   Laad op iedere vervolgpagina die een .banner-back gebruikt.
*/

.banner-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-radius: 6px;
  flex-shrink: 0;
}

.banner-back:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
