.lotto__date {
  font-size: 10px;
  color: #212121;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
  margin: 0;
}
.lotto__date p {
  margin: 0;
}
.lotto__date:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
  background-image: url("/images/nova/icons/icon-clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lotto {
  background-color: #f8da17;
  margin-bottom: 16px;
}
.lotto .adslot-header {
  color: #000;
}
.lotto__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 16px 0;
}
.lotto__info .image-url {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 16px;
}
.lotto__info--content .title {
  font-family: "proximanova-bold", sans-serif;
  font-size: 16px;
  color: #000;
}
.lotto__info--content p {
  margin: 0;
  font-size: 14px;
}
.lotto__btn {
  background-color: #f8da17;
  padding: 0 0 16px;
  text-align: center;
  margin: 10px 0 0;
}
.lotto__btn .btn {
  font-size: 15px;
  background-color: #212121;
  color: #fff;
  font-family: "proximanova-regular", sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: block;
  margin: 0 16px;
}
.lotto__btn .btn:hover,
.lotto__btn .btn:focus,
.lotto__btn .btn:active {
  background-color: #080808;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.lotto__btn .btn:disabled,
.lotto__btn .btn [disabled="disabled"] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.lotto__date {
  color: #fff;
  font-family: "proximanova-bold", sans-serif;
}
.lotto__date:before {
  background-image: url("/img/icons/icon-time-white.svg");
}
