/* Cat names index page: make SEO text align with the content above */
.sct-infotext-left {
  margin: 2rem 0 0 0;
  max-width: none;
  text-align: left;
}

.sct-infotext-left h2,
.sct-infotext-left h3,
.sct-infotext-left p,
.sct-infotext-left ul {
  text-align: left;
}

.sct-infotext-left ul {
  margin-left: 0;
  padding-left: 1.25rem;
}

/* Optional: keep headings visually consistent */
.sct-section-title {
  margin-top: 1.5rem;
}

/* Make the generator list feel like distinct cards */
.sct-toy-list {
  margin-top: 0.9rem;
}

.sct-toy-item {
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.sct-toy-title {
  margin: 0 0 0.35rem 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.sct-toy-link {
  text-decoration: none;
}

.sct-toy-link:hover {
  text-decoration: underline;
}

.sct-toy-sub {
  opacity: 0.85;
  margin-top: 0.25rem;
  line-height: 1.5;
}

/* Small hover lift so it feels clickable */
.sct-toy-item:hover {
  transform: translateY(-2px);
}

.sct-generator-list {
  margin-top: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .sct-toy-item:hover {
    transform: none;
  }
}

