.biz-report__wrap {
  max-width: 40rem;
  margin: 0 auto;
}

.biz-report__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
}

.biz-report__intro {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4b5563;
}

.biz-report__alert {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.biz-report__alert--error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.biz-report__form {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.biz-report__field {
  margin-bottom: 1.1rem;
}

.biz-report__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.biz-report__input,
.biz-report__textarea {
  display: block;
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 0.9375rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
}

.biz-report__textarea {
  resize: vertical;
  min-height: 8rem;
}

.biz-report__hint {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.biz-report__file {
  font-size: 0.875rem;
}

.biz-report__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.biz-report__submit {
  padding: 0.6rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: #dc2626;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

.biz-report__submit:hover {
  background: #b91c1c;
}

.biz-report__cancel {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
}

.biz-report__cancel:hover {
  color: #111827;
}

.business-profile__report-link {
  display: block;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #e5e7eb;
  font-size: 0.75rem;
  text-align: center;
}

.business-profile__report-link a {
  color: #9ca3af;
  text-decoration: underline;
}

.business-profile__report-link a:hover {
  color: #dc2626;
}

.business-profile__report-notice {
  margin-top: 1rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.8125rem;
  text-align: center;
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 0.5rem;
}
