.footer-link {
  font-size: 12px;
  font-weight: normal;
  color: #201f1e;
}
.footer-link:hover {
  text-decoration: underline;
}
#ot-sdk-btn {
  font-family: "Basis Grotesque" !important;
  font-size: 0px !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400 !important;
  color: inherit !important;
  padding: 0 !important;
  text-align: left !important;
  background: none !important;
  border: none !important;
  min-width: auto;
}
#ot-sdk-btn::before {
  content: "Your Privacy Choices" !important;
  visibility: visible !important;
  font-size: 12px !important;
}
#ot-sdk-btn:hover {
  text-decoration: underline !important;
}

.footer-revised {
  #ot-sdk-btn::before {
    font-size: 14px !important;
  }

  @media screen and (min-width: 1111px) and (max-width: 1399px) {
    #ot-sdk-btn::before {
      font-size: 12px !important;
    }
  }
}
