.activity-rewards-banner {
  position: relative;
  width: 100%;
  background-color: rgb(36, 39, 49);
  border: 1px solid rgb(36, 39, 49);
  border-radius: 8px;
  margin-bottom: 20px;
}
.activity-rewards-banner a {
  padding: 16px 16px;
  display: block;
  width: 100%;
  height: 100%;
  white-space: normal;
  color: rgb(165, 169, 180);
  text-decoration: none;
}
.activity-rewards-banner a:hover {
  color: rgb(251, 71, 75);
}
.activity-rewards-banner h3 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 600;
}
.activity-rewards-banner p {
  color: rgb(165, 169, 180);
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0;
}
.activity-rewards-banner img {
  width: 100%;
  max-width: 270px;
  display: block;
  margin: 0 auto 16px;
}

.reward {
  padding: 16px 16px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: rgb(36, 39, 49);
  border: 1px solid rgb(36, 39, 49);
}
.reward:last-child {
  margin-bottom: 0;
}
.reward .received {
  z-index: 1;
  display: none;
}
.reward.active .received {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #ffffff;
  background: rgba(36, 39, 49, 0.85);
  font-weight: 600;
  text-transform: uppercase;
}
.reward .reward-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: rgb(251, 71, 75);
  border-radius: 6px;
}
.reward .reward-day span {
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin-top: 4px;
}
.reward .reward-day i {
  font-size: 0.75rem;
  font-style: normal;
  color: #ffffff;
  opacity: 0.95;
}
.reward .reward-content {
  flex: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  color: rgb(165, 169, 180);
}
.reward .reward-content span:nth-child(1) {
  color: #ffffff;
}
.reward .reward-content span:nth-child(2) small {
  color: rgb(165, 169, 180);
}

/*# sourceMappingURL=style.css.map */
