.elementor-kit-4872{--e-global-color-primary:#0466c8;--e-global-color-secondary:#161619;--e-global-color-tertiary:#161619;--e-global-color-quaternary:#0466c8;--e-global-color-primary_hover:#0573e2;--e-global-color-9e5a4e2:#636D8F;--e-global-color-2237ada:#FFFFFF;--e-global-color-463f900:#EFF7FF;--e-global-color-5d25f36:#0E1A30;--e-global-color-deab067:#33415C;--e-global-color-b86de47:#5C677D;--e-global-color-28d82c9:#7D8597;--e-global-color-c1b806a:#979DAC;--e-global-color-f7080a3:#DDE0E8;--e-global-color-ef6395d:#EEF2F6;--e-global-color-1402c39:#212127;--e-global-color-0cc13aa:#F5F7FA;--e-global-color-4f3505f:#00C896;--e-global-color-cc6b171:#FFB100;--e-global-color-4322758:#FF4D4F;--e-global-color-3b6addd:#162D4E0D;--e-global-color-6bbb135:#1EA0FF;--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;background-color:#F7FAFC;color:#636D8F;font-family:"Inter", Poppins;line-height:1.45rem;}.elementor-kit-4872 button,.elementor-kit-4872 input[type="button"],.elementor-kit-4872 input[type="submit"],.elementor-kit-4872 .elementor-button{background-color:var( --e-global-color-primary_hover );font-family:"Inter", Poppins;font-weight:normal;line-height:1.25rem;letter-spacing:0.025rem;color:var( --e-global-color-2237ada );border-radius:.675rem .675rem .675rem .675rem;padding:0.7rem 1.8rem 0.7rem 1.8rem;}.elementor-kit-4872 button:hover,.elementor-kit-4872 button:focus,.elementor-kit-4872 input[type="button"]:hover,.elementor-kit-4872 input[type="button"]:focus,.elementor-kit-4872 input[type="submit"]:hover,.elementor-kit-4872 input[type="submit"]:focus,.elementor-kit-4872 .elementor-button:hover,.elementor-kit-4872 .elementor-button:focus{background-color:var( --e-global-color-5d25f36 );color:var( --e-global-color-2237ada );}.elementor-kit-4872 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4872 a{color:var( --e-global-color-primary );font-family:"Inter", Poppins;}.elementor-kit-4872 a:hover{color:var( --e-global-color-primary );}.elementor-kit-4872 h1{color:var( --e-global-color-5d25f36 );font-family:"Inter", Poppins;}.elementor-kit-4872 h2{color:var( --e-global-color-5d25f36 );font-family:"Inter", Poppins;}.elementor-kit-4872 h3{color:var( --e-global-color-5d25f36 );font-family:"Inter", Poppins;}.elementor-kit-4872 h5{font-family:"Inter", Poppins;}.elementor-kit-4872 h6{font-family:"Inter", Poppins;}.elementor-kit-4872 label{font-family:"Inter", Poppins;}.elementor-kit-4872 input:not([type="button"]):not([type="submit"]),.elementor-kit-4872 textarea,.elementor-kit-4872 .elementor-field-textual{font-family:"Inter", Poppins;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.page-title{display:var(--page-title-display);}@media(max-width:991px){.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 *//* Final compact chip polish */
.toolshey-taxo ul.amit-child-terms,
ul.amit-child-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
  margin: 8px 0 16px;
  justify-content: flex-start;
  max-width: 1100px;
}

.toolshey-taxo ul.amit-child-terms,
ul.amit-child-terms li {
    list-style-type: none;
}
.toolshey-taxo ul.amit-child-terms li a,
ul.amit-child-terms li a {
  padding: 7px 12px;          /* slightly larger tap area */
  font-size: 13px;
  border-radius: 10px;
  background: #EEF2F6;
  color: #0E1A30;
  border: 1px solid rgba(13,22,44,0.06);
  transition: .12s ease;
}

.toolshey-taxo ul.amit-child-terms li a:hover {
  border-color: #0573E2;
  color: #0466C8;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(5,115,226,0.06);
}

.toolshey-taxo ul.amit-child-terms li.current-term a,
ul.amit-child-terms li.current-term a {
  background: linear-gradient(90deg,#fff,#EFF7FF);
  border-color: #0466C8;
  color: #0466C8;
  font-weight: 600;
}

/* mobile: small pills, horizontal scroll if too long */
@media (max-width:640px){
  .toolshey-taxo ul.amit-child-terms { overflow-x:auto; -webkit-overflow-scrolling:touch; gap:6px; }
  .toolshey-taxo ul.amit-child-terms li a{ padding:6px 10px; font-size:12px; }
}


/* MOBILE — Horizontal scroll chips (clean, compact, SaaS style) */
@media (max-width: 600px) {

  .toolshey-taxo ul.amit-child-terms,
  ul.amit-child-terms {
      flex-wrap: nowrap !important;
      overflow-x: auto !important;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      gap: 10px;
      padding-bottom: 6px;
  }

  .toolshey-taxo ul.amit-child-terms li,
  ul.amit-child-terms li {
      display: inline-block !important;
      flex: 0 0 auto !important;
  }

  .toolshey-taxo ul.amit-child-terms li a,
  ul.amit-child-terms li a {
      padding: 6px 10px !important;
      font-size: 13px !important;
      border-radius: 10px !important;
      white-space: nowrap !important;
  }
}/* End custom CSS */