.lotto {
  background-color: #f8da17;
  margin-bottom: 16px;
}
.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__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 {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
