body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: #212121;
}

p {
  line-height: 1.4;
  font-size: 1.3rem;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

/* coverage */
.content-container {
  width: 650px;
  margin: 0 auto;
  padding-top: 60px;
}

@media (max-width: 650px) {
  .content-container {
    width: 95%;
  }
}

.page-header {
  text-align: center;
  padding: 50px 0 10px 0;
  font-weight: 800;
  font-size: 2.9rem;
  line-height: 1.3;
}

.page-desc {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 15px;
}

.topic {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3rem;
  background-color: #212121;
  color: #fff;
  display: inline;
  padding: 5px 8px;
  clear: both;
}

.stories-section {
  padding: 15px 0;
}

@media (max-width: 650px) {
  .stories-section {
    width: 95%;
  }
}

.story {
  padding: 0 0 30px 0;
}

.title {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 800;
}

.author {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 10px;
}

.news-org {
  font-size: 1.2rem;
  line-height: 1.3;
}

.dateline {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
