/* Fuerza layout apilado y centrado para la ficha */
.tarotista-single{max-width:900px;margin:60px auto!important;padding:0 20px 80px;text-align:center}
.tarotista-single .tarotista-header{display:flex;flex-direction:column;align-items:center;gap:14px}
.tarotista-single .tarotista-header img{width:320px;height:auto;max-width:85vw;border-radius:16px;object-fit:cover}
.tarotista-single .estado{display:inline-block;margin-top:8px;padding:.35em .6em;border-radius:999px;font-weight:700;font-size:12px}
.tarotista-single .tarotista-descripcion{margin-top:18px;line-height:1.7;font-size:1.05rem}
.tarotista-single .tarotista-descripcion p{margin:.6em 0}
.tarotista-single nav{margin-top:28px}
