.elementor-kit-6{--e-global-color-primary:#78AA5C;--e-global-color-secondary:#54595F;--e-global-color-text:#494949;--e-global-color-accent:#61CE70;--e-global-color-37d4ce5:#FFFFFF;--e-global-color-3ae9ea4:#0E0E0E;--e-global-color-0e2b1e1:#FF4F4F;--e-global-color-ce18fdc:#FAB62B;--e-global-color-c583267:#004A98;--e-global-color-f8ceeb5:#005AB9;--e-global-color-a92d567:#EEA40C;--e-global-color-c04cb0f:#DBDADA;--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-weight:900;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* WRI generic responsive table */
.wri-responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.wri-responsive-table th,
.wri-responsive-table td {
  padding: 8px 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* Stack nicely on phones */
@media (max-width: 768px) {
  .wri-responsive-table,
  .wri-responsive-table thead,
  .wri-responsive-table tbody,
  .wri-responsive-table th,
  .wri-responsive-table td,
  .wri-responsive-table tr {
    display: block;
    width: 100%;
  }

  .wri-responsive-table thead {
    display: none;
  }

  .wri-responsive-table tr {
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
  }

  .wri-responsive-table td {
    padding-left: 45%;
    position: relative;
  }

  .wri-responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 8px;
    font-weight: 600;
    white-space: nowrap;
  }
}
/* existing table CSS ends here */

/* Stop long headings / links overflowing in WRI responsive tables */
.wri-responsive-table td,
.wri-responsive-table td h4,
.wri-responsive-table td a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Optional: make long headings smaller on very small screens */
@media (max-width: 480px) {
  .wri-responsive-table td h4 {
    font-size: 1rem;
    line-height: 1.3;
  }
}
/* Hide the mobile label on the first (image) column */
.wri-responsive-table td:first-child:before {
    content: "" !important;
}
/* Achievements table – tidy mobile layout (MOBILE ONLY) */
@media (max-width: 768px) {

  /* Make each cell full width & remove the big left indent used for labels */
  .wri-achievements-table th,
  .wri-achievements-table td {
    width: 100%;
    padding-left: 10px;   /* overrides the 45% padding from the generic table rule */
  }

  /* First column (image) can sit flush with the edge */
  .wri-achievements-table th:first-child,
  .wri-achievements-table td:first-child {
    padding-left: 0;
  }

  /* Remove the small 'Achievement' label above each entry that comes from data-label */
  .wri-achievements-table td::before {
    content: "" !important;
  }
}

/* DESKTOP: make sure Achievements table behaves like a normal 2-column table */
@media (min-width: 769px) {

  .wri-achievements-table {
    width: 100%;
    border-collapse: collapse;
  }

  .wri-achievements-table th,
  .wri-achievements-table td {
    width: auto;          /* allow normal column widths */
    padding-left: 10px;   /* comfortable padding, no mobile indent */
  }

  .wri-achievements-table th:first-child,
  .wri-achievements-table td:first-child {
    padding-left: 0;
  }
}/* End custom CSS */