/*
Theme Name: healing
Description: Business-like theme for no-login hearing sheets (Web制作 / マーケティング / 事前ヒアリング)
Version: 1.4.0
Text Domain: healing
*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700&family=Noto+Sans+JP:wght@400;600&display=swap');

:root{
  --hf-bg: #f7f8fc;
  --hf-surface: #ffffff;
  --hf-text: #2c3e50;
  --hf-muted: #6c757d;
  --hf-border: #e2e8f0;
  --hf-accent-primary: #6a11cb; /* Ultraviolet */
  --hf-accent-secondary: #2575fc; /* Electric Blue */
  --hf-accent-ink: #ffffff;
  --hf-ring: rgba(106, 17, 203, 0.25);
  --hf-ok-bg: rgba(106, 17, 203, 0.1);
  --hf-ng-bg: #fff1f2;

  /* Alias for global theme */
  --bg: var(--hf-bg);
  --surface: var(--hf-surface);
  --text: var(--hf-text);
  --muted: var(--hf-muted);
  --border: var(--hf-border);
  --accent: var(--hf-accent-primary);
}

*{
  box-sizing:border-box;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Noto Sans JP', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header, .site-footer {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 10px rgba(44, 62, 80, 0.05);
}

.site-footer {
  border-top: 1px solid var(--border);
  border-bottom: none;
  box-shadow: none;
}

.site-title a {
  color: var(--text);
  text-decoration: none;
  font-family: 'Shippori Mincho', serif;
}

a {
  color: var(--accent);
}

.idm-hf-wrap td {
  word-break: break-all;
  white-space: normal;
  max-width: 600px;
}