body {
  width: 260px;
  margin: 0;
  padding: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #111827;
}

h1 {
  font-size: 14px;
  margin: 0 0 12px;
}

.dcc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #e5e7eb;
}

.dcc-hint {
  font-size: 11px;
  color: #6b7280;
  margin-top: 12px;
  line-height: 1.4;
}
