.brightery-conversion-toolkit-admin {
  max-width: 1100px;
}

.brightery-conversion-toolkit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.brightery-conversion-toolkit-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.brightery-conversion-toolkit-card h2 {
  margin-top: 0;
  font-size: 16px;
}

.brightery-conversion-toolkit-field,
.brightery-conversion-toolkit-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 13px;
}

.brightery-conversion-toolkit-toggle {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.brightery-conversion-toolkit-field input[type="text"],
.brightery-conversion-toolkit-field input[type="number"],
.brightery-conversion-toolkit-field select,
.brightery-conversion-toolkit-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 8px 10px;
  font-size: 13px;
}

.brightery-conversion-toolkit-template-preview {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px dashed #d1d5db;
}

.brightery-conversion-toolkit-template-preview .brightery-conversion-toolkit-toast {
  max-width: 280px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
}

.brightery-conversion-toolkit-template-preview .brightery-conversion-toolkit-template-dark {
  background: #111827;
  color: #f9fafb;
}

.brightery-conversion-toolkit-template-preview .brightery-conversion-toolkit-template-glass {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.brightery-conversion-toolkit-template-preview .brightery-conversion-toolkit-template-gradient {
  background: linear-gradient(135deg, #ffedd5, #fde68a);
}

.brightery-conversion-toolkit-template-preview .brightery-conversion-toolkit-template-neon {
  background: #0f172a;
  color: #38bdf8;
}
