/*
Theme Name: Cryptiecraft Blog
Theme URI: https://cryptiecraft.com/
Author: Your Name
Author URI: https://cryptiecraft.com/
Version: 1.0
Description: Custom blog-only theme for Cryptiecraft.com
*/

.breadcrumb {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 14px;
  color: #666;
  gap: 6px; /* Space between items */
  flex-wrap: wrap; /* Optional: allows line wrapping on small screens */
}

.breadcrumb a {
  text-decoration: none;
  color: #444;
}

.breadcrumb .separator {
  display: flex;
  align-items: center;
  font-size: 16px; /* Adjust as needed */
  color: #888;
}

.breadcrumb .separator i {
  vertical-align: middle;
}

.breadcrumb .active {
  color: #0a97be;
  font-weight: bold;
}

