    .polopoly_embed { 
  max-width: none !important;
}

.covid-deaths-article {
  margin: 20px auto;
  max-width: 922px;
  font-family: 'CTVSans-Regular', 'CTV Sans', sans-serif;
  border: 0px solid #d3d3d3;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
}

.covid-deaths-article p {
  margin-bottom: 18px;
}

.covid-deaths-article h1 {
  font-family: 'CTVSans-Bold', 'CTV Sans', sans-serif;
  line-height: 44px;
  margin: 36px 0;
}
.chart-explanation {
  margin-bottom: 50px;
}

.ctvsans {
  font-family: 'CTVSans-Regular', 'CTV Sans', sans-serif;
}

.bold {
  font-family: 'CTVSans-Bold', 'CTV Sans', sans-serif;
}

.normal {
    font-family: 'CTVSans-Regular', 'CTV Sans', sans-serif;
    font-weight: normal;
}

.covid-death-sub-grid {
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(200px, 300px) );
  gap: 15px 10px;
}

.chart {
  border: 0px solid #d3d3d3;
  background: #fff;
}
.covid-death-main-div {
 margin-bottom: 50px 
}

.covid-death-main-chart {
  height: 400px;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  padding: 15px;
}

.covid-death-sub-chart {
  height: 300px;
}

.covid-new-sub-chart {
  height: 300px;
}

.domain {
  opacity: 0;
}

.tick {
  shape-rendering: crispEdges;
}

.tick line {
  stroke: #ccc;
}

.y-axis .tick {
  stroke-dasharray: 5;
}

.covid-death-legend-container {
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(80px, 1fr) );
}

.covid-death-legend-text {
  margin-top: -3px;
}

.covid-death-legend-div {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 30px 3fr;
  gap: 10px;
}

.covid-death-legend-item {
  width: 20px;
  height: 20px;
  transform: rotate(-45deg)
}

.covid-death-legend-item.average {
  background: #cccccc00;
  border-right: 3px dashed #2c2c2c;
  border-top: 3px dashed #2c2c2c;
}

.covid-death-legend-item.last {
  background: #cccccc00;
  border-right: 3px solid #2c2c2c;
  border-top: 3px solid #2c2c2c;
}

.covid-death-legend-item.current {
  background: #ffe7a600;
  border-right: 3px solid #ffa400;
  border-top: 3px solid #ffa400;
}

.covid-death-legend-item.past {
  background: #ffffff00;
  border-right: 3px solid #d3d3d3d3;
  border-top: 3px solid #d3d3d3d3;
}

.covid-death-legend-item.weekly {
  background: #ffffff00;
}
.covid-death-legend-item.diff {
  transform: rotate(0);
  margin-top: -3px;
}


@media only screen and (max-width: 600px) {
  .covid-deaths-article {
    margin: 20px 10px;
  }

  .covid-death-sub-grid {
    margin: 20px auto;
    grid-template-columns: 1fr;
    gap: 15px 10px;
  }
  .covid-death-legend-container {
    grid-template-columns: 2fr 2fr 4fr 3fr;
  }
  .covid-death-legend-div {
    font-size: 13px;
    grid-template-columns: 2px 30px 1fr;
    gap: 5px;
  }

  .covid-death-legend-item {
    width: 15px;
    height: 15px;
  }
}
