
.sandy-tarot-engine {
  margin: 1.5rem 0;
  padding: 1.2rem;
  border: 1px solid #e5e0ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.sandy-tarot-engine__intro p:last-child { margin-bottom: 0; }

.sandy-tarot-engine__question {
  margin: 0 0 1rem;
}

.sandy-tarot-engine__question label {
  display: block;
  font-weight: 600;
  margin-bottom: .4rem;
}

.sandy-tarot-engine__question textarea {
  width: 100%;
  min-height: 68px;
  border: 1px solid #d7cfdd;
  border-radius: 12px;
  padding: .8rem .9rem;
  resize: vertical;
}

.sandy-tarot-engine__actions {
  margin-bottom: .8rem;
}

.sandy-tarot-engine__draw {
  background: #6b4e71 !important;
  border-color: #6b4e71 !important;
  color: #fff !important;
  padding: .55rem 1rem !important;
  border-radius: 999px !important;
}

.sandy-tarot-engine__status {
  min-height: 1.5rem;
  font-size: .95rem;
  color: #6c5f75;
}

.sandy-tarot-result__question {
  margin: .5rem 0 1rem;
}

.sandy-tarot-result__cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

.sandy-tarot-card {
  width: var(--card-width, 180px);
  max-width: 100%;
  text-align: center;
}

.sandy-tarot-card__position {
  font-weight: 700;
  margin-bottom: .5rem;
  color: #5d4867;
  font-size: .95rem;
}

.sandy-tarot-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  display: block;
}

.sandy-tarot-card h3 {
  font-size: 1rem;
  margin: .65rem 0 0;
}

.sandy-tarot-result__text {
  line-height: 1.7;
}

.sandy-tarot-result__saved {
  margin-top: 1rem;
  font-size: .92rem;
  color: #6c5f75;
}

.sandy-tarot-history__item {
  border-top: 1px solid #ece8ef;
  padding: 1rem 0;
}

.sandy-tarot-history__item:first-child {
  border-top: 0;
}

.sandy-tarot-history__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .4rem;
}

.sandy-tarot-history__cards,
.sandy-tarot-history__question {
  margin: .4rem 0;
}

@media (max-width: 767px) {
  .sandy-tarot-engine {
    padding: 1rem;
  }

  .sandy-tarot-result__cards {
    gap: 14px;
  }
}
