/* PMP Create Pro v374 — readable production cards on phone-sized workspaces. */
@media (max-width: 520px) {
  #createDesignDialog #designFormatArea[data-catalog-card-view="production"] .format-card-main {
    grid-template-columns: minmax(0, 1fr);
  }

  #createDesignDialog #designFormatArea[data-catalog-card-view="production"] .format-art {
    min-height: 168px;
    border-radius: 10px 10px 0 0;
  }

  #createDesignDialog #designFormatArea[data-catalog-card-view="production"] .format-card-copy {
    padding: 16px 15px 14px;
  }

  #createDesignDialog #designFormatArea[data-catalog-card-view="production"] .format-production-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 350px) {
  #createDesignDialog #designFormatArea[data-catalog-card-view="production"] .format-art {
    min-height: 150px;
  }
}
