/* Keep trial access distinct from sign-in and available in the mobile menu. */
.site-header .button-trial {
  color: #1759a2;
  background: #edf4ff;
  border-color: #c9dcf4;
  white-space: nowrap;
}
.site-header .button-trial:hover { background: #dfeeff; border-color: #8eb5e6; }
.site-header .main-nav .mobile-trial-link { display: none; }
@media (min-width: 801px) and (max-width: 1250px) {
  .site-header { gap: 16px; padding-inline: 24px; }
  .site-header .main-nav { gap: 16px; }
  .site-header .nav-actions .button-quiet { display: none; }
  .site-header .nav-actions .button { padding-inline: 12px; font-size: 13px; }
}
@media (max-width: 1040px) {
  .site-header .nav-actions .button-trial { display: none; }
  .site-header .main-nav .mobile-trial-link { display: block; color: #1759a2; font-weight: 800; }
}
