/* Keep the guest register/login divider visually distinct from the login icon. */
@media (max-width: 900px) {
  html body #root .guest-shell .guest-join-card > .guest-join-action:last-child > span {
    border-radius: 999px !important;
    color: #b88a2d !important;
    background: rgba(246, 236, 213, 0.78) !important;
  }

  html body #root .guest-shell .guest-join-card > .guest-join-action:last-child > span > svg {
    display: none !important;
  }

  html body #root .guest-shell .guest-join-card > .guest-join-action:last-child > span::before {
    content: "\2192";
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    transform: translateY(-1px);
  }
}
