/* Shared account action for all four Phuture templates. */
.pm-header .pm-sign-in,
.pm-guide-header .pm-sign-in {
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 17px;
  margin:0;
  border:1px solid #86d5ff;
  border-radius:0;
  background:transparent;
  color:#eef9ff!important;
  font:700 11px/1.2 Arial,Helvetica,sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
}
.pm-header .pm-sign-in:hover,
.pm-guide-header .pm-sign-in:hover {
  background:#dff3fd;
  color:#08284a!important;
}
.pm-header .pm-sign-in:focus-visible,
.pm-guide-header .pm-sign-in:focus-visible {
  outline:2px solid #86d5ff;
  outline-offset:3px;
}
.pm-brand-home .pm-header-actions-guest {
  display:flex;
  flex:0 0 auto;
}
@media(max-width:700px) {
  .pm-brand-home .pm-header,
  .pm-guide-site .pm-guide-header {
    gap:8px;
    padding-left:12px;
    padding-right:12px;
  }
  .pm-header .pm-image-brand,
  .pm-guide-header .pm-guide-brand {
    width:clamp(112px,30vw,145px);
    min-width:0;
    flex:0 1 auto;
  }
  .pm-header .pm-mobile-menu,
  .pm-guide-header .pm-guide-mobile-menu {
    flex:0 0 auto;
    margin-left:auto;
    margin-right:0;
  }
  .pm-header .pm-sign-in,
  .pm-guide-header .pm-sign-in {
    padding:0 11px;
    font-size:10px;
    letter-spacing:.7px;
  }
}
