.taxonomy-tags, .taxonomy-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.taxonomy-tag, .taxonomy-category {
    background-color: #f0f0f0;
    color: #333;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 0.8em;
    transition: background-color 0.3s ease;
}

.taxonomy-tag:hover, .taxonomy-category:hover {
    background-color: #e0e0e0;
    text-decoration: none;
}

/* Consistent header styling */
.bg-black {
  background-color: #000 !important;
}

.tc-l.pv3.ph3.ph4-ns {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.f2.f-subheadline-l.fw2.light-silver.mb0.lh-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.fw1.f5.f3-l.white-80.measure-wide-l.center.mt3 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

body,
.nested-copy-line-height,
.post-content,
.nested-copy-line-height p,
.nested-links,
.page-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.nested-copy-line-height {
    line-height: 1.5;
    font-size: 1rem;
}

/* Ensure consistent font size in posts */
.post-content p,
.nested-copy-line-height p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
