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

.ll__loyalty-page-earn-rules-ho4ed3,
.ll__loyalty-page-redeem-rules-ho4ed3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
  text-align: center;
}

.ll__loyalty-page-earn-rules-ho4ed3 h2,
.ll__loyalty-page-redeem-rules-ho4ed3 h2 {
  font-size: 32px;
  margin: 0 0 16px 0;
  font-weight: 500;
}

.ll__subtitle {
  font-size: 16px;
  margin: 0 0 48px 0;
  color: #666;
}

.ll__loyalty-page-earn-rules-ho4ed3 .ll__rule-list,
.ll__loyalty-page-redeem-rules-ho4ed3 .ll__rule-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  max-height: fit-content;
}

.ll__rule-list .ll__rule-card {
  flex: 0 0 200px;
  padding: 24px;
  border: 1px solid #000000;
  border-radius: 8px;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ll__rule-list .ll__rule-card img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.ll__rule-list .ll__rule-card img[src=''] {
  display: block;
  opacity: 0;
  min-height: 210px;
}

.ll__loyalty-page-redeem-rules-ho4ed3 .ll__rule-list .ll__rule-card,
.ll__reward-carousel-ho4ed3 .ll__rule-list .ll__rule-card {
  cursor: pointer;
}

.ll__rule-card .ll__select-button {
  cursor: pointer;
}

.ll__rule-list .ll__rule-card.disabled,
.ll__rule-card .ll__select-button.disabled {
  cursor: default;
}

.ll__rule-list .ll__rule-card .ll__button {
  margin-top: 16px;
  width: 100%;
  color: #fff;
}

.ll__rule-card .ll__rule-content {
  text-align: left;
}

.ll__rule-card .ll__rule-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.ll__rule-card .ll__rule-description {
  font-size: 14px;
  color: #666;
}

.ll__rule-card .ll__update-button,
.ll__rule-card .ll__select-button {
  background: none;
  border: none;
  padding: 0;
  margin-top: 16px;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: end;
}

.ll__rule-card svg {
  margin-left: auto;
}

.ll__rule-card .ll__update-button {
  font-size: 14px;
  font-weight: 500;
}

.ll__rule-card .ll__select-button svg {
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  .ll__rule-list .ll__rule-card {
    flex: 0 0 calc(100% - 24px);
  }
}
