.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#F5CD2C;--e-global-color-32faf9b:#FCFAF5;--e-global-color-7da3cd9:#000000;--e-global-color-65f6b71:#342F1E;--e-global-color-a7cbef7:#F5CD2C;--e-global-color-9864ab0:#EFEDE9;--e-global-color-b103890:#00000026;--e-global-color-4921a63:#02010100;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Maitree";--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Maitree";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-a7cbef7 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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: terms sit next to each other with a 10px gap and wrap */
.ldfd-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 10px gap horizontally & vertically */
}

/* Shared pill styles */
.ldfd-term {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap; /* keeps the label on a single line inside each pill */
}

/* Variants */
.ldfd-term--parent { background: #EFEDE9; }
.ldfd-term--child  { background: #FCFAF5; }

/* Optional: a11y/hover niceties */
.ldfd-term:hover,
.ldfd-term:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.06) inset;
}/* End custom CSS */