.openstudios-page-header {
  height: 156px;
  min-height: 156px;
  background: #102b43;
  color: #fff;
}

.openstudios-page-header > .openstudios-page-header-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1480px;
  height: 100%;
  min-height: 156px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.openstudios-page-header .openstudios-brand {
  display: flex;
  align-items: center;
  gap: 24px;
}

.openstudios-page-header .mark {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 10px 28px rgba(0,0,0,.12);
  color: #fff;
  font: 850 21px/1 Inter,system-ui,sans-serif;
  letter-spacing: .035em;
}

.openstudios-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.openstudios-header-actions a,
.openstudios-header-actions button {
  box-sizing: border-box;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font: 800 12px/1 Inter,system-ui,sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.openstudios-header-actions a:hover,
.openstudios-header-actions button:hover { border-color: #ff9a69; background: rgba(255,255,255,.08); }

@media (max-width: 760px) {
  .openstudios-page-header { height: 124px; min-height: 124px; }
  .openstudios-page-header > .openstudios-page-header-inner { min-height: 124px; padding: 0 20px; }
  .openstudios-page-header .openstudios-brand { gap: 15px; }
  .openstudios-page-header .mark { width: 58px; height: 58px; flex-basis: 58px; border-radius: 13px; font-size: 17px; }
  .openstudios-header-actions a,
  .openstudios-header-actions button { padding: 0 10px; }
}

@media (max-width: 580px) {
  .openstudios-page-header > .openstudios-page-header-inner { gap: 12px; padding: 0 14px; }
  .openstudios-page-header .mark { width: 50px; height: 50px; flex-basis: 50px; font-size: 15px; }
  .openstudios-header-actions { gap: 6px; }
  .openstudios-header-actions a,
  .openstudios-header-actions button { min-height: 38px; padding: 0 8px; font-size: 10px; }
}

@media (max-width: 440px) {
  .openstudios-header-actions a:first-child:not(:last-child) { display: none; }
  .openstudios-header-actions [data-open-whats-new] + a { display: none; }
}
