body {
  margin: 0;
  padding: 0;
}

.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Helvetica, 'sans-serif';
  background-color: #f2f3f8;
  color: #5e6278;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.splash-screen span {
  color: #5e6278;
  transition: none !important;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
  height: 30px !important;
}

[data-theme='dark'] .splash-screen {
  background-color: #151521;
  color: #92929f;
}

[data-theme='dark'] .splash-screen span {
  color: #92929f;
}

/* TODO: Relative paths should be fixed */
.cancellation-offer .cancellation-offer-title {
  background-image: url('./media/svg/subscriptions/product-stars-mobile.svg'),
    linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(201, 220, 209, 1) 100%);
}

.benefit-list ul li::before {
  background-image: url('./media/svg/subscriptions/list-checkmark.svg');
}
.cancellation-offer .cancellation-offer-title-discount {
  background-image: url('./media/img/subscription/cancel/dog-eating-hb-mobile.png');
}

@media only screen and (min-width: 768px) {
  .cancellation-offer .cancellation-offer-title {
    background-image: url('./media/svg/subscriptions/product-stars-desktop.svg'),
      linear-gradient(270deg, rgba(255, 255, 255, 1) 20%, rgba(201, 220, 209, 1) 100%);
  }

  .cancellation-offer .cancellation-offer-title-discount {
    background-image: url('./media/img/subscription/cancel/dog-eating-hb-desktop.png');
  }
}

.cancellation-offer .cancellation-offer-content-product-name {
  background-image: url('./media//svg/subscriptions/product-bg-secondary.svg');
}

.cancellation-offer .product-price-extra {
  background-image: url('./media/svg//subscriptions/product-bg-primary.svg');
}
