.elementor-493 .elementor-element.elementor-element-6f10ef1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-493 .elementor-element.elementor-element-3cc4db8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-493 .elementor-element.elementor-element-3cc4db8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-493 .elementor-element.elementor-element-fe61886{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-493 .elementor-element.elementor-element-27d3bd6{padding:9px 9px 9px 9px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-493 .elementor-element.elementor-element-62db166{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-493 .elementor-element.elementor-element-38ee4b1{text-align:center;}.elementor-493 .elementor-element.elementor-element-38ee4b1 .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-493 .elementor-element.elementor-element-ddffb0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-493 .elementor-element.elementor-element-3cc4db8{--width:62.868%;}.elementor-493 .elementor-element.elementor-element-62db166{--width:66.6666%;}}/* Start custom CSS for html, class: .elementor-element-d23ea5b *//* Legend container */
.tdacr-chip-legend.standalone {
  margin: 2em auto;
  max-width: 720px;
  border-top: 1px solid #ddd;
  padding-top: 1em;
  font-size: 14px;
  color: #333;
}

/* Two-column layout with perfect alignment */
.tdacr-chip-legend .legend-row {
  display: grid;
  grid-template-columns: 110px 1fr;  /* same start point for all text */
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

/* Description text */
.tdacr-chip-legend .legend-text {
  font-weight: 600;
  line-height: 1.4;
}

/* Soft chip style (non-wrapping badges) */
.tdacr-chip-legend .chip {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;      /* ⬅ prevent multi-line badges */
  text-align: center;
  color: var(--chip-fg, #0066cc);
  background: none;
}

.tdacr-chip-legend .chip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: currentColor;
  opacity: 0.15;            /* soft translucent background */
  z-index: -1;
}

/* Color palette */
.tdacr-chip-legend .chip.included { --chip-fg: #0066cc; }
.tdacr-chip-legend .chip.paid     { --chip-fg: #4caf50; }
.tdacr-chip-legend .chip.unpaid   { --chip-fg: #f44336; }
.tdacr-chip-legend .chip.extra    { --chip-fg: #ff9800; }
.tdacr-chip-legend .chip.feedue   { --chip-fg: #e91e63; }
.tdacr-chip-legend .chip.child    { --chip-fg: #757575; }/* End custom CSS */