/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"),
    url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2)
      format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"),
    url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2)
      format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2)
      format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2)
      format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"),
    url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2)
      format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"),
    url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2)
      format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

a {
  color: #3466b2;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #2b356a;
  text-decoration: none;
}

body,
td,
th,
tr,
p,
a {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

strong {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

heading {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 22px;
  color: #203380;
}

papertitle {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

name {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 32px;
}

.section-cell {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-copy p {
  margin: 10px 0 0;
  line-height: 1.58;
}

.pub-thumb-frame {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid #dfe4ee;
  border-radius: 8px;
  background: #ffffff;
}

.pub-thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.pub-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #8a94a6;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  background: #f7f9fd;
}

.news-cell {
  padding-top: 16px;
}

.news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 16px;
  align-items: start;
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid #e3e8f1;
  border-radius: 10px;
  background: #fafbfd;
}

.news-feature-copy p {
  margin: 0;
}

.news-lead,
.news-detail,
.news-links {
  line-height: 1.5;
}

.news-detail,
.news-links {
  margin-top: 8px;
}

.news-links {
  color: #5f6a79;
  font-size: 13px;
}

.news-links span {
  margin: 0 6px;
  color: #98a2b3;
}

.news-cover-link {
  display: block;
}

.news-cover {
  width: 100%;
  border: 1px solid #dfe4ee;
  border-radius: 8px;
}

.news-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.news-list li {
  margin: 0;
  padding: 8px 0;
  line-height: 1.5;
  border-bottom: 1px solid #eef2f7;
}

.news-list li:last-child {
  border-bottom: 0;
}

.news-emoji {
  display: inline-block;
  width: 1.35em;
}

.pub-meta {
  margin-top: 8px;
  color: #666666;
}

.footer-note {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .news-feature {
    grid-template-columns: 1fr;
  }

  .news-cover-link {
    max-width: 280px;
  }
}
