.sug-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 18px 48px;
}

.sug-crumb {
  margin: 0 0 20px;
  font-size: 14px;
}

.sug-crumb a {
  color: #475569;
  text-decoration: none;
}

.sug-crumb a:hover {
  color: #0f172a;
  text-decoration: underline;
}

.sug-hero {
  margin-bottom: 24px;
}

.sug-title {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.sug-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}

.sug-flash {
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.sug-flash--ok {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.sug-flash--warn {
  background: #fffbeb;
  color: #92400e;
  border: 1px solid #fde68a;
}

.sug-flash--err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.sug-flash code {
  font-size: 12px;
  word-break: break-all;
}

.sug-card {
  background: var(--surface, #fff);
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 16px;
  padding: 20px 18px 22px;
  margin-bottom: 20px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.sug-card-title {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
}

.sug-muted {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}

.sug-hint {
  margin: 0 0 12px;
  font-size: 13px;
  color: #64748b;
}

.sug-actions {
  margin: 0;
}

.sug-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 8px;
}

.sug-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line-strong, #d1d5db);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.55;
  font-family: inherit;
  color: #1e293b;
  resize: vertical;
  min-height: 140px;
}

.sug-textarea:focus {
  outline: 2px solid rgba(59, 130, 246, 0.35);
  outline-offset: 1px;
  border-color: #93c5fd;
}

.sug-form-actions {
  margin: 14px 0 0;
}

.sug-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
}

.sug-btn-primary {
  background: #1e293b;
  color: #fff;
  border-color: #1e293b;
}

.sug-btn-primary:hover {
  background: #0f172a;
  border-color: #0f172a;
}

.sug-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sug-item {
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
}

.sug-item:last-child {
  border-bottom: none;
}

.sug-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 8px;
  font-size: 13px;
}

.sug-item-author {
  font-weight: 600;
  color: #334155;
}

.sug-item-time {
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
}

.sug-item-body {
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
  word-break: break-word;
}

.sug-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  font-size: 14px;
}

.sug-pager-link {
  color: #2563eb;
  text-decoration: none;
}

.sug-pager-link:hover {
  text-decoration: underline;
}

.sug-pager-info {
  color: #64748b;
  font-variant-numeric: tabular-nums;
}

.sug-footer {
  margin-top: 32px;
}

.sug-footer.site-footer {
  padding-top: 0;
}
