/* Source Blog list geometry. All content comes from the native WordPress loop. */
.news-page { color: #555; font-size: 17px; line-height: 1.41176; -webkit-font-smoothing: antialiased; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 70px; width: calc(100% - 60px); max-width: 1410px; margin: 150px auto; }
.news-main, .news-sidebar, .news-card__content { min-width: 0; }
.news-sidebar { align-self: start; }
.news-list { display: grid; gap: 30px; }
.news-card { display: flex; margin: 0 0 30px; padding-bottom: 50px; }
.news-card__image { display: block; flex: 0 0 calc(50% - 105px); aspect-ratio: 4 / 3; overflow: hidden; }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.news-card:hover .news-card__image img { transform: scale(1.1); }
.news-card__content { flex: 1; padding-left: 33px; }
.news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #1f1f1f; font-size: 13px; font-weight: 600; line-height: 13px; text-transform: capitalize; }
.news-meta > a, .news-meta > span { display: inline-flex; gap: 3px; padding: 6px 10px; background: #fff; transition: background-color .3s, color .3s; }
.news-meta > a:hover { background: #ffbe2e; }
.news-meta > span a:hover { color: #ffbe2e; }
.news-card__title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 18px 0 13px; color: #1f1f1f; font-size: 34px; font-weight: 600; line-height: 1.05; letter-spacing: -.01em; text-transform: uppercase; }
.news-card__title a, .news-recent h3 a { background: linear-gradient(currentColor, currentColor) left bottom / 0 1px no-repeat; transition: background-size .5s; }
.news-card__title a:hover, .news-recent h3 a:hover { background-size: 100% 1px; }
.news-card__excerpt { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 24px; }
.news-card__more { line-height: inherit; }
.news-card__more a { display: inline-flex; align-items: center; color: #1f1f1f; font-size: 13px; font-weight: 700; line-height: 14px; letter-spacing: -.01em; text-transform: uppercase; }
.news-card__more a span { background: linear-gradient(currentColor, currentColor) left bottom / 0 1px no-repeat; transition: background-size .5s; }
.news-card__more a:hover span { background-size: 100% 1px; }
.news-arrow { display: inline-block; font: 15px/1 "Tongzheng Icons"; transform: rotate(-45deg); transition: transform .5s; }
.news-arrow::before { content: "\e001"; }
.news-card__more .news-arrow { margin-left: 9px; }
a:hover > .news-arrow { transform: rotate(0); }
.news-card--featured { display: block; padding-bottom: 41px; }
.news-card--featured .news-card__image { aspect-ratio: 31 / 18; margin-bottom: 24px; }
.news-card--featured .news-card__content { padding: 0; }
.news-card--featured .news-card__title { margin-bottom: 20px; font-size: 54px; }
.news-pagination { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; padding-top: 70px; border-top: 1px solid #dfdfdf; }
.news-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 50px; height: 50px; padding: 0 10px; background: #fff; color: #1f1f1f; font-size: 16px; line-height: 28px; font-weight: 600; transition: background-color .3s; }
.news-pagination .current, .news-pagination a:hover { background: #ffbe2e; }
.news-pagination .news-arrow { font-size: 18px; }
.news-arrow--previous { transform: rotate(135deg); }
a:hover > .news-arrow--previous { transform: rotate(180deg); }
.news-widget { margin-bottom: 50px; }
.news-widget:last-child { margin-bottom: 0; }
.news-widget > h2 { margin: 0 0 30px; color: #1f1f1f; font-size: 30px; font-weight: 600; line-height: 34px; letter-spacing: -.3px; text-transform: uppercase; }
.news-search { display: flex; height: 60px; background: #fff; }
.news-search input[type="search"] { width: 100%; min-width: 0; padding: 18px 0 18px 24px; border: 0; border-radius: 0; background: transparent; color: #555; font-size: 16px; line-height: 24px; }
.news-search button { display: grid; place-items: center; flex: 0 0 66px; padding: 0; border: 0; background: transparent; color: #555; cursor: pointer; }
.news-search button:hover { color: #ffbe2e; }
.news-search__icon { font: 20px/1 "Tongzheng Icons"; }
.news-search__icon::before { content: "\e083"; }
.news-categories, .news-recent { margin: 0; padding: 0; list-style: none; }
.news-categories li { margin: 0 0 8px; }
.news-categories li:last-child { margin: 0; }
.news-categories a { display: block; padding-bottom: 12px; border-bottom: 1px solid #dfdfdf; color: #1f1f1f; font-weight: 600; line-height: 28px; transition: color .3s; }
.news-categories a:hover, .news-categories [aria-current] { color: #ffbe2e; }
.news-widget--recent > h2, .news-widget--tags > h2 { margin-bottom: 29px; }
.news-recent li { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 20px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dfdfdf; }
.news-recent li:last-child { margin: 0; padding: 0; border: 0; }
.news-recent__image { display: block; height: 100px; overflow: hidden; }
.news-recent__image img { width: 100%; height: 100%; object-fit: cover; }
.news-recent__date { display: table; margin-bottom: 14px; padding: 6px 10px; background: #fff; color: #1f1f1f; font-size: 13px; font-weight: 600; line-height: 13px; }
.news-recent h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; font-size: 18px; font-weight: 600; line-height: 24px; letter-spacing: -.18px; text-transform: uppercase; }
.news-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.news-tags a { padding: 6px 15px; background: #fff; color: #555; font-size: 14px; font-weight: 500; line-height: 24px; transition: color .3s, background-color .3s; }
.news-tags a:hover, .news-tags [aria-current] { background: #ffbe2e; color: #1f1f1f; }
.news-page a:focus-visible, .news-page button:focus-visible, .news-page input:focus-visible { outline: 2px solid #c28b00; outline-offset: 4px; }
.news-card--single .news-card__title { display: block; overflow: visible; }
.news-article-body { overflow-wrap: anywhere; }
.news-article-body h2, .news-article-body h3, .news-article-body h4 { margin-block: 30px 20px; font-size: 30px; line-height: 1.2; }
.news-article-body p { margin-bottom: 24px; }
.news-article-body .image-single-post { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin-block: 30px; }
.news-article-body .image-single-post img { width: 100%; }
.news-article-body blockquote { margin: 30px 0; padding: 30px; border-left: 4px solid #ffbe2e; background: #fff; }
.news-article-tags { margin-top: 40px; }
.news-empty h2 { font-size: 40px; line-height: 1.2; }
@media (max-width: 1366px) { .news-card__content { padding-left: 20px; } }
@media (max-width: 1024px) {
  .news-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; margin-block: 60px; }
  .news-card { margin-bottom: 0; padding-bottom: 30px; }
  .news-card__content { padding-left: 15px; }
  .news-card__title { font-size: 30px; }
  .news-card--featured { padding-bottom: 41px; }
  .news-card--featured .news-card__title { font-size: 44px; }
  .news-pagination { padding-top: 30px; }
}
@media (max-width: 1023px) { .news-layout { grid-template-columns: 1fr; gap: 0; } .news-sidebar { display: none; } }
@media (max-width: 767px) { .news-layout { width: calc(100% - 30px); } .news-pagination { margin-top: 30px; } }
@media (max-width: 568px) {
  .news-card { display: block; }
  .news-card__image, .news-card--featured .news-card__image { aspect-ratio: 4 / 3; }
  .news-card__content { padding: 10px 0 0; }
  .news-card--featured .news-card__image { margin-bottom: 10px; }
  .news-card__title, .news-card--featured .news-card__title { margin-bottom: 10px; font-size: 30px; }
  .news-card__excerpt { margin-bottom: 15px; }
  .news-article-body .image-single-post { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .news-page *, .news-page *::before { transition: none !important; } }
