.tarot-widget{max-width:720px;margin:2rem auto;padding:1.5rem;border:1px solid #eee;border-radius:16px;box-shadow:0 8px 18px rgba(0,0,0,.06);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial;text-align:center}.tarot-card{display:inline-grid;grid-template-columns:200px 1fr;gap:1.2rem;align-items:start;text-align:left}.tarot-card img{width:100%;max-width:200px;height:auto;border-radius:12px;box-shadow:0 6px 14px rgba(0,0,0,.08);background:#fafafa;object-fit:cover;margin:0 auto}.tarot-info h3{margin:.25rem 0 .5rem;font-size:1.25rem}.tarot-info p{margin:0 0 .5rem;line-height:1.5}.tarot-info small{color:#666}@media (max-width:600px){.tarot-card{grid-template-columns:1fr;text-align:center}.tarot-info{text-align:center}}