/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 10:28:37 */
.page-title{
  margin: 22px 0 16px;
  font-size: 22px;
  font-weight: 700;
}

.search-query{
  font-weight: 700;
}

.search-results{
  display: grid;
  gap: 16px;
}

.post-card{
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.post-title{
  margin: 0 0 8px;
  font-size: 20px;
}

.post-title a{
  color: inherit;
  text-decoration: none;
}

.post-title a:hover{
  text-decoration: underline;
}

.post-meta{
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--muted);
}
