.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}

.article-feed {
  margin-top: 35px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .article-feed {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.article-feed__intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .article-feed__intro {
    margin-bottom: 37px;
  }
}
.article-feed__intro-text {
  display: flex;
  flex-direction: column;
}
.article-feed__action-container {
  display: none;
}
@media (min-width: 768px) {
  .article-feed__action-container {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
}
.article-feed__action-container-mobile {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-feed__action-container-mobile {
    display: none;
  }
}
.article-feed__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 57px;
  color: #54565B;
}
html[lang=ru] main .article-feed__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .article-feed__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .article-feed__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .article-feed__title {
  font-family: "Sarabun";
}
html[lang=ja] main .article-feed__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .article-feed__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .article-feed__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .article-feed__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .article-feed__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 65px;
    margin-right: 20px;
  }
  html[lang=ru] main .article-feed__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .article-feed__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .article-feed__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .article-feed__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .article-feed__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .article-feed__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .article-feed__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .article-feed__title {
    font-family: "Noto Serif KR";
  }
}
.article-feed__subtitle {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #54565B;
}
html[lang=ru] main .article-feed__subtitle {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .article-feed__subtitle {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .article-feed__subtitle {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .article-feed__subtitle {
  font-family: "Sarabun";
}
html[lang=ja] main .article-feed__subtitle {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .article-feed__subtitle {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .article-feed__subtitle {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .article-feed__subtitle {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .article-feed__subtitle {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .article-feed__subtitle {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .article-feed__subtitle {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .article-feed__subtitle {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .article-feed__subtitle {
    font-family: "Sarabun";
  }
  html[lang=ja] main .article-feed__subtitle {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .article-feed__subtitle {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .article-feed__subtitle {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .article-feed__subtitle {
    font-family: "Noto Serif KR";
  }
}
.article-feed__content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .article-feed__content {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.article-feed__featured {
  flex-basis: 100%;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .article-feed__featured {
    flex-basis: calc(50% - 20px);
    margin-top: 30px;
    margin-bottom: 0;
  }
  .article-feed__featured .article-card:first-child {
    margin-top: 60px;
  }
}
.article-feed__text-content {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 30px;
}
html[lang=ru] main .article-feed__text-content {
  font-family: "Open Sans";
}
html[lang=vi] main .article-feed__text-content {
  font-family: "Open Sans";
}
html[lang=ar] main .article-feed__text-content {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .article-feed__text-content {
  font-family: "Prompt";
}
html[lang=ja] main .article-feed__text-content {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .article-feed__text-content {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .article-feed__text-content {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .article-feed__text-content {
  font-family: "Noto Sans KR";
}
.article-feed__more {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .article-feed__more {
    flex-basis: calc(50% - 20px);
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .article-feed__more .article-card {
    width: calc(50% - 10px);
  }
  .article-feed__more .article-card:last-child {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=/wp-content/themes/tahoesouth/dist/article-feed.css.map */