/*!
Theme Name: PageBolt Child
Theme URI: https://uicore.co
Description: Landing Page WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: pagebolt
Version: 1.0.0
Text Domain: pagebolt
*/

 /* Add your custom style here */

 /* Blog Categories */
.custom-post-categories {
  padding: 10px 0;
}

.category-badge {
  display: inline-block;
  padding: 6px 14px;
  background-color: #eaf0fb;
  color: #1C4FB5;
  border-radius: 20px;
  margin: 6px 8px 6px 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
  border: 1px solid #d0def5;
}

.category-badge:hover {
  background-color: #d5e3fa;
  color: #123f90;
  border-color: #c0d4f2;
}

/* Tags */
.custom-post-tags {
  padding: 10px 0;
}

.tag-badge {
  display: inline-block;
  padding: 4px 12px;
  color: #1C4FB5;
  background-color: transparent;
  border: 1px solid #1C4FB5;
  border-radius: 30px;
  margin: 5px 8px 5px 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
}

.tag-badge::before {
  content: "#";
  margin-right: 4px;
  font-weight: bold;
  color: #1C4FB5;
  transition: color 0.25s ease;
}

.tag-badge:hover {
  background-color: #1C4FB5;
  color: #ffffff;
  border-color: #1C4FB5;
}

.tag-badge:hover::before {
  color: #ffffff;
}


