/* Final readability and presentation pass for the Daily Check-In page. */
.rg-checkin-hero h1 {
  max-width: none !important;
  white-space: nowrap !important;
  font-size: 23px !important;
  letter-spacing: -0.06em !important;
  line-height: 1 !important;
}

/* The prize artwork already contains the dollar value. */
.rg-reward-catalogue .rg-reward[data-credit-amount]::before { display: none !important; }

/* Keep the next available check-in day as clear as every other day. */
.rg-day:nth-child(2), .rg-day:nth-child(2) small, .rg-day:nth-child(2) b, .rg-day:nth-child(2) span {
  opacity: 1 !important;
  filter: none !important;
}
.rg-day:nth-child(2):not(.is-done) { border-color: #0a843d !important; background: #f7fcf8 !important; }
.rg-day:nth-child(2):not(.is-done) small { color: #345f45 !important; }
.rg-day:nth-child(2):not(.is-done) b { background: #e0f3e6 !important; color: #087638 !important; }
.rg-day:nth-child(2):not(.is-done) span { color: #087638 !important; }

@media (max-width: 370px) { .rg-checkin-hero h1 { font-size: 21px !important; } }
