/*!
Theme Name: Consultia
Theme URI: https://consultia.fleexstudio.com
Author: VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Description: Consultia - Multipurpose Consulting WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eduker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ✅ Hide author names globally */
/* Change search button color */
.wp-block-search__button.wp-element-button {
    background-color: #197fc1 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 7px;
    padding: 13px 24px;
    font-weight: 600;
    font-size: 16px;
}
.theme-btn.theme-btn-14 {
  background-color: #197fc1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 7px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
/* 🚫 Hide the author name section */
.author-bio {
    display: none !important;
}
