/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com
 Description:  Child theme for Hello Elementor
 Author:       Elementor
 Author URI:   https://elementor.com
 Template:     hello-elementor
 Version:      1.0.0
*/

.cat-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.cat-btn {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
  padding: 6px 14px;
  border-radius: 0;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cat-btn:hover {
  background: #333;
  color: #fff;
}
