/* ====== 見た目（最低限） ====== */
.tarot-contents{padding: 1.25rem; background:#fff; border-radius:16px; border: 3px solid #f5f5f5; box-shadow:0 6px 18px rgba(0,0,0,.06);}
.tarot-wrap { max-width: 860px; margin: 2rem auto; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.tarot-row { display:flex; gap:1rem; flex-wrap:wrap; align-items:flex-end; }
.tarot-col { flex:1; min-width:220px; }
.tarot-label { display:block; font-size:.9rem; margin-bottom:.2rem; font-weight: bold; }
.tarot-radio { display:flex; gap:1rem; flex-wrap:wrap; }
.tarot-radio label { display:inline-flex; align-items:center; gap:.4rem; cursor:pointer; }
.tarot-btn { appearance:none; border:1px solid #ddd; padding:.7rem 1.1rem; border-radius:12px; cursor:pointer; background:#111827; color:#fff; font-weight:600; }
.tarot-btn[disabled]{ opacity:.6; cursor:not-allowed; }
.tarot-btn.ghost {background: #fff; color: #111827; border: 1px solid #d1d5db; border-radius: 10px; padding: .55rem .9rem; font-weight: 600; cursor: pointer;}
.tarot-card {text-align: center;}
.tarot-card img {
  width:180px;
  height:auto;
  border: none !important;
  border-radius: 0;
}
.tarot-card img.reversed { transform: rotate(180deg); }
.tarot-result{margin-top:2rem;}
.tarot-result-title{ text-align: center; margin: 2rem auto 1rem; padding-top: 2rem; border-top: 3px double;}
.tarot-meta li { font-weight: bold; letter-spacing: .1em;}
.tarot-meta li:first-child{ color: #ff87af; font-size: .9rem; margin: .25rem 0 0;}
.tarot-meta li:last-child{ font-size: 1.2rem; font-weight: bold;}
.post_content .tarot-result h3 { margin:.2rem 0 1rem; padding: 0 0 .5em;}
.post_content h3#pickedTitle{ text-align: center; font-size: 1.3rem;}
.tarot-small { text-align: left;}
.tarot-note { margin-top:.5rem; font-size:.8rem; color:#9ca3af; }
.tarot-select, .tarot-select:focus, .tarot-select:active { width:100%; padding:.6rem .7rem; border-radius:10px; border:1px solid #d1d5db; outline:none; }
/* 動画見た目（任意） */
#tarot-video { width: min(400px, 90%); border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, .15);}
#tarot-video-wrap{margin: 0px auto;}
