@font-face {
  font-family: "Onest";
  src: local("Onest Regular"), local("Onest-Regular"),
    url("./fonts/fonts/Onest-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: local("Onest SemiBold"), local("Onest-SemiBold"),
    url("./fonts/fonts/Onest-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Bold"), local("Onest-Bold"),
    url("./fonts/fonts/Onest-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Medium"), local("Onest-Medium"),
    url("./fonts/fonts/Onest-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.olegtix-best-bets-landing-page,
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Onest", sans-serif;
}

.landing-bonus-wrapper {
  --primary: #9345d8;
  --grey: #bdbdbd;

  background: rgba(35, 35, 35, 1);
  min-height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.landing-bonus {
  max-width: 100%;
  width: 360px;
  display: flex;
  flex-direction: column;
}

.landing-bonus__logo {
  display: flex;
  justify-content: center;
}

.landing-bonus__banner {
  background-color: #333325;
  border-radius: 20px;
  padding: 5px;
  margin-top: 5px;
  background-image: url(/wp-content/plugins/olegtix-landing-best-bets/assets/decor-bg.png);
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
  background-position: center bottom;
  background-repeat: no-repeat;
  flex-direction: column;
  margin-bottom: 5px;
}

.landing-bonus__banner-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.landing-bonus__banner-image img {
  width: 100%;
  height: auto;
}

.landing-bonus__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.landing-bonus__text {
  font-size: 20px;
  max-width: 100%;
  text-align: center;
}

.landing-bonus__bonus {
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  color: #fdff73;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}
.landing-bets__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-bets__button {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 5px;
  gap: 9px;
  transition: all 0.2s;
  border-radius: 10px;
  height: 50px;
  position: relative;
  border: none;
  cursor: pointer;
}

.landing-bets__button:hover {
  opacity: 0.7;
}

.landing-bets__button-logo {
  margin-right: auto;
  position: absolute;
  left: 5px;
  display: flex;
  align-items: center;
}

.landing-bets__button-logo img {
  display: block;
  max-height: 40px;
  width: auto;
}

.landing-bets__button-text {
  display: flex;
  margin-right: auto;
  font-weight: 700;
  margin-left: auto;
  font-size: 15.6px;
  padding-left: 10px;
}
.landing-bonus__day {
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 6px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .landing-bonus__bonus {
    font-size: 45px;
  }
  .landing-bonus__text {
    font-size: 18px;
    margin-top: 10px;
  }
}
