body {
  -webkit-font-smoothing: antialiased;
}

.footer {
  width: 100dvw;
  height: 59px;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  overflow: hidden;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer i {
  margin: 0 0.25rem;
}

.bsa-custom {
  position: static;
}

.modal {
  text-align: center;
}

.modal .close {
  color: #fff;
}

.modal .card-title img {
  width: 210px;
}

.modal .buttons {
  margin-top: 3rem;
}

.modal .btn {
  width: 210px;
  text-align: left;
  font-weight: 600;
}

.modal .btn i {
  margin: 0 0.5rem;
}

.modal a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.modal-header {
  border-bottom: none;
}

.native-ad {
  display: block;
  padding: 10px 20px 8px;
  border-radius: 4px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0, 0%, 0%, .03) 5px, hsla(0, 0%, 0%, .03) 10px) hsla(0, 0%, 0%, .03);
  font-size: 12px;
}

.native-ad a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.native-ad .sponsor {
  position: relative;
  top: -1px;
  padding: 3px 4px 2px;
  margin-right: 4px;
  border: solid 1px currentColor;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  content: "Sponsor";
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1;
}

.native-ad a:hover {
  color: #fff;
  text-decoration: none;
}


@media only screen and (max-width: 991px) {

  .bsa-custom {
    display: none;
  }

}


@media only screen and (max-width: 767px) {
  body {
    margin-top: 0;
  }

  .footer {
    height: 54px;
  }

}
