.masthead.has-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-title {
  font-size: 24px;
  font-weight: 600;
  color: #1b1b1b;
  white-space: nowrap;
}

/* Push updates dropdown to the right */
.updates-dropdown-container {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.page-title {
  font-size: 32px;  /* increased from 24px */
  font-weight: 600;
  color: #1b1b1b;
  white-space: nowrap;
}