/*
Theme Name: Elementra Child
Template: elementra      
Text Domain: elementra-child
Version: 1.0.0
Description: Child theme for Elementra
*/


.elementor .tac-tag-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  font-family: var(--e-global-typography-primary-font-family, inherit);
}

/* Buttons */
.elementor .tac-chip {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

/* Separator visible in all themes */
.elementor .tac-divider {
  display: inline-block !important;
  color: inherit;
  margin: 0 0.4rem;
  font-weight: 700;
  line-height: 1;
  font-size: 1rem;
}

/* Hover and active states */
.elementor .tac-chip:hover {
  border-color: var(--e-global-color-primary, #111);
  color: var(--e-global-color-primary, #111);
  background: rgba(0, 0, 0, 0.03);
}

.elementor .tac-chip.is-active {
  background: var(--e-global-color-primary, #111);
  border-color: var(--e-global-color-primary, #111);
  color: #fff;
}
