/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.27.1769974676
Updated: 2026-02-01 23:37:56

*/
.kb-views{
  display:block;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.2;
  color: #6b7280;
}

.kb-views .kb-eye{
  margin-right: 6px;
}
/* Hide author name in post meta (Blocksy) */
.entry-meta .ct-meta-author,
.ct-meta-author,
.entry-meta .author,
.entry-meta .post-author {
  display: none !important;
}
/* TEST - remove after */
body { outline: 5px solid red !important; }
/* Fallback: hide any author block near title area */
.hero-section a[rel="author"],
.hero-section .ct-meta-element-author,
.page-title a[rel="author"],
.page-title .ct-meta-element-author {
  display: none !important;
}
/* Move views closer to date (safe) */
.kb-views,
.post-views {
  margin-top: -30px !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
}
/* --- Fix spacing between title/meta and featured image (Blocksy) --- */

/* Title + meta block */
.single-post .entry-header,
.single-post .ct-hero {
  padding-bottom: 20px;
}

/* Featured image */
.single-post .ct-featured-image,
.single-post .featured-image,
.single-post figure.wp-block-post-featured-image {
  margin-top: 20px !important;
}

/* Views line (kept near date) */
.kb-views,
.post-views {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #6b7280;
}
/* Sidebar cards spacing (Blocksy) */
.ct-sidebar .ct-entry,
.ct-sidebar .ct-post,
.ct-sidebar article {
  margin-bottom: 22px;
}


