.project-feedback-wrapper {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.project-feedback-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.project-feedback-btn::before {
  content: '✏';
  font-size: 0.875rem;
}

.project-feedback-btn:hover {
  color: #374151;
  border-color: #9ca3af;
  background: #f9fafb;
  text-decoration: none;
}

/* Webform: description */
.webform-feedback-description {
  margin-bottom: 1.5rem;
  color: #6b7280;
  font-size: 0.9375rem;
  line-height: 1.6;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1.5rem;
}

/* Webform: project intro markup */
.webform-project-intro {
  margin-bottom: 1.75rem;
  padding: 1rem 1.25rem;
  background: #f3f4f6;
  border-radius: 8px;
  border-left: 3px solid #4b5563;
}

.webform-project-intro p {
  margin: 0 0 0.25rem;
  font-size: 0.8125rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.webform-project-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}
