.cards-text-list-container {
  padding: 20px;
  border-radius: 20px;
  aspect-ratio: 12 / 12;
  position: relative;
  margin: 0 0.5rem;
}

.cards-text-list-container h2 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "NativeStories Regular";
  text-transform: uppercase;
}
.cards-text-btn-wrap {
  position: absolute;
  bottom: 25px;
}
/* Purple theme */
.cards-text-list-container.color-purple {
  background-color: #7d57fc;
  position: relative;
  overflow: hidden;
}
/* Logo overlay only for purple */
.cards-text-list-container.color-purple::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -25px;
  width: 250px;
  height: 400px;
  background-image: url(/wp-content/uploads/2025/11/logo-text-cards.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  pointer-events: none;
}

.cards-text-list-container.color-purple h2 {
  color: #cbfd55;
}
.cards-text-list-container.color-purple p {
  color: #fff;
}
.cards-text-list-container.color-purple a {
  border: 1px solid #cbfd55;
  color: #cbfd55;
}
/* Lime theme */
.cards-text-list-container.color-lime {
  background-color: #cbfd55;
}
.cards-text-list-container.color-lime h2 {
  color: #7d57fc;
}
.cards-text-list-container.color-lime p {
  color: #000;
}
.cards-text-list-container.color-lime a {
  border: 1px solid #7d57fc;
  color: #7d57fc;
}
@media only screen and (max-width: 1023px) {
  .cards-text-list-container {
    margin: 0.5rem;
  }
}
