/* Match the operations bar to the header content before deferred scripts run. */
@media (min-width: 850px) {
  .pak-ops-bar__inner {
    width: calc(100% - 32px);
    max-width: 1240px;
    margin-inline: auto;
  }
}
