.journey-presenter { position: relative; }
.journey-unmute-button {
  position: absolute; top: 0.85rem; right: 0.85rem; z-index: 2;
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.58rem 0.8rem; border: 1px solid rgba(255,255,255,.75); border-radius: 999px;
  background: rgba(13, 24, 23, .88); color: #fff; font: inherit; font-size: .88rem; font-weight: 700;
  cursor: pointer; box-shadow: 0 0.4rem 1rem rgba(0,0,0,.25);
}
.journey-unmute-button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.journey-unmute-button[aria-pressed="true"] { background: rgba(255,255,255,.93); color: #10201d; }
@media (max-width: 720px) { .journey-unmute-button { top: .6rem; right: .6rem; font-size: .78rem; padding: .5rem .65rem; } }