.topics_top {
  background-color: #fff;
  border-top: 8px solid #ffdd00;
  box-shadow: 8px 12px 26px rgb(0 0 0 / 10%);
  margin-left: auto;
  margin-right: auto;
  padding: 42px 46px 38px;
  position: relative;
}
.topics_top::before {
  content: "";
  background-color: #005bac;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}
.topics_section_head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.topics_section_head p,
.topics_archive .topics_header p,
.topics_single_header p a {
  color: #005bac;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.topics_section_head h3 {
  color: #111;
  line-height: 1.4;
}
.topics_section_head a,
.topics_back {
  background-color: #005bac;
  color: #fff;
  display: inline-block;
  padding: 10px 18px;
}
.topics_archive .topics_header,
.topics_single_header {
  background-color: #fffde5;
  margin: 200px 0 0;
  overflow: hidden;
  padding: 86px 0 78px;
  position: relative;
}
.topics_archive .topics_header::before,
.topics_single_header::before {
  content: "";
  background-color: #ffdd00;
  bottom: 0;
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.topics_archive .topics_header::after,
.topics_single_header::after {
  content: "";
  background-color: #005bac;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.topics_archive .topics_header .container,
.topics_single_header .container {
  max-width: 1120px;
  position: relative;
  z-index: 1;
}
.topics_archive .topics_header h1 {
  color: #111;
  font-size: 44px;
  line-height: 1.35;
  margin-bottom: 18px;
}
.topics_archive .topics_header small {
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  max-width: 680px;
}
.topics_single_header p {
  margin-bottom: 18px;
}
.topics_single_header time,
.topics_archive_list time {
  background-color: #005bac;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  padding: 9px 15px;
}
.topics_single_header time {
  margin-bottom: 28px;
}
.topics_single_header h1 {
  color: #111;
  font-size: 40px;
  line-height: 1.6;
  max-width: 900px;
}
.topics_archive .topics_body,
.topics_single .topics_body {
  background-color: #f7f7f7;
}
.topics_archive .topics_body .container,
.topics_single .topics_body .container {
  max-width: 1120px;
  padding-bottom: 96px;
  padding-top: 84px;
}
.topics_list li {
  border-top: 1px solid #e4e4e4;
}
.topics_list li:first-child {
  border-top: 0;
}
.topics_list li a {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  padding: 22px 0;
  width: 100%;
}
.topics_list time {
  color: #005bac;
  flex: 0 0 112px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
.topics_list span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.topics_archive_list {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.topics_archive_list li {
  min-height: 100%;
}
.topics_archive_list li a {
  background-color: #fff;
  border-top: 8px solid #ffdd00;
  box-shadow: 8px 12px 26px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 260px;
  padding: 38px 38px 34px;
  position: relative;
  transition: all .2s ease;
}
.topics_archive_list li a::before {
  content: "";
  background-color: #005bac;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}
.topics_archive_list li a:hover {
  box-shadow: 10px 14px 28px rgb(0 0 0 / 14%);
  transform: translateY(5px);
}
.topics_archive_list time {
  align-self: flex-start;
  margin-bottom: 26px;
}
.topics_archive_list h2 {
  color: #222;
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 34px;
}
.topics_archive_list span {
  color: #005bac;
  display: inline-block;
  font-size: 14px;
  margin-top: auto;
  padding-right: 24px;
  position: relative;
}
.topics_archive_list span::after {
  content: "";
  border-right: 2px solid #005bac;
  border-top: 2px solid #005bac;
  height: 8px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}
.topics_entry_card {
  background-color: #fff;
  box-shadow: 8px 12px 26px rgb(0 0 0 / 10%);
  padding: 72px 78px;
  position: relative;
}
.topics_entry_card::before {
  content: "";
  background-color: #ffdd00;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.topics_entry_content {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.topics_entry_content b,
.topics_entry_content strong,
.topics_entry_content h2,
.topics_entry_content h3 {
  font-weight: bold;
}
.topics_entry_content p {
  margin-bottom: 2.1em;
}
.topics_entry_content h2 {
  border-left: 8px solid #ffdd00;
  color: #005bac;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.55;
  margin: 72px 0 30px;
  padding-left: 18px;
}
.topics_entry_content h2:first-child {
  margin-top: 0;
}
.topics_inline_image {
  margin: 62px 0 30px;
  overflow: hidden;
  border-radius: 18px;
  background: #eef5fb;
  box-shadow: 0 18px 44px rgba(4, 38, 64, 0.14);
}
.topics_inline_image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.topics_inline_image figcaption {
  padding: 10px 16px 12px;
  color: #6a7d8e;
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
  letter-spacing: 0;
}
.topics_inline_image figcaption a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.topics_entry_content h3 {
  border-bottom: 2px solid #ffdd00;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 52px 0 22px;
  padding-bottom: 8px;
}
.topics_entry_content ul {
  background-color: #fffde5;
  margin: 34px 0 42px;
  padding: 32px 36px;
}
.topics_entry_content li {
  line-height: 1.8;
  padding-left: 22px;
  position: relative;
}
.topics_entry_content li + li {
  margin-top: 16px;
}
.topics_entry_content li::before {
  content: "";
  background-color: #005bac;
  height: 8px;
  left: 0;
  position: absolute;
  top: .78em;
  transform: skewX(-20deg);
  width: 8px;
}
.topics_single_nav {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 180px 1fr;
  margin-top: 56px;
}
.topics_single_nav a {
  background-color: #fff;
  box-shadow: 6px 10px 20px rgb(0 0 0 / 8%);
  display: block;
  height: 100%;
  padding: 24px 26px;
}
.topics_single_nav span {
  color: #005bac;
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
.topics_single_nav b {
  color: #222;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.topics_single_nav .topics_back {
  align-items: center;
  background-color: #005bac;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .topics_archive .topics_header,
  .topics_single_header {
    margin-top: 80px;
  }
  .topics_archive .topics_body .container,
  .topics_single .topics_body .container {
    padding-bottom: 72px;
    padding-top: 68px;
  }
  .topics_archive_list {
    gap: 26px;
  }
}
@media screen and (max-width: 640px) {
  .topics_top {
    padding: 32px 24px 28px;
  }
  .topics_section_head {
    margin-bottom: 18px;
  }
  .topics_section_head a {
    padding: 9px 14px;
  }
  .topics_archive .topics_header,
  .topics_single_header {
    padding: 50px 0;
  }
  .topics_archive .topics_header h1 {
    font-size: 32px;
  }
  .topics_archive .topics_header small {
    font-size: 14px;
  }
  .topics_archive_list {
    display: block;
  }
  .topics_archive_list li {
    margin-bottom: 24px;
  }
  .topics_archive_list li a {
    min-height: 0;
    padding: 30px 26px 28px;
  }
  .topics_archive_list time {
    margin-bottom: 22px;
  }
  .topics_archive_list h2 {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 28px;
    min-height: 0;
  }
  .topics_single_header h1 {
    font-size: 26px;
  }
  .topics_entry_card {
    padding: 42px 26px;
  }
  .topics_entry_content p {
    margin-bottom: 1.8em;
  }
  .topics_entry_content h2 {
    font-size: 22px;
    margin: 54px 0 24px;
  }
  .topics_inline_image {
    margin: 46px 0 24px;
    border-radius: 14px;
  }
  .topics_inline_image figcaption {
    padding: 9px 12px 10px;
    text-align: left;
  }
  .topics_entry_content h3 {
    font-size: 19px;
    margin: 42px 0 20px;
  }
  .topics_entry_content ul {
    margin: 28px 0 36px;
    padding: 26px 22px;
  }
  .topics_single_nav {
    display: block;
  }
  .topics_single_nav > * {
    margin-bottom: 18px;
  }
  .topics_list time {
    display: block;
    margin-bottom: 5px;
  }
  .topics_list li a {
    display: block;
    padding: 14px 0;
  }
}
