/*
Theme Name: PkeLibrary Editorial
Theme URI: https://github.com/pkelibrary-editorial
Author: Prasanth Kumar
Description: A premium, clean-cut, minimalist editorial theme designed for technology-focused publications covering SAP, AI, Software Engineering, and Careers. Inspired by the clean readability and generous whitespace of world-class design systems.
Version: 1.24.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pkelibrary-editorial
Tags: modern, technology, minimalist, clean-core, light, dark-mode, responsive-layout, block-patterns, grid-layout
*/

/* Reset & default Gutenberg rules */
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  border-radius: 980px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  background-color: var(--accent);
  color: #ffffff;
}

.wp-block-button__link:hover {
  background-color: var(--text-primary);
  color: var(--bg-primary);
  transform: translateY(-1px);
}
