body {
  font-family: "Figtree", sans-serif;
}

main {
  padding: calc(var(--header-height) + 1rem) 1rem 4rem 1rem;
}

.article-outer {
  margin: 0 auto;
  padding-top: 1.5rem;
  min-height: 100vh;
  max-width: 750px;
}

.all-news-link {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  padding: .5rem 1rem;
  color: var(--color-quiver-white);
  font-size: 14px;
}

.all-news-link:hover {
  background-color: #202020;
}

.fa-arrow-left {
  margin-right: .33rem;
  font-size: 12px;
  color: var(--color-quiver-green);
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(20px, 4vw, 36px);
  line-height: 1.4;
  color: white;
  font-weight: 600;
}

.article-content h2 {
  padding: 1.5rem 0 1.25rem;
  font-size: clamp(23px, 3.25vw, 28px);
  color: white;
}

.relevant-tickers {
  display: inline-flex;
  align-items: center;
  margin-bottom: .5rem;
  flex-wrap: wrap;
}

.relevant-tickers a {
  background-color: #202020;
  color: rgb(150, 150, 150);
  padding: .25rem .75rem;
  border-radius: 9999px;
  font-size: 13px;
  font-size: clamp(13px, 2vw, 14px);
  margin-right: .75rem;
  margin-bottom: .5rem;
}

.relevant-tickers a:hover {
  background-color: #303030;
  color: var(--color-quiver-green);
}

.author {
  font-size: 13px;
  font-size: clamp(13px, 2vw, 14px);
  color: rgb(200, 200, 200);
}

.posted {
  display: block;
  padding: 6px 0 1.25rem;
  color: #9e9e9e;
  font-size: 13px;
  font-size: clamp(13px, 2vw, 14px);
}

.article-info {
  padding-bottom: .5rem;
}

.article-image-mask,
.suggested-image-mask {
  position: relative;
  border-radius: 4px;
  height: clamp(200px, 50vw, 375px);
  overflow: hidden;
}

.placeholder-mask {
  border-radius: 4px;
  background-color: #050505;
}

img.article-image {
  opacity: 0;
  transition: opacity .1s;
}

img.article-image,
img.suggested-image {
  border-radius: 2px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}

img.portrait-image {
  width: auto;
  opacity: 1;
}

img.article-placeholder-image {
  width: clamp(200px, 50vw, 350px);
  height: auto;
}

.article-content {
  padding-top: 3rem;
}

.article-content a {
  color: var(--color-quiver-green);
}

.article-content a:hover {
  text-decoration: underline;
}

.article-content p,
.article-content li {
  font-size: 16px;
  font-size: clamp(15px, 2vw, 18px);
  color: rgb(215, 215, 215);
  line-height: 1.6;
  padding-bottom: 2rem;
}

.article-content ul {
  padding: 0rem .75rem 1.75rem 1.5rem;
}

.article-content ul br {
  display: none;
}

.article-content li {
  padding: 0 3rem 1.5rem .125rem;
  list-style-type: disc;
  line-height: 1.6;
  font-size: clamp(15px, 1.9vw, 17px);
}

.article-content li::marker {
  color: var(--color-quiver-green);
}

.article-content ul:nth-of-type(even) li::marker {
  color: #999cde;
}

.article-content span,
.article-content b {
  display: block;
  font-size: 20px;
  font-size: clamp(23px, 3.25vw, 26px);
  color: white;
  font-weight: 500 !important;
  padding-bottom: 1.75rem;
}

.article-content i {
  display: block;
  font-size: 13px;
  color: rgb(150, 150, 150);
  padding: 1.5rem 0;
}

.article-content img {
  margin: 1rem 0;
}

.custom-banner-ad {
  display: block !important;
}

.author-bio {
  padding-bottom: 4rem;
}

.author-bio strong {
  color: rgb(200, 200, 200);
  font-size: 16px;
  font-size: clamp(16px, 2vw, 17px);
  font-weight: 400;
}

.author-bio p {
  padding-top: .5rem;
  font-size: 16px;
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 300;
  color: rgb(200, 200, 200);
  line-height: 1.6;
}

.google-news-follow {
  display: block;
  margin: .25rem auto 4rem auto;
  border-radius: 4px;
  padding: 1.4rem;
  max-width: 800px;
  background-color: #000;
  color: var(--color-quiver-white);
}

.google-news-follow p {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  margin: 0 auto;
  max-width: 715px;
  line-height: 1.6;
  font-style: italic;
  font-size: clamp(13.5px, 2vw, 18px);
}

.google-news-follow img {
  min-width: 165px;
  width: clamp(165px, 20vw, 170px);
  max-width: 170px;
}

.suggested-title {
  display:block;
  padding: 0 0 1.5rem 0;
  font-weight: 500;
  font-size: clamp(17px, 2vw, 20px);
  color: #999cde;
  line-height: 1.5;
}

.suggested-articles {
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

.suggested-articles-inner {
  display: flex;
  justify-content: space-around;
}

.suggested-article {
  display: flex;
  width: 33.33%;
  max-width: 400px;
  padding: 0 1rem;
}

.suggested-image-mask {
  min-width: 100px;
  height: 100px;
  margin-right: 1rem;
}

.suggested-image-mask .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.suggested-image {
  height: 100%;
}

img.suggested-placeholder-image {
  width: 60px !important;
  height: auto;
}

.suggested-article strong {
  font-weight: 500;
  font-size: clamp(14.5px, 2vw, 16px);
  color: var(--color-quiver-white);
  line-height: 1.5;
}

.suggested-article:hover strong {
  text-decoration: underline;
}

.suggested-article span {
  display: block;
  padding-top: .5rem;
  font-size: clamp(12px, 2vw, 13px);
  color: rgb(180, 180, 180);
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .all-news-link {
    padding-left: 0;
  }

  .suggested-article {
    flex-direction: column;
  }

  .suggested-image-mask {
    min-width: 115px;
    height: 115px;
    margin-right: 1rem;
  }

  .suggested-article strong {
    display: block;
    padding-top: .75rem;
  }
}

@media screen and (max-width: 600px) {
  .article-content {
    padding-top: 1.5rem;
  }

  .article-content ul {
    padding: 0rem .5rem 1.5rem 1.25rem;
  }

  .article-content li {
    padding: 0 3rem 1rem .125rem;
  }

  .google-news-follow {
    margin: .5rem auto 2rem auto;
    padding: 1.5rem 1rem;
  }
  .google-news-follow p {
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    max-width: 250px;
    font-size: 15px;
    font-style: normal;
    font-weight: 450;
    text-align: center;
  }

  .suggested-title {
    padding-bottom: .5rem;
  }

  .suggested-articles-inner {
    flex-direction: column;
  }

  .suggested-article {
    flex-direction: row;
    width: 100%;
    padding: 1rem 0;
  }

  .suggested-image-mask {
    min-width: 100px;
    height: 100px;
  }

  .suggested-article strong {
    padding-top: 0;
  }
}