.article main picture img {
  border: 1px solid #0f0f0f;
}

.article main .pagination-placeholder {
  min-height: 95px;
}

.article main .author .blade-text .name-container > a:first-child {
  text-transform: uppercase;
  display: flex;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  align-items: center;
  font-size: var(--heading-font-size-s);
  font-weight: normal;
}

.article main .author .blade-text .name-container > a:first-child h4 {
  padding: 0;
  margin: 0;
  font-size: var(--heading-font-size-s);
  font-weight: normal;
  line-height: 1;
}

.article main .author .blade-text .name-container > a:first-child::before {
  content: 'By';
  color: var(--text-color);
  line-height: 1;
}

.article main .author .blade-text .name-container > a:first-child::after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  border-left: 9px solid red;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  width: 0;
  height: 0;
}

.article main .blade.author p {
  font-size: var(--body-font-size-m);
}

.article main .blade.author > div {
  padding-top: 1rem;
  border-top: 2px dotted var(--color-mid-grey);
  border-bottom: 2px dotted var(--color-mid-grey);
}

.article main .social-share {
  margin: 1rem 0;
}

.article main .to-article-top {
  padding: 0;
  margin: 1rem 0 0;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: .25rem;
}

.article main .to-article-top h3 {
    padding: 0;
    margin: 0;
    line-height: 1;
  }

.article main .up-arrow::before {
  content: '▲';
}

.article main .learn-more {
  margin-top: 1rem;
}

.article main .blade.author {
  margin-top: 1rem;
}

.article main .related-content {
  margin-top: 1rem;
}

.article main .article-author.placeholder {
  width: 150px;
}

.article main .article-date.placeholder {
  width: 200px;
}

.article .ad-wrapper {
  background-color: #fff;
  text-align: center;
  display: block;
  margin-top: calc(-1 * var(--custom-gutter-y));
  padding: 0;
  width: 330px;

  /* hiding to support madness button at top right col */
  
  /* height: 300px; */
}
