.creador-grid {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.creador-actions {
  margin-bottom: 12px;
}

.creador-actions .btn-secondary {
  font-size: 0.85em;
  padding: 4px 10px;
}

.creador-addons {
  margin-bottom: 12px;
}

.creador-addons h4 {
  margin: 0 0 6px;
  font-size: 0.9em;
}

.creador-addon-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.addon-name-input {
  flex: 1;
}

.creador-addon-currency {
  font-size: 0.85em;
}

#btn-add-creador-addon {
  font-size: 0.85em;
  padding: 4px 8px;
}

.creador-footer {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.creador-footer .btn-secondary {
  font-size: 0.8em;
  padding: 4px 10px;
}

#creador-import-input {
  display: none;
}

.creador-preview h4 {
  margin: 0 0 8px;
}

.creador-pkg-header {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.pkg-name-input {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.pkg-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
}

.btn-featured {
  font-size: 0.75em;
  margin-top: 6px;
}

.creador-row-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.row-label-input {
  flex: 1;
  font-weight: bold;
}

.btn-remove-row {
  font-size: 0.9em;
}

.creador-cell {
  border: 1px solid #ddd;
  padding: 6px;
}

.creador-cell.is-excluded {
  opacity: 0.4;
}

.cell-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.cell-toggle-row span {
  font-size: 0.8em;
}

.cell-controls {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stepper-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8em;
}

.stepper {
  display: flex;
  align-items: center;
  gap: 4px;
}

.stepper-count {
  min-width: 14px;
  text-align: center;
}

.preview-table {
  width: 100%;
  border-collapse: collapse;
}

.preview-table thead tr {
  font-weight: bold;
}

.preview-th-featured {
  background-color: #FFF3E0;
}

.preview-th-featured em {
  font-weight: normal;
}

.preview-td-label {
  font-weight: bold;
}

.preview-td-excluded {
  color: #999;
  font-style: italic;
}

.preview-ul {
  margin: 0;
  padding-left: 20px;
}

.preview-addons {
  margin-top: 12px;
}

.preview-addons h4 {
  margin: 0 0 6px;
}
