.cst-consent-viewer-shell {
  border-top: 1px solid #dce5e8;
  margin-top: 4px;
  padding-top: 16px;
}

.cst-consent-viewer-shell > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  color: #29434d;
  font-size: 11px;
  font-weight: 700;
}

.cst-consent-viewer-shell > header small {
  overflow: hidden;
  color: #758991;
  font-size: 9px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cst-consent-viewer-scroll {
  height: 330px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #d7e2e5;
  border-radius: 8px;
  background: #f4f7f7;
  scrollbar-color: #8ca3aa #e6edef;
  scrollbar-width: auto;
}

.cst-consent-viewer-scroll::-webkit-scrollbar { width: 12px; }
.cst-consent-viewer-scroll::-webkit-scrollbar-track { background: #e6edef; }
.cst-consent-viewer-scroll::-webkit-scrollbar-thumb { background: #8ca3aa; border: 3px solid #e6edef; border-radius: 10px; }

.cst-consent-viewer-scroll iframe {
  display: block;
  width: 100%;
  height: 760px;
  border: 0;
  background: #fff;
}

.cst-consent-viewer-scroll img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.cst-consent-viewer-empty {
  min-height: 328px;
  display: grid;
  place-items: center;
  padding: 30px;
  color: #758991;
  text-align: center;
}
