.elementor-766 .elementor-element.elementor-element-1d881f8{--display:flex;--margin-top:16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-766 .elementor-element.elementor-element-9ec4b2a{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.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-766 .elementor-element.elementor-element-c64bc40{text-align:end;}.elementor-766 .elementor-element.elementor-element-c64bc40 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;color:#000000;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-766 .elementor-element.elementor-element-837472c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:start;}.elementor-766 .elementor-element.elementor-element-837472c img{width:43%;max-width:85%;}@media(max-width:1024px){.elementor-766 .elementor-element.elementor-element-9ec4b2a{--grid-auto-flow:row;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-766 .elementor-element.elementor-element-837472c img{width:55%;max-width:63%;}}@media(max-width:767px){.elementor-766 .elementor-element.elementor-element-9ec4b2a{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-766 .elementor-element.elementor-element-c64bc40{text-align:center;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-766 .elementor-element.elementor-element-837472c{text-align:center;}.elementor-766 .elementor-element.elementor-element-837472c img{width:70%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-9e91fab */* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
}

.wrap {
  max-width: 860px;
  margin: 40px auto;
  padding: 0 28px 48px;
}

/* ── HEADER ── */
.doc-header {
  text-align: center;
  margin-bottom: 28px;
}

.doc-logo {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}

.doc-title {
  font-size: 22px;
  font-weight: 800;
  color: #1e7a35;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.doc-sub {
  font-size: 13px;
  font-weight: 400;
  color: #444;
}

/* ── TABLE ── */
.doc-table {
  width: 100%;
  border-collapse: collapse;
  border: 1.5px solid #888;
  margin-top: 24px;
}

.doc-table th {
  border: 1.5px solid #888;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  background: #fff;
  vertical-align: middle;
  color: #1a1a1a;
}

.doc-table th.col-tech,
.doc-table th.col-loc {
  text-align: left;
  white-space: nowrap;
}

/* Category rows — bold italic */
.doc-table tr.cat-row td {
  border: 1.5px solid #888;
  padding: 8px 14px;
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
  background: #fff;
  color: #1a1a1a;
}

/* Data rows */
.doc-table tr.data-row td {
  border: 1px solid #aaa;
  padding: 7px 14px;
  font-size: 13px;
  vertical-align: top;
  line-height: 1.55;
  background: #fff;
}

.doc-table tr.data-row td.col-tech,
.doc-table tr.data-row td.col-loc {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.prod-name {
  font-weight: 700;
  display: block;
}

.prod-desc {
  font-weight: 400;
  display: block;
  color: #222;
}

.nyl {
  font-style: italic;
}

/* ── SUMMARY ── */
.doc-summary {
  margin-top: 24px;
}

.doc-summary table {
  border-collapse: collapse;
  margin-left: auto;
}

.doc-summary td {
  padding: 4px 10px;
  font-size: 13px;
}

.doc-summary td:first-child {
  font-weight: 600;
  padding-right: 20px;
}

.doc-summary .total-row td {
  font-weight: 700;
  border-top: 1.5px solid #888;
  padding-top: 6px;
}

/* ══════════════════════════════════════════════
   RESPONSIVE — TABLET (max 680px)
   Hide col-tech and col-loc headers,
   keep table scrollable
══════════════════════════════════════════════ */
@media (max-width: 680px) {
  .wrap {
    margin: 20px auto;
    padding: 0 12px 32px;
  }

  .doc-title {
    font-size: 17px;
  }

  /* Make table container scrollable horizontally */
  .doc-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
  }

  .doc-table thead,
  .doc-table tbody,
  .doc-table tr {
    display: block;
  }

  /* Hide original table header row */
  .doc-table thead tr {
    display: none;
  }

  /* Category rows span full width */
  .doc-table tr.cat-row {
    display: block;
  }

  .doc-table tr.cat-row td {
    display: block;
    border: 1.5px solid #888;
    width: 100%;
    padding: 8px 12px;
  }

  /* Data rows: stack as card */
  .doc-table tr.data-row {
    display: block;
    border: 1px solid #aaa;
    margin-bottom: 6px;
    background: #fff;
  }

  .doc-table tr.data-row td {
    display: block;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 12px;
    white-space: normal;
    font-size: 12px;
  }

  .doc-table tr.data-row td:last-child {
    border-bottom: none;
  }

  /* Show data-label as inline prefix for Tech and Location cols */
  .doc-table tr.data-row td.col-tech::before,
  .doc-table tr.data-row td.col-loc::before {
    content: attr(data-label) ": ";
    font-weight: 700;
    color: #1e7a35;
  }

  /* Summary table full width on mobile */
  .doc-summary table {
    margin-left: 0;
    width: 100%;
  }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — SMALL PHONES (max 400px)
══════════════════════════════════════════════ */
@media (max-width: 400px) {
  .doc-title {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .doc-logo {
    max-width: 220px;
  }

  .doc-table tr.data-row td {
    font-size: 11px;
  }
}/* End custom CSS */