/*!
Theme Name: BuddyX-child
Template: buddyx
Author: eurohlam
Description: Custom styles for buddyx-child theme
Version: 1.0.0
Requires at least: 4.8
Tested up to: 6.3.0
Requires PHP: 7.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: buddyx
Tags: one-column, two-columns, left-sidebar, right-sidebar, footer-widgets, blog, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce

This theme, like BuddyPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/


.chip-nav {
  overflow-x: auto;
  padding: 10px 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 25px;
  background: #ffe6e6;
  color: #EF5455;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s;
}

.chip:hover {
  background: #ffd1d1;
}

.chip.active {
  background: #EF5455;
  color: white;
}

/*@import url("../buddyx/style.css");*/

