/* --- Navbar spacing ---*/
.greeting {
  padding-bottom: 15px;
}

.history-tree > h4 {
  padding-bottom: 15px
}

/* --- Post Title Typography & Spacing --- */
.podcast-wrapper h2 {
  font-size: 2.0rem;
  margin-top: 18px; 
  margin-bottom: 25px; 
  line-height: 1.3;
}

.podcast-wrapper h3 {
  font-size: 1.8rem;
  margin-top: 18px; 
  margin-bottom: 25px; 
  line-height: 1.3;
}

.podcast-wrapper h3 a,
.podcast-wrapper h2 a {
  color: var(--text-main);
  text-decoration: none;
}

.podcast-wrapper h3 a:hover,
.podcast-wrapper h2 a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.podcast-entry header h2 {
  font-size: 2rem;     
  margin-top: 18px;
  margin-bottom: 10px; 
  line-height: 1.3;
}

.podcast-entry header h2 a,
.note-header h2 a {
  color: var(--text-main);
  text-decoration: none;
}

.podcast-entry header h2 a:hover,
.note-header h2 a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.podcast-entry header p {
  margin-top: 0;
  margin-bottom: 35px; 
  color: var(--text-muted);
}

.podcast-tags .tag:not(:last-child)::after {
  content: ", ";
}

.podcast-tags {
  font-size: 0.85rem; 
  color: #666; 
  text-align: right;
}

.podcast-meta {
  font-size: 0.85rem; 
  color: #666; 
}

/* --- Blog Posts, Notes, and Standalone Entry Card Layout --- */
.podcast-wrapper {
  font-family: sans-serif;
  border: 2px solid black;
  padding: 25px; 
  margin-bottom: 15px; 
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.01);
}

.podcast-wrapper:last-child {
  margin-bottom: 0;
}

/* --- Library List (Posts Template Only) --- */
.podcasts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.podcast-row {
  /* display: flex; */
  /* align-items: baseline; */
  /* gap: 20px; */
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.podcast-row:last-child { 
  border-bottom: none; 
}

.podcast-row .podcast-date {
  flex-shrink: 0;
  min-width: 100px;
  color: var(--text-muted);
  background: none;
  padding: 0;
}

.podcast-badge {
  font-size: 0.8rem; 
  background: #eee; 
  padding: 2px 6px; 
  border-radius: 3px; 
  margin-right: 5px;
}

.podcast-duration-pill {
  font-size: 0.8rem; 
  color: #666; 
  margin-left: 8px;
}
