/* PMP Create Pro v227 — narrow catalog command header */
@media (max-width: 360px) {
  .create-design-shell {
    grid-template-rows: 112px minmax(0, 1fr);
  }

  .create-design-head {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    grid-template-rows: 46px 36px;
    align-content: center;
    gap: 8px 10px;
    padding: 8px 10px;
  }

  .create-design-head .create-search {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    height: 42px;
    margin: 0;
  }

  .create-design-head .create-search input {
    min-width: 0;
    font-size: 12px;
  }

  .create-design-head .new-blank-job {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 34px;
    justify-self: stretch;
  }

  .create-design-head .create-design-close {
    grid-column: 2;
    grid-row: 2;
    width: 42px;
    height: 34px;
    align-self: center;
  }

  .catalog-compare-tray {
    bottom: -8px;
    padding-bottom: max(11px, env(safe-area-inset-bottom));
  }
}
