/* Navigation only: keep the existing game workspace dimensions unchanged. */
.cr-app[data-tray-ui] .cr-header-actions .cr-weekly-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.cr-weekly-link svg { display: none; }
.cr-app[data-tray-ui] .cr-header-actions .cr-weekly-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.cr-weekly-link:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.cr-app[data-tray-ui] .cr-header-actions .cr-button { font-size: 16px; min-height: 44px; font-weight: 650; }
@media (max-width: 700px) {
  .cr-app[data-tray-ui] .cr-header { flex-wrap: wrap; padding-block: 10px; }
  .cr-app[data-tray-ui] .cr-header-actions { width: 100%; justify-content: flex-end; gap: 10px; }
  .cr-app[data-tray-ui] .cr-header-actions .cr-weekly-link,
  .cr-app[data-tray-ui] .cr-header-actions .cr-button { font-size: 15px; }
}
