#mostReadDownCite.mrdc_root {
  margin-top: 2rem;
  border-top: 1px solid #d8dee6;
  padding-top: 1rem;
}

.mrdc_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0;
  border-bottom: 1px solid #c8d3df;
}

.mrdc_tab {
  border: 1px solid #cad3df;
  background: #f3f6fa;
  color: #1f2937;
  border-radius: 6px 6px 0 0;
  padding: 0.4rem 0.85rem;
  font-size: 1.05rem;
  line-height: 1.25;
  cursor: pointer;
  margin-bottom: -1px;
  position: relative;
}

.mrdc_tab:hover,
.mrdc_tab:focus {
  background: #e8eef6;
}

.mrdc_tab.is-active {
  background: #fff;
  border-color: #c8d3df;
  border-bottom-color: #fff;
  color: #0f5ea8;
  font-weight: 700;
  z-index: 2;
}

.mrdc_tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #fff;
}

.mrdc_panel {
  border: 1px solid #d8dee6;
  border-top: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
  background: #fff;
  padding: 0.8rem 1rem;
}

.mrdc_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.mrdc_item {
  border-bottom: 1px dashed #d8dee6;
  padding-bottom: 0.65rem;
}

.mrdc_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mrdc_line {
  font-size: 0.97rem;
  line-height: 1.45;
  color: #111827;
  display: block;
}

.mrdc_authors {
  color: #374151;
  display: inline;
}

.mrdc_title_link,
.mrdc_title_text {
  font-size: 0.99rem;
  line-height: 1.45;
  display: inline;
}

.mrdc_title_link {
  color: #0f5ea8;
  text-decoration: none;
}

.mrdc_title_link:hover,
.mrdc_title_link:focus {
  text-decoration: underline;
}

.mrdc_stats {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: 0.35rem;
}

.mrdc_stat {
  color: #4b5563;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.mrdc_stat_icon {
  width: 0.95rem;
  text-align: center;
}

.mrdc_empty {
  margin: 0;
  color: #6b7280;
}

@media (max-width: 767px) {
  .mrdc_tabs {
    gap: 0.45rem;
  }

  .mrdc_tab {
    padding: 0.36rem 0.72rem;
    font-size: 0.96rem;
  }
}
