.cg-tn-wrap {
  width: 100%;
  margin: 22px 0 26px;
  color: #293632;
  font-family: inherit;
  letter-spacing: 0;
}

.cg-tn-pager {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.cg-tn-page {
  display: flex;
  min-width: 0;
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 13px 16px;
  border: 1px solid #dce7e2;
  border-radius: 6px;
  background: #fbfdfc;
  color: #293632;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.cg-tn-page:hover {
  border-color: #a9c8bb;
  background: #f5faf7;
  color: #176449;
  text-decoration: none;
}

.cg-tn-next {
  align-items: flex-end;
  text-align: right;
}

.cg-tn-direction {
  display: block;
  margin-bottom: 5px;
  color: #638078;
  font-size: 12px;
  line-height: 1.4;
}

.cg-tn-page strong {
  display: block;
  width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cg-tn-page.is-empty {
  background: #fafafa;
  color: #9aa5a1;
}

.cg-tn-recommend {
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #dce7e2;
  border-radius: 6px;
  background: #fff;
}

.cg-tn-recommend + .cg-tn-recommend {
  margin-top: 14px;
}

.cg-tn-hot {
  border-color: #eadfd9;
}

.cg-tn-hot > header {
  background: #fffaf8;
  border-bottom-color: #f1e8e3;
}

.cg-tn-hot .cg-tn-kicker {
  color: #a66c5d;
}

.cg-tn-hot .cg-tn-index {
  background: #faece7;
  color: #b65f49;
  font-size: 11px;
}

.cg-tn-hot li a {
  min-height: 76px;
}

.cg-tn-recommend > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 19px 15px;
  border-bottom: 1px solid #edf2ef;
  background: #f8fbf9;
}

.cg-tn-kicker {
  display: block;
  margin-bottom: 3px;
  color: #6f8b82;
  font-size: 11px;
  line-height: 1.3;
}

.cg-tn-recommend h2 {
  margin: 0;
  color: #263630;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.4;
}

.cg-tn-recommend > header p {
  margin: 0;
  color: #82918c;
  font-size: 12px;
  line-height: 1.5;
}

.cg-tn-recommend ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.cg-tn-recommend li {
  min-width: 0;
  border-bottom: 1px solid #edf2ef;
}

.cg-tn-recommend li:nth-child(odd) {
  border-right: 1px solid #edf2ef;
}

.cg-tn-recommend li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.cg-tn-recommend li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  border-right: 0;
}

.cg-tn-recommend li a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 11px;
  align-items: start;
  min-height: 92px;
  box-sizing: border-box;
  padding: 15px 17px;
  color: #293632;
  text-decoration: none;
  transition: background-color .2s ease;
}

.cg-tn-recommend li a:hover {
  background: #f9fcfa;
  text-decoration: none;
}

.cg-tn-index {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9f3ee;
  color: #39715d;
  font-size: 12px;
  font-weight: 700;
}

.cg-tn-copy,
.cg-tn-copy strong,
.cg-tn-excerpt,
.cg-tn-copy small {
  display: block;
  min-width: 0;
}

.cg-tn-copy strong {
  overflow: hidden;
  color: #263630;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cg-tn-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
  color: #75837e;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cg-tn-copy small {
  margin-top: 7px;
  color: #97a29e;
  font-size: 11px;
  line-height: 1.4;
}

.cg-tn-open {
  align-self: center;
  color: #9cafaa;
  font-size: 24px;
  line-height: 1;
}

/* The hot list sits directly below the first post and stays visually quiet. */
.cg-tn-hot-inline {
  width: 100%;
  max-width: 720px;
  margin: 12px 0 14px;
  border-color: #eee4df;
  border-radius: 4px;
}

#p_btn.cg-tn-hot-slot {
  box-sizing: border-box;
  margin: 10px 0 8px !important;
  padding: 0 !important;
  line-height: normal !important;
  text-align: left !important;
}

#p_btn.cg-tn-hot-slot .cg-tn-hot-inline {
  margin: 0;
}

#p_btn.cg-tn-hot-slot .cg-tn-hot-inline li {
  line-height: normal;
}

#p_btn.cg-tn-hot-slot .cg-tn-hot-inline li a,
#p_btn.cg-tn-hot-slot .cg-tn-hot-inline li a:hover {
  display: grid;
  margin: 0;
  padding: 7px 10px;
  border-radius: 0;
  background: transparent;
  vertical-align: initial;
}

#p_btn.cg-tn-hot-slot .cg-tn-hot-inline span {
  padding-left: 0;
}

.cg-tn-hot-inline > header {
  align-items: center;
  padding: 9px 12px 8px;
}

.cg-tn-hot-inline h2 {
  font-size: 14px;
  font-weight: 600;
}

.cg-tn-hot-inline > header p {
  display: none;
}

.cg-tn-hot-inline ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cg-tn-hot-inline li a,
.cg-tn-hot-inline li a:hover {
  min-height: 0;
  padding: 7px 10px;
  grid-template-columns: 20px minmax(0, 1fr) 12px;
  gap: 7px;
}

.cg-tn-hot-inline .cg-tn-index {
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.cg-tn-hot-inline .cg-tn-copy strong {
  font-size: 12px;
  line-height: 1.4;
}

.cg-tn-hot-inline .cg-tn-copy small {
  display: none;
}

.cg-tn-hot-inline .cg-tn-open {
  font-size: 16px;
}

@media (max-width: 700px) {
  .cg-tn-wrap {
    margin: 16px 0 20px;
  }

  .cg-tn-pager,
  .cg-tn-recommend ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .cg-tn-page {
    min-height: 64px;
    padding: 11px 13px;
  }

  .cg-tn-next {
    align-items: flex-start;
    text-align: left;
  }

  .cg-tn-recommend > header {
    align-items: flex-start;
    padding: 14px 15px 12px;
  }

  .cg-tn-recommend > header p {
    display: none;
  }

  .cg-tn-recommend li,
  .cg-tn-recommend li:nth-child(odd),
  .cg-tn-recommend li:nth-last-child(-n+2) {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid #edf2ef;
  }

  .cg-tn-recommend li:last-child {
    border-bottom: 0;
  }

  .cg-tn-recommend li a {
    min-height: 82px;
    padding: 13px 14px;
  }

  .cg-tn-hot-inline ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .cg-tn-hot-inline li a,
  .cg-tn-hot-inline li a:hover {
    min-height: 0;
    padding: 8px 10px;
  }

  .cg-tn-copy strong {
    white-space: normal;
  }
}

.cg-tn-empty {
  box-sizing: border-box;
  min-height: 86px;
  padding: 20px;
  color: #82918c;
  text-align: center;
}

.cg-tn-empty strong,
.cg-tn-empty span {
  display: block;
}

.cg-tn-empty strong {
  color: #60716b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.cg-tn-empty span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}
