/* Compact alert affordance: severity belongs to the icon, not a colored tile. */
/* A row may move to the top after its updatedAt changes. Do not let the
   browser follow that row as a scroll anchor while the user edits the list. */
html body main.workspace.creatives-active {
  overflow-anchor: none;
}
html body main.workspace.creatives-active .creative-layout .creative-title-with-big-status > .creative-risk-badge {
  background: transparent !important;
  box-shadow: none !important;
}
html body main.workspace.creatives-active .creative-layout .creative-risk-badge svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.8;
}
/* Give the thumbnail more of the row's vertical space, with room for duration. */
html body main.workspace.creatives-active .creative-layout .creative-table-row .creative-name-cell {
  grid-template-columns: 88px minmax(0, 1fr) !important;
}
html body main.workspace.creatives-active .creative-layout .creative-name-cell > :is(.thumb, .creative-preview) {
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
  border-radius: 12px !important;
}
