.modern-sidebar-best-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}

.modern-subpage #sidebar .modern-sidebar-best-heading h3 {
  margin: 0;
}

.modern-subpage #sidebar .modern-sidebar-best-heading > a {
  flex: 0 0 auto;
  padding: 2px 0;
  color: #08745f;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.modern-sidebar-best-list {
  border-top: 1px solid #e7edf3;
}

.modern-subpage #sidebar .modern-sidebar-best-list > a {
  display: block;
  min-width: 0;
  padding: 10px 1px;
  border-bottom: 1px solid #e7edf3;
  color: #26364b;
  text-decoration: none;
}

.modern-subpage #sidebar .modern-sidebar-best-list > a:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

.modern-subpage #sidebar .modern-sidebar-best-list > a:hover strong,
.modern-subpage #sidebar .modern-sidebar-best-list > a:focus-visible strong {
  color: #08745f;
}

.modern-sidebar-best-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
  color: #75859a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.modern-sidebar-best-meta i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #64748b;
}

.modern-sidebar-best-meta i.source-dcinside { background: #4169c1; }
.modern-sidebar-best-meta i.source-ppomppu { background: #ee6a20; }
.modern-sidebar-best-meta i.source-bobaedream { background: #149b62; }
.modern-sidebar-best-meta i.source-todayhumor { background: #e66b22; }

.modern-sidebar-best-meta time {
  margin-left: auto;
  color: #9aa6b5;
  font-size: 9px;
  font-weight: 700;
}

.modern-sidebar-best-list strong {
  display: -webkit-box;
  overflow: hidden;
  color: #29394f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.modern-subpage #sidebar .modern-sidebar-best-empty {
  display: block;
  padding: 12px;
  border-radius: 7px;
  background: #f6f9fb;
  color: #65758b;
  font-size: 11px;
  line-height: 1.55;
  text-decoration: none;
}
