.rd-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rd-categories {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.rd-category-list {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.rd-category-item {
  padding: 0.5rem 1rem;
  border: 1px solid;
  border-color: #00000000;
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
}

.rd-category-item:hover,
.rd-category-item.is-active {
  border: 1px solid;
  border-color: inherit;
  color: inherit;
}

.rd-projects {
  min-height: 485px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.rd-project {
  width: 380px;
  height: 465px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.rd-project > img {
  max-width: 100%;
  width: auto;
  height: 240px;
  vertical-align: middle;
  object-fit: cover;
}

.rd-project-content {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-height: 0;
}

.rd-project-content h3 {
  font-size: 1.1rem;
  margin: 0;
}

.rd-project-description {
  font-size: 0.9rem;
  flex: 1;
  overflow: hidden;
  /* display: -webkit-box; */
  /* line-clamp: 4;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; */
}

.research-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.research-content > img {
  width: 100%;
}

.research-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.research-metadata {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #cccccc;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 1em 0;
}
