/* Landing: bordered topic cards (see index.rst :class: gc-doc-card) */
.rst-content .topic.gc-doc-card {
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem 1.1rem;
  border: 1px solid #cfd4db;
  border-radius: 6px;
  border-left: 4px solid #143d52;
  background: #fafbfc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.rst-content .topic.gc-doc-card > .topic-title {
  font-size: 1.05rem;
  margin-top: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e1e4e8;
}

/* Slightly clearer body text in main column */
.wy-nav-content .rst-content {
  max-width: 920px;
}

.wy-nav-content .rst-content > .section > h1 {
  margin-bottom: 0.35rem;
}

.wy-nav-content .rst-content .rubric {
  font-size: 1.15rem;
  font-weight: 400;
  color: #5a6270;
  margin-bottom: 1rem;
  border-bottom: none;
}
