.elementor-kit-27203{--e-global-color-primary:#3198C3;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2cb1bc;--e-global-color-kadence2:#13919b;--e-global-color-kadence3:#0f2a43;--e-global-color-kadence4:#133453;--e-global-color-kadence5:#587089;--e-global-color-kadence6:#829ab1;--e-global-color-kadence7:#e0fcff;--e-global-color-kadence8:#f5f7fa;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-27203.el-is-editing{--global-palette1:#2cb1bc;--global-palette2:#13919b;--global-palette3:#0f2a43;--global-palette4:#133453;--global-palette5:#587089;--global-palette6:#829ab1;--global-palette7:#e0fcff;--global-palette8:#f5f7fa;--global-palette9:#ffffff;}.elementor-kit-27203 e-page-transition{background-color:#FFBC7D;}.elementor-kit-27203 h1{font-size:42px;line-height:1rem;}.elementor-kit-27203 h2{font-size:28px;line-height:1rem;}.elementor-kit-27203 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:12px;--container-default-padding-right:12px;--container-default-padding-bottom:12px;--container-default-padding-left:12px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container for chips */
.animal-tags{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:.5rem;
}

/* Chip / tag */
.animal-tag{
  display:inline-flex;
  align-items:center;
  gap:.35em;
  padding:.28rem .6rem;
  border-radius:9999px;
  font-size:.82rem;
  line-height:1;
  font-weight:600;
  background: rgba(15, 119, 204, .10);     /* fallback */
  border: 1px solid rgba(15, 119, 204, .28);/* fallback */
  color:#0f77cc;                            /* fallback */
  /* Use Elementor's Accent color if available */
  --chip-color: var(--e-global-color-accent, #0f77cc);
  background: color-mix(in srgb, var(--chip-color) 12%, transparent);
  border-color: color-mix(in srgb, var(--chip-color) 32%, transparent);
  color: var(--chip-color);
}

.animal-tag .icon{ line-height:1; }

/* Optional: filled style for a section/container that wraps the shortcode */
.chips-filled .animal-tag{
  background: var(--chip-color);
  color: #fff;
  border-color: var(--chip-color);
}

/* Optional: per-tag tweaks if you want different hues */
.animal-tag.is-good_with_dogs  { /* custom styles if desired */ }
.animal-tag.is-good_with_cats  { /* ... */ }
.animal-tag.is-good_with_kids  { /* ... */ }
.animal-tag.is-spayed_neutered { /* ... */ }/* End custom CSS */