.resource-type-term-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.resource-type-term-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.resource-type-term-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.resource-type-term-meta p {
  margin: 0.2rem 0;
}

.resource-type-term-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #222;
}

.resource-type-term-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
