#topics {
  max-width: 90%;
  margin: auto;
}

#set_list_topics {
  max-width: 90%;
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
}

#set_list_topics dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

#set_list_topics dt:last-of-type {
  padding-top: 0.5rem;
}

#set_list_topics dt .topic-date {
  margin-right: 1rem;
  color: #8ea67a;
}

#set_list_topics dt .topic-title {
  color: #8ea67a;
}

#set_list_topics .topic-content {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

#set_list_topics .topic-content img {
  max-width: 100% !important;
  height: auto !important;
}

#set_list_topics .no-contents {
  text-align: center;
}

.topic-content {
  display: none;
}

.topic-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.topic-link span {
  color: #8ec07a;
}

.topic-link span:first-of-type:hover {
  text-decoration: underline;
}

.topic-icon {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.topic-link.active .topic-icon {
  transform: rotate(180deg);
}
