.tps-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tps-band {
  padding: 12px 0;
}

.tps-pane-shell {
  width: 100%;
  min-height: 40px;
}

.tps-top-row {
  row-gap: 12px;
}

.tps-light-gray {
  background: #f2f2f2;
}

.tps-dark-gray {
  background: #4f5964;
  color: #fff;
}

.tps-blue {
  background: #0f5ea8;
  color: #fff;
}

.tps-white {
  background: #ffffff;
}

.tps-footer-legal .tps-pane-shell,
.tps-dark-gray .tps-pane-shell,
.tps-blue .tps-pane-shell {
  color: inherit;
}

.tps-pane-shell-legal {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tps-terms-shell {
  justify-content: flex-start;
}

#dnn_dnnLOGO_imgLogo,
.brand img,
.dnnLogo img {
  max-width: 100%;
  height: auto;
}

.user-controls {
  margin: 0;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.user-controls li {
  margin: 0;
}

@media (max-width: 991.98px) {
  .tps-band {
    padding: 10px 0;
  }
}
