.rexas-presale {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px 0;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  background: #f1ede6;
}

@media (min-width: 540px) {
  .rexas-presale {
    padding: 32px;
  }
}

.rexas-presale__logo {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 10;
  width: 120px;
  height: 85px;
}

@media (min-width: 540px) {
  .rexas-presale__logo {
    width: 240px;
    height: 170px;
  }
}

@media (min-width: 600px) {
  .rexas-presale__logo {
    top: 24px;
  }
}

.rexas-presale__title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-linear-gradient(41deg, #ff4b85 80%, #ff6747);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.rexas-presale__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 8px 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 900px) {
  .rexas-presale__list {
    grid-template-columns: 260px 260px;
  }
}

.rexas-presale__list li {
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #414242;
  background-image: url("check.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 0 5px;
}

.rexas-presale__footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.rexas-presale__button {
  order: 2;
  display: block;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 3px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  background: linear-gradient(73deg, #ff4b85 62%, #ff6747);
  box-shadow: 0 3px 0 0 #e34074;
}

.rexas-presale__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.rexas-presale__rating {
  order: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #414242;
}

.rexas-presale__rating span {
  display: none;
}

@media (min-width: 435px) {
  .rexas-presale__rating {
    order: 3;
  }
}

@media (min-width: 540px) {
  .rexas-presale__rating span {
    display: block;
  }
}
