.hxg-featured-offers {
  background: rgb(218 174 65);
}

.hxg-featured-offers,
.hxg-featured-offers * {
  box-sizing: border-box;
}

.hxg-featured-offers__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 18px 62px;
  color: rgb(255 247 225);
  background: rgb(218 174 65);
}

.hxg-featured-offers__intro {
  max-width: 660px;
  margin: 0 auto 38px;
  text-align: center;
}

.hxg-featured-offers__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  color: rgb(216 184 120);
}

.hxg-featured-offers__title {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  color: rgb(0 0 0);
  overflow-wrap: anywhere;
}

.hxg-featured-offers__description {
  max-width: 560px;
  margin: 16px auto 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  color: rgb(96 67 45);
}

.hxg-featured-offers__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  justify-content: center;
  gap: 14px;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 16px;
  border-radius: 6px;
  background: rgb(226 194 132);
}

.hxg-featured-offers__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 250px;
  min-height: 252px;
  padding: 24px 20px 22px;
  border: 1px solid rgb(96 67 45 / 16%);
  border-radius: 6px;
  color: rgb(48 28 29);
  background: rgb(255 245 222);
}

.hxg-featured-offers__card--accent {
  background: rgb(249 232 194);
}

.hxg-featured-offers__card-kicker {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  color: rgb(255 247 225);
  background: rgb(128 45 48);
}

.hxg-featured-offers__card-title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
  color: rgb(48 28 29);
  overflow-wrap: anywhere;
}

.hxg-featured-offers__card-text {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  color: rgb(96 67 45);
  overflow-wrap: anywhere;
}

.hxg-featured-offers__card-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 112px;
  min-height: 30px;
  margin: auto 0 0;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: rgb(255 255 255) !important;
  text-decoration: none;
  border-radius: 4px;
  background: rgb(176 139 67);
  transition:
    background-color 0.18s ease,
    color 0.18s ease;
}

.hxg-featured-offers__card-button:visited,
.hxg-featured-offers__card-button:focus {
  color: rgb(255 255 255) !important;
}

.hxg-featured-offers__card-button:hover {
  color: rgb(128 45 48) !important;
  background: rgb(205 169 96);
}

.hxg-featured-offers__actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hxg-featured-offers__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 42px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  color: rgb(255 255 255) !important;
  text-decoration: none;
  border-radius: 4px;
  background: rgb(176 139 67);
  transition:
    background-color 0.18s ease,
    color 0.18s ease;
}

.hxg-featured-offers__button:visited,
.hxg-featured-offers__button:focus {
  color: rgb(255 255 255) !important;
}

.hxg-featured-offers__button:hover {
  color: rgb(128 45 48) !important;
  background: rgb(205 169 96);
}

.hxg-featured-offers__review-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 34px;
  margin-top: 28px;
}

.hxg-featured-offers__review-badge {
  display: grid;
  justify-items: center;
  min-width: 132px;
  color: rgb(255 255 255);
  text-align: center;
}

.hxg-featured-offers__review-platform {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  color: rgb(255 255 255);
}

.hxg-featured-offers__review-score {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(255 214 45);
}

.hxg-featured-offers__review-stars {
  letter-spacing: 2px;
  color: rgb(255 214 45);
}

.hxg-featured-offers__review-count {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(255 255 255);
}

@media (max-width: 959px) {
  .hxg-featured-offers__inner {
    padding: 36px 12px 44px;
  }

  .hxg-featured-offers__intro {
    margin-bottom: 28px;
    text-align: left;
  }

  .hxg-featured-offers__title {
    font-size: 30px;
  }

  .hxg-featured-offers__description {
    margin-inline: 0;
    font-size: 13px;
  }

  .hxg-featured-offers__card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    padding: 12px;
  }

  .hxg-featured-offers__card {
    width: 100%;
    min-height: 0;
    padding: 18px 16px;
  }

  .hxg-featured-offers__review-badges {
    gap: 12px;
    margin-top: 22px;
  }

  .hxg-featured-offers__review-badge {
    min-width: 118px;
  }
}
