/* Additional custom styles */
.skip-link {
  position: absolute;
  top: -999px;
  left: -999px;
}

.skip-link:focus {
  top: 0;
  left: 0;
  z-index: 9999;
  background: #F05136;
  color: white;
  padding: 1rem;
}

/* Post meta styles */
.post-meta {
  color: #AFA89D;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

/* Category list */
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.category-list a {
  background: #E2EAF2;
  color: #434967;
  padding: 0.5rem 1rem;
  border-radius: 0;
  text-decoration: none;
  transition: background 200ms ease;
}

.category-list a:hover {
  background: #F05136;
  color: white;
}
