#sectionNews {
  margin-top: 0;
}

.newsLine.newsClose {
  margin-top: 2.4rem;
  justify-content: flex-end;
}

.newsDate {
  width: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  justify-content: flex-end;
}

.newsDateDouble {
  width: auto;
  min-width: auto;
  max-width: none;
}

#newsWrapper, #newsWrapperCloser {
  max-width: 40rem;
}

#newsWrapperCloser {
  width: 100%;
}

.newsLine {
  margin-top: 0.5rem;
}

.newsLineClose {
  width: 100%;
  margin-top: 2.8rem;
  background-color: var(--color-primary-fill);
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  flex-direction: column;
}

#newsWrapperCloser > .newsLineClose:first-child {
  margin-top: 1rem;
}

.newsBullet {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--color-primary-text);
  display: none;
}

.newsText > a {
  font-weight: bold;
  font-style: normal;
}

.year {
  font-size: 1.2rem;
}

.month {
  margin-top: 2.4rem;
}

#ttButton {
  background-color: var(--color-primary-light);
}

#quickStart.clearBG {
  background-color: var(--color-primary-light);
}

.newsCloserW {
  padding-bottom: 1rem;
  background-color: var(--color-primary-fill);
  display: flex;
  justify-content: center;
}

.newsCloser, .closerImg, .closerImgMobile {
  width: 100%;
  min-width: 10rem;
  max-width: 32rem;
}

.closerImgMobile {
  max-width: 16rem;
}

.newsCloser {
  line-height: 1.3;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.closerImg, .closerImgMobile {
  padding: 0.5rem;
  border: 0.1rem solid var(--color-primary-border);
  background-color: white; /* img bg white even for dark */
}

.newsIconHeading {
  margin-bottom: 0.5rem;

  display: flex;
  align-items: center;
}

.newsIconHeadingText {
  margin-left: 0.5rem;
}
