/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 13 2026 | 08:49:04 */
/* Press section styling */
.press-current h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

.press-current h3 a {
  text-decoration: none;
  color: inherit;
}

.press-current h3 a:hover {
  text-decoration: underline;
}

.press-meta {
  font-size: 0.9em;
  color: #666;
}

.press-excerpt {
  font-style: italic;
  color: #666;
  margin-top: 0.5em;
}

.press-list a {
  text-decoration: none;
  color: inherit;
}

.press-list a:hover strong {
  text-decoration: underline;
}