/*
* archive.php specific styles
*/

.page-header {
  margin-bottom: 2rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 1rem;
}

.page-title {
  font-size: 2rem;
  font-weight: bold;
}

.news-article-item {
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0;
}

.news-article-item a {
  display: grid;
  grid-template-columns: 120px 150px 1fr auto;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.news-article-item:hover {
  background-color: #f9f9f9;
}

.news-date {
  font-size: 0.9rem;
  color: #666;
}

.news-category {
  font-size: 0.9rem;
  background-color: #464545;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  text-align: center;
}

.news-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
}

.news-link-icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ccc;
}
