.layout--twocol-section {
  margin: 32px 30px;
}

.newsroom-view-block {
  margin: auto 30px;
}

.newsroom-view-block .title-wrapper {
  width: 100%;
  border-bottom: 2px solid var(--off-black);
}

.newsroom-article-teaser {
  padding-top: 56px;
  padding-bottom: 56px;
  border-bottom: 0.5px solid #C4C4C4;
}

.newsroom-article-teaser a.news-article-teaser-link {
  text-decoration: unset;
  color: unset;
}

.newsroom-article-teaser .news-article-header,
.newsroom-article-teaser .news-article-pub-date {
  text-transform: uppercase;
}

.newsroom-article-teaser  .news-article-item-type{
  /* add style here to differentiate */
}

.newsroom-article-teaser .flex-container {
  display: flex;
  width: 100%;
}

.newsroom-article-teaser .title-and-date-wrapper {
  flex: 1;
}

.newsroom-article-teaser .publisher-logo {
  display: none;
}

.newsroom-view-block .pager {
  text-align: center;
}

.newsroom-view-block .pager .pager__items {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
}

.newsroom-view-block .pager .pager__item {
  display: block;
  white-space: nowrap;
  margin: 10px;
  flex: 1;
}

.newsroom-view-block .pager .pager__item a {
  text-decoration: none;
}

.newsroom-view-block .pager .pager__item.is-active a {
  color: unset;
  text-decoration: underline;
}

.newsroom-view-block .pager .pager__item--last,
.newsroom-view-block .pager .pager__item--first {
  display: none;
}

/* 
This style should only apply to viewports less than
768px (iPad portrait) that are displaying landscape.
*/
@media screen and (orientation: landscape) and (max-width: 767px) {
  .newsroom-article-teaser .publisher-logo {    
    display: block;
    min-width: 100px;
    margin-left: 50px;
    margin-top: 25px;
  }
}

/* desktop */
@media screen and (min-width: 768px) {

  .layout--twocol-section {
    margin: 56px 100px;
  }

  .newsroom-view-block {
    margin: auto 100px;
  }

  .newsroom-article-teaser .publisher-logo {
    display: block;
    margin-left: 100px;
    min-width: 200px;
    text-align: center;
  }

}

@media screen and (min-width: 1000px) {

  .layout--twocol-section {
    margin: 56px 144px;
  }

  .newsroom-view-block {
    margin: auto 144px;
  }

}
