@import url('/static/common.css');

.redemption-page .page-header {
  background-image: url('/static/as_bg.jpg');
  background-size: cover;
  background-position: 50% 50%;
}

.reviews-section {
  background-color: #ddd;
  background-image: url('/static/as_bg.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: no-repeat;
  background-clip: scroll;
}

.alt-ui .button-outline--secondary {
  border-color: #cb5f85;
  color: #cb5f85;
  background: #fff0f0;
  font-size: 1rem;
}

.cta-button,
.button-primary,
.main-app-bg {
  background-color: #cb5f85;
}

a,
.main-app-color {
  color: #cb5f85;
}

.light-bg {
  background: #fff0f0 !important;
}

.redemption-page .redemption-form .form-submit-btn {
  background: #cc5f84;
}

.primary-text {
  color: #cb5f85;
}

.csp-btn-primary {
  background: linear-gradient(to right, #cc5f84, #cc5f84) !important;
}
