/* 타로카드 — 고유 레이아웃만 (박스/버튼/배경은 style_tools_base.css 통일) */
.wrap{ max-width:100%; padding:0 0 70px; }

.tarot-head{ text-align:center; margin-bottom:24px; }
.tarot-title{ font-size:38px; font-weight:800; margin:0; letter-spacing:-.02em; }
.tarot-sub{ margin:8px 0 0; color:#6b7280; font-size:13px; }

.tarot-spread{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:22px; }
.tarot-card{ border:1.5px solid #e2e8f0; border-radius:14px; padding:24px 16px; text-align:center; background:#fff; }
.tc-pos{ font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:#6b7280; margin-bottom:14px; }
.tc-icon{ font-size:46px; margin-bottom:14px; line-height:1; }
.tc-icon.rev{ display:inline-block; transform:rotate(180deg); }
.tc-name{ font-size:21px; font-weight:800; margin-bottom:3px; color:#111827; }
.tc-en{ font-size:12px; color:#9ca3af; margin-bottom:14px; }
.tc-mean{ font-size:13px; color:#374151; line-height:1.6; }

.tarot-bar{ text-align:center; }
.tarot-draw{ background:#111827; color:#fff; border:none; padding:11px 26px; font-weight:700; font-size:14px; cursor:pointer; }
.tarot-draw:hover{ background:#374151; }

@media (max-width:560px){
  .tarot-spread{ grid-template-columns:1fr; gap:12px; }
  .tarot-title{ font-size:30px; }
}
