.elementor-33901 .elementor-element.elementor-element-5a8285ac{--display:flex;--overflow:hidden;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Arial;font-size:var( --e-global-typography-text-font-size );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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Arial;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-33901 .elementor-element.elementor-element-8a9d10b > .elementor-widget-container{margin:-38px 0px 0px 0px;}.elementor-33901 .elementor-element.elementor-element-ccebf77 > .elementor-widget-container{margin:-30px 0px 0px 0px;}.elementor-33901 .elementor-element.elementor-element-70e9467 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-33901 .elementor-element.elementor-element-89fd808 > .elementor-widget-container{margin:-59px 0px 0px 0px;}.elementor-33901 .elementor-element.elementor-element-d510493 > .elementor-widget-container{margin:15px 0px 0px 0px;}.elementor-33901 .elementor-element.elementor-element-4db8822 > .elementor-widget-container{margin:-62px 0px 0px 0px;}@media(max-width:1025px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:768px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-ccebf77 *//* Desktop styling remains the same */
.yl-table-wrapper {
  max-width: 820px;
  margin: 0 auto;
}

.yl-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.yl-table thead th {
  text-align: left;
  padding: 18px 20px;
  background: #f7f8fa;
  font-weight: 700;
}

.yl-table thead th h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.yl-table tbody td {
  padding: 14px 20px;
  border-top: 1px solid #eef0f3;
  vertical-align: middle;
  font-size: 0.98rem;
}

/* Alternating row colours */
.yl-table tbody tr:nth-child(odd) { background: #ffffff; }
.yl-table tbody tr:nth-child(even) { background: #f5f7fa; }

/* Mobile optimization */
@media (max-width: 640px) {
  /* Hide table headers */
  .yl-table thead { display: none; }

  /* Stack rows as cards */
  .yl-table, .yl-table tbody, .yl-table tr, .yl-table td {
    display: block;
    width: 100%;
  }

  .yl-table tr {
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }

  .yl-table td {
    padding: 12px 14px;
    border-top: 1px solid #eef0f3;
  }

  /* Add label before each value */
  .yl-table td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 0.95rem;
  }
}

/* Optional: further shrink font/padding for very small screens */
@media (max-width: 480px) {
  .yl-table td {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  .yl-table thead th h3 {
    font-size: 1rem;
  }
}
/* Ensure table fits container */
.yl-table-wrapper {
  max-width: 100%;
  overflow-x: hidden; /* prevent horizontal scroll */
  margin: 0 auto;
}

/* Allow text to wrap inside cells */
.yl-table td, 
.yl-table th {
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/* Optional: make very long words break nicely on mobile */
@media (max-width: 640px) {
  .yl-table-wrapper {
    overflow-x: hidden; 
  }
  .yl-table td {
    white-space: normal;
  }
}

/* Keep existing mobile stacking */
@media (max-width: 640px) {
  .yl-table, .yl-table tbody, .yl-table tr, .yl-table td {
    display: block;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0742ee9 *//* Desktop styling remains the same */
.yl-table-wrapper {
  max-width: 820px;
  margin: 0 auto;
}

.yl-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #dcdfe3;
  border-radius: 8px;
  overflow: hidden;
}

.yl-table thead th {
  text-align: left;
  padding: 18px 20px;
  background: #f7f8fa;
  font-weight: 700;
  border: 1px solid #dcdfe3;
}

.yl-table thead th h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.yl-table tbody td {
  padding: 14px 20px;
  border: 1px solid #dcdfe3;
  vertical-align: middle;
  font-size: 0.98rem;
}

/* Alternating row colours */
.yl-table tbody tr:nth-child(odd) { background: #ffffff; }
.yl-table tbody tr:nth-child(even) { background: #f5f7fa; }

/* Mobile optimization */
@media (max-width: 640px) {
  /* Hide table headers */
  .yl-table thead { display: none; }

  /* Stack rows as cards */
  .yl-table, .yl-table tbody, .yl-table tr, .yl-table td {
    display: block;
    width: 100%;
  }

  .yl-table tr {
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    border: 1px solid #dcdfe3;
  }

  .yl-table td {
    padding: 12px 14px;
    border: none;
    border-top: 1px solid #dcdfe3;
  }

  /* Show labels above each value */
  .yl-table td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 0.95rem;
  }
}

/* Optional: further shrink font/padding for very small screens */
@media (max-width: 480px) {
  .yl-table td {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  .yl-table thead th h3 {
    font-size: 1rem;
  }
}
/* Ensure table fits container */
.yl-table-wrapper {
  max-width: 100%;
  overflow-x: hidden; /* prevent horizontal scroll */
  margin: 0 auto;
}

/* Allow text to wrap inside cells */
.yl-table td, 
.yl-table th {
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/* Optional: make very long words break nicely on mobile */
@media (max-width: 640px) {
  .yl-table-wrapper {
    overflow-x: hidden; 
  }
  .yl-table td {
    white-space: normal;
  }
}

/* Keep existing mobile stacking */
@media (max-width: 640px) {
  .yl-table, .yl-table tbody, .yl-table tr, .yl-table td {
    display: block;
    width: 100%;
  }
}/* End custom CSS */