.warsh-research-section {
  margin: 20px 0 26px;
}

.warsh-research-card {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(15,20,28,.86);
  padding: 22px;
}

.warsh-research-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.warsh-research-head h2 {
  margin: 4px 0 6px;
}

.warsh-research-meta {
  color: #8c96a6;
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: right;
}

.warsh-research-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}

.warsh-research-block {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255,255,255,.025);
}

.warsh-research-block h3 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.warsh-research-block ul {
  margin: 0;
  padding-left: 18px;
}

.warsh-research-block li {
  margin: 0 0 8px;
  line-height: 1.45;
}

.warsh-research-sources {
  margin-top: 14px;
}

.warsh-research-sources a {
  display: block;
  margin-top: 7px;
}

@media (max-width: 820px) {
  .warsh-research-grid {
    grid-template-columns: 1fr;
  }
  .warsh-research-head {
    display: block;
  }
  .warsh-research-meta {
    margin-top: 10px;
    text-align: left;
  }
}

.warsh-research-head h2{font-size:27px;line-height:1.2}
.warsh-research-meta{font-size:13px;line-height:1.5}
.warsh-research-block h3{font-size:15px}
.warsh-research-block li{font-size:14px;line-height:1.65;margin-bottom:10px}
.warsh-research-sources{font-size:12px}


/* v3 — readable research blocks, cooler text, less table-like */
.warsh-research-card{
  background:#0c1118;
  border-color:#2d3846;
  padding:24px;
}
.warsh-research-grid{
  grid-template-columns:1fr;
  gap:14px;
}
.warsh-research-block{
  background:#0f151d;
  border-color:#2d3948;
  border-radius:12px;
  padding:20px 22px;
}
.warsh-research-block h3{
  color:#e9eff6;
  font-size:16px;
  letter-spacing:.03em;
  margin-bottom:12px;
}
.warsh-research-block li{
  color:#c7d1dd;
  font-size:15px;
  line-height:1.7;
  margin-bottom:11px;
}
.warsh-research-meta{
  color:#8d9bad;
  font-size:12px;
}
