/* Blog cards */
.blog-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.08);
}

.blog-meta {
  opacity: 0.85;
  font-size: 13px;
  margin-bottom: 10px;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Tags */
.blog-tags .label {
  margin-right: 6px;
  display: inline-block;
  margin-bottom: 6px;
  cursor: pointer;
}

.blog-tags a.label {
  text-decoration: none !important;
}

.blog-tags a.label:hover {
  opacity: 0.9;
  text-decoration: none !important;
}

/* Cover images */
.blog-cover {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 0 0 12px 0;
  display: block;
}

.blog-cover-post {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 12px 0 0 0;
  display: block;
}

/* Featured section */
.featured-wrap {
  margin: 10px 0 25px 0;
}

.featured-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  opacity: 0.9;
}

.featured-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.16);
}

.featured-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.95;
}

/* Post view */
.post-header {
  margin-bottom: 20px;
}

.post-content p {
  line-height: 1.75;
  margin-bottom: 14px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 12px 0;
}

.back-row {
  margin-top: 25px;
}

/* Prev/Next nav */
.post-nav-row {
  margin-top: 18px;
  margin-bottom: 5px;
}

/* Simple search input */
.blog-search {
  margin: 20px 0 20px 0;
}

/* Optional: nicer links inside blog section */
#blog a {
  text-decoration: none;
}

#blog a:hover {
  text-decoration: underline;
}

/* Back to home - always visible */
.back-home-btn {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 9999;
}
