#onetrust-pc-sdk.otPcCenter {
  max-width: 850px !important;
  height: auto !important;
  max-height: calc(100vh - 5rem) !important;
  overflow-y: auto !important;
}
@media screen and (max-width: 600px) {
  #onetrust-pc-sdk.otPcCenter {
    height: 100% !important;
    max-height: 100% !important;
  }
}
#onetrust-pc-sdk.otPcCenter #ot-pc-content {
  position: relative;
  top: 0;
  margin-bottom: 20px;
  max-height: 469px;
}
@media screen and (max-width: 600px) {
  #onetrust-pc-sdk.otPcCenter #ot-pc-content {
    max-height: none;
  }
}
#onetrust-pc-sdk button {
  height: 40px !important;
}
#onetrust-pc-sdk .ot-pc-footer {
  max-height: none !important;
  position: relative !important;
}
#onetrust-pc-sdk #ot-pc-lst {
  position: relative;
  top: 0;
}
#onetrust-pc-sdk #ot-pc-lst #ot-lst-cnt {
  max-height: 480px;
}
@media screen and (max-width: 600px) {
  #onetrust-pc-sdk #ot-pc-lst {
    margin-top: 0;
  }
  #onetrust-pc-sdk #ot-pc-lst #ot-lst-cnt {
    max-height: 560px;
  }
}
#onetrust-pc-sdk #ot-fltr-cnt {
  right: 20px;
  left: auto;
  margin-top: -5px;
}
#onetrust-pc-sdk button#accept-recommended-btn-handler {
  margin-bottom: 0px !important;
}
#onetrust-pc-sdk button.save-preference-btn-handler {
  margin-right: 10px !important;