@import 'https://cdn.shopify.com/extensions/92391bd9-f42f-4f39-a3fb-c93bd568d613/love-loyalty-program-198/assets/loyalty-page-rules.css?v=5';

.ll__loyalty-page-vip-tiers-ho4ed3 {
  padding: 64px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ll__loyalty-page-vip-tiers-ho4ed3 h2 {
  font-size: 32px;
  margin: 0 0 16px 0;
  font-weight: 500;
}

.ll__loyalty-page-vip-tiers-ho4ed3 .ll__illustrated-block {
  display: block;
  background: transparent;
  height: 100px;
}

.ll__loyalty-page-vip-tiers-ho4ed3 .ll__illustrated-block > div {
  font-size: 24px;
  font-weight: 500;
}

.ll__tier-cards {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  max-height: fit-content;
}

.ll__tier-card {
  padding: 24px;
  border: 1px solid;
  text-align: left;
  position: relative;
  width: 300px;
}

.ll__tier-card img {
  height: auto;
}

/* This aims to target the VIP status title, I think it would be better if it had a class   */
.ll__tier-card > div > p {
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
}

.ll__current-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px;
  font-size: 12px;
  border-radius: 30px;
  line-height: normal;
}

.ll__benefits {
  margin-top: var(--margin-standard);
  font-size: 16px;
  list-style: none;
  padding: 0;
}

.ll__benefits li {
  display: flex;
  align-items: center;
}

.ll__benefits li svg {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .ll__tier-cards {
    flex-direction: column;
    align-items: center;
  }
}
