.mobile-page-back {
  box-sizing: border-box;
  display: flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex: 0 0 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-page-back img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: none;
  filter: none;
}

.mobile-page-back:focus-visible {
  outline: 2px solid #e9b54b;
  outline-offset: 2px;
}
