/* statics/css/header-footer-overrides.css */
.global-header__myaccount-link {
  padding-top: 0.8rem;
}
.hide-try-now .global-header__secondary-item:has(a[href*="/products/trial"]) {
  display: none;
}
.global-header__secondary-item:has(.global-header__search-toggle),
.global-header__search {
  display: none;
}
.global-header__secondary-nav {
  padding-right: 0;
}
.global-header__secondary-menu-ctas {
  margin-right: 0;
}

/* statics/css/personalization.css */
.section-vary-link {
  display: none;
}
.user-vary,
.user-vary-link {
  display: none;
}
[data-user-type=anonymous] .user-anonymous-show,
[data-user-type=guest] .user-guest-show,
[data-user-type=authenticated] .user-authenticated-show,
[data-user-type=customer] .user-customer-show {
  display: block;
}
[data-user-type=anonymous] .user-anonymous-show.global-header__secondary-link,
[data-user-type=guest] .user-guest-show.global-header__secondary-link,
[data-user-type=authenticated] .user-authenticated-show.global-header__secondary-link,
[data-user-type=customer] .user-customer-show.global-header__secondary-link {
  display: inline-block;
}
[data-user-type=anonymous] .user-anonymous-hide,
[data-user-type=guest] .user-guest-hide,
[data-user-type=authenticated] .user-authenticated-hide,
[data-user-type=customer] .user-customer-hide {
  display: none;
}
[data-section=academic] .section-academic-show {
  display: inline-block;
}
[data-section=academic] .section-academic-hide {
  display: none;
}
[data-is-pending-activation=true] .user-is-pending-activation-show {
  display: block;
}
[data-is-pending-activation=true] .user-is-pending-activation-hide {
  display: none;
}
[data-lytics-audience-show] {
  display: none;
}

/* statics/css/global.css */
