.ff-getting-started {
  background: linear-gradient(135deg, #f8fdfe 0%, #e6f7fa 100%);
  border-radius: 12px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 24px;
  text-align: center;
  margin: 20px 0;
}

.ff-getting-started h3 {
  color: #1e3a8a;
  font-size: 1.25rem;
  margin-bottom: 16px;
  font-weight: 600;
}

.ff-getting-started p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.ff-getting-started .components-button.is-primary {
  background-color: #0ea5e9;
  color: white;
  padding: 8px 16px;
  height: auto;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ff-getting-started .components-button.is-primary:hover {
  background-color: #0284c7;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.ff-template-preview {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
}

.ff-template-preview p {
  color: #64748b;
  margin: 0;
  font-size: 0.875rem;
}

.ff-error {
  color: #ef4444;
  padding: 12px;
  border: 1px solid #fecaca;
  border-radius: 6px;
  background-color: #fee2e2;
  margin: 12px 0;
  font-size: 0.875rem;
}

