/* Panel API na /layout — spójny z resztą panelu (bez hsl(var) dla kompatybilności) */
#editorial-makieta-api-panel {
  margin: 0 1.5rem 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  background: #fafafa;
  font-size: 0.8125rem;
  color: #18181b;
}
#editorial-makieta-api-panel .em-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.65rem;
}
#editorial-makieta-api-panel label {
  font-weight: 600;
}
#editorial-makieta-api-panel select {
  min-width: 12rem;
  max-width: 100%;
  padding: 0.35rem 0.5rem;
  border-radius: 0.375rem;
  border: 1px solid #d4d4d8;
  background: #fff;
}
#editorial-makieta-api-panel button.em-btn {
  padding: 0.35rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #d4d4d8;
  background: #f4f4f5;
  cursor: pointer;
  font-size: 0.75rem;
}
#editorial-makieta-api-panel button.em-btn-primary {
  background: #18181b;
  color: #fafafa;
  border-color: #18181b;
}
#editorial-makieta-api-panel .em-status {
  font-size: 0.75rem;
  color: #71717a;
}
#editorial-makieta-api-panel .em-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  max-width: 22rem;
  margin-top: 0.5rem;
}
#editorial-makieta-api-panel .em-cell {
  height: 28px;
  font-size: 0.65rem;
  border-radius: 0.25rem;
  border: 1px solid #e4e4e7;
  background: #fff;
  cursor: pointer;
  padding: 0;
}
#editorial-makieta-api-panel .em-cell.em-cell--on {
  background: #dbeafe;
  border-color: #3b82f6;
}
#editorial-makieta-api-panel ul.em-blocks {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  max-height: 14rem;
  overflow: auto;
}
#editorial-makieta-api-panel ul.em-blocks li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0.25rem;
  border-bottom: 1px solid #e4e4e7;
  font-size: 0.75rem;
}
#editorial-makieta-api-panel ul.em-blocks button.em-del {
  padding: 0.2rem 0.45rem;
  font-size: 0.65rem;
  border-radius: 0.25rem;
  border: none;
  background: #fef2f2;
  color: #b91c1c;
  cursor: pointer;
}
