.tarot-grid{display:flex;flex-wrap:wrap;justify-content:space-between;background-color:rgb(255 255 255 / .1);backdrop-filter:blur(10px);border-radius:12px;padding:20px;box-shadow:0 0 15px rgb(255 255 255 / .3);border:1px solid rgb(255 255 255 / .2);color:#fff;gap:20px}.tarot-column{flex:1 1 calc(33.333% - 20px);text-align:center}.tarot-column img{max-width:100%;height:auto;border-radius:8px;margin:10px 0}.tarot-number{font-size:24px;font-weight:700;margin-bottom:10px}.tarot-button{display:inline-block;background-color:rgb(255 255 255 / .2);color:#fff;border:1px solid rgb(255 255 255 / .3);border-radius:6px;padding:10px 20px;text-decoration:none;box-shadow:inset 0 0 5px rgb(255 255 255 / .2);transition:background-color 0.3s ease}.tarot-button:hover{background-color:rgb(255 255 255 / .3);cursor:pointer}@media (max-width:768px){.tarot-column{flex:1 1 100%}}.tarot-button.disabled{background-color:rgb(255 255 255 / .1);border-style:dashed;cursor:not-allowed}