.news-list-header {
  padding: 4.8rem 11.2rem 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #666;
}

.breadcrumb-home {
  color: #666;
  text-decoration: none;
}

.breadcrumb-separator {
  color: #999;
}

.breadcrumb-current {
  color: #0070ad;
}

.position-paper {
  display: flex;
  align-items: center;
  gap: 4rem;
  background-color: #fff;
  margin: 0 auto;
}

.main-content__section {
  display: flex;
  flex-direction: row;
  max-width: 121.6rem;
  width: 100%;
  margin: auto;
  padding: 4.8rem 0;
  gap: 3.2rem;
}

.position-content {
  flex: 1;
  max-width: 59.2rem;
  align-content: center;
}
.position-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.6rem;
  line-height: 1.2;
}

.position-description {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.position-image {
  flex: 1;
  overflow: hidden;
  max-width: 59.2rem;
  max-height: 39.5rem;
}

.position-image img {
  width: 100%;
  height: 47rem;
  display: block;
  object-fit: cover;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 6rem 8rem;
  background-color: #fff;
  max-width: 144rem;
  margin: 0 auto;
}

.document-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2rem;
  transition: border-color 0.2s ease;
}
.document-card a {
  margin-bottom: 0.2rem;
}

.document-card:hover {
  border-color: #ddd;
}

.document-icon svg {
  font-size: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 1.2rem 0;
  line-height: 1.4;
}
.document-card:hover .document-title {
  text-decoration: underline;
}
.document-author {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* .document-meta {
  margin-top: auto;
} */

.document-link {
  font-size: 1.4rem;
  color: #0066cc;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s ease;
}

.document-link:hover {
  color: #0055aa;
  text-decoration: underline;
}

@media (max-width: 834px) {
  .news-list-header {
    padding: 2.8rem 1.4rem 0;
  }

  .breadcrumb {
    font-size: 1.2rem;
    padding: 0;
  }

  .breadcrumb svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .position-paper {
    flex-direction: column;
    gap: 2.4rem;
    padding: 0 1.4rem;
  }

  .main-content__section {
    flex-direction: column;
    padding: 2.1rem 0 0;
    gap: 2.8rem;
  }

  .position-content {
    max-width: 100%;
  }

  .position-title {
    font-size: 3rem;
    margin-bottom: 1.4rem;
    line-height: 1.4;
  }

  .position-description {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .position-image {
    max-width: 100%;
    max-height: 22.8rem;
  }

  .documents-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 2.8rem 1.4rem 2.8rem;
    max-width: 100%;
  }

  .document-card {
    padding: 0;
    gap: 0.8rem;
  }

  .document-icon svg {
    font-size: 1.6rem;
    width: 4.1rem;
    height: 4.1rem;
  }

  .document-title {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    line-height: 1.6;
  }

  .document-author {
    font-size: 1.2rem;
    margin: 0 0 0.8rem 0;
    line-height: 1.4;
  }

  .document-link {
    font-size: 1.2rem;
    gap: 0.4rem;
  }
  .position-image img {
    max-height: 22.8rem;
    width: 34.3rem;
    object-fit: cover;
    height: 22.8rem;
  }
}

@media (min-width: 834px) and (max-width: 1199px) {
  .news-list-header {
    padding: 4.8rem 3.2rem 0;
  }

  .breadcrumb {
    font-size: 1.3rem;
    padding: 0;
  }

  .position-paper {
    gap: 2.4rem;
    padding: 0 3.2rem;
  }

  .main-content__section {
    padding: 3.2rem 0 0;
    gap: 2.4rem;
    flex-direction: column;
  }

  .position-content {
    max-width: 100%;
  }

  .position-title {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
    line-height: 1.4;
  }

  .position-description {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .position-image {
    max-width: 100%;
    max-height: 47rem;
  }

  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    padding: 3.2rem 3.2rem 4.8rem;
    max-width: 100%;
  }

  .document-card {
    padding: 0;
    gap: 0.8rem;
  }

  .document-icon {
    font-size: 1.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }

  .document-title {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    line-height: 1.6;
  }

  .document-author {
    font-size: 1.6rem;
    margin: 0 0 0.8rem 0;
    line-height: 1.4;
  }

  .document-link {
    font-size: 1.4rem;
    gap: 0.4rem;
  }
}
