/* Research-theme symbols and profile-name contrast. */

.research-theme-list {
  margin: 1.2rem 0 2.2rem;
}

.research-theme {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid #e7eaec;
}

.research-theme:last-child {
  border-bottom: 0;
}

.research-theme__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  color: #176f91;
  background: #eef7fb;
  border-radius: 50%;
  font-size: 1.65rem;
}

.research-theme:nth-child(2) .research-theme__icon {
  color: #2e7d69;
  background: #eef8f4;
}

.research-theme:nth-child(3) .research-theme__icon {
  color: #a46c18;
  background: #fbf6ea;
}

.research-theme:nth-child(4) .research-theme__icon {
  color: #6654a3;
  background: #f3f0fa;
}

.research-theme__content h3 {
  margin: 0 0 0.32rem !important;
  color: #343b40 !important;
  font-size: 1.08rem !important;
  line-height: 1.3 !important;
}

.research-theme__content p {
  margin: 0 !important;
  max-width: 72ch;
}

.author__name,
.author__name a,
.sidebar .author__name,
.sidebar .author__name a {
  color: #27343c !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

@media (max-width: 700px) {
  .research-theme {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1rem 0;
  }

  .research-theme__icon {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
}
