    .polopoly_embed {
  max-width: 100% !important;
}

.testing-chart-container {
  font-family: 'CTVSans-Regular', 'CTV Sans', Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 15px;
  border: 0px solid #e3e3e3;
  width: 100%;
  max-width: 850px;
  min-width: 350px;
  box-sizing: border-box;
  line-height: 1.2;
}

.testing-bold {
  font-family: 'CTVSans-Bold', 'CTV Sans', Arial, Helvetica, sans-serif;
}

.testing-chart-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.tooltip {
  position: absolute;
  background: white;
  font-family: 'CTVSans-Regular', 'CTV Sans', Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  padding: 0;
  border: 1px solid #efefef;
  font-size: 14px;
  pointer-events: none;
  max-width: 300px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
  line-height: 1.2;
  z-index: 5;
}

.tip-title {
  text-align: center;
  padding: 5px 10px;
  background: #efefef;
}


.tip-text {
  text-align: left;
  padding: 7px;
}

.testing-chart {
  position: relative;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-auto-rows: 18px;
  column-gap: 7px;
  row-gap: 4px;
}

.testing-country {
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-top: 1px;
}

.testing-country.highlight {
  color: #2c2c2c;
}

.testing-bar-container {
  height: 100%;
  background: #f0f0f0;
}

.testing-bar {
  position: relative;
  background: #1b1b2f;
  height: 100%;
}

.testing-bar:hover {
  opacity: 0.7;
}

.testing-bar.highlight {
  background: #005fff;
}

.testing-number {
  font-size: 13px;
  color: #fafafa;
  position: absolute;
  right: 4px;
  top: 2px;
  pointer-events: none;
}

.testing-source {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin: 8px 0 0;
  opacity: 0.8;
}
