/* ============================================
   LAYOUT SYSTEM
   Sidebar removed - using standard layout
   ============================================ */

/* Site Logo (Gravatar in header) */
.site-logo {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #1a1816, 0 0 0 4px #c5641c;
  width: 32px;
  height: 32px;
}

.page-content {
  padding: 30px 0;
}

/* Remove top padding only when site description section is present */
.page-content:has(.site-description-section) {
  padding-top: 0;
}

/* Remove bottom padding on post pages */
.page-content:has(> article.post) {
  padding-bottom: 0;
}
