/* Safari button reset for the signed-in My Phuture navigation trigger. */
.pm-auth-trigger {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #dcefff !important;
  font-family: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
}

/*
 * Keep every desktop dropdown open while the pointer crosses the animated
 * space between its trigger and panel. This applies to all six public menus
 * and to the signed-in My Phuture menu.
 */
.pm-nav-group::after,
.pm-guide-nav-group::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -8px;
  right: -8px;
  height: 16px;
}

.pm-nav-panel,
.pm-guide-nav-panel {
  z-index: 2;
}
