/* Ensure row has minimum height for Canvas editor drop zone */
.list-block-atl__row {
  min-height: 50px;
}

/* Make empty slot placeholder visible in flexbox context */
.list-block-atl__row .canvas--slot-empty-placeholder {
  min-width: 200px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
