
table:not(.document-table) tr:not(.action-section):first-child td {
  background-color: rgb(17, 131, 32);
  color: #fff;
  font-weight: 500;
}
table:not(.document-table) tr:not(.action-section):first-child td p {
  font-size: 18px;
  margin-bottom: 0;
}
table:not(.document-table) tr td {
  padding: 14px !important;
}

/* Table NOT inside an .action-table ancestor */
table:not(.document-table):not(:has(.action-table &)) {
  table-layout: fixed;
}

table:not(.document-table):not(:has(.action-table &))
  > tbody
  > tr:not(.action-section):first-child
  > td {
  background-color: rgb(17, 131, 32);
  color: #fff;
  font-weight: 500;
  padding: 14px;
  width: 25%;
}
table:not(.document-table):not(:has(.action-table &))
  > tbody
  > tr:not(.action-section)
  > td {
  word-break: break-word;
}

  .accordion-body table {
    padding-bottom: 0;
    margin-bottom: 0;
  }

/* ROBERTO updates Mon Nov 24 */

/* preventing nav items from stretching too wide */

@media (max-width: 768px) {

  .accordion-body {
    overflow-y: scroll;
  }
  .accordion-body table {
    position: relative;
    width: 1300px;
  }

  .accordion-body table::before, .left-col span[data-kontent-element-codename="full_or_left_content"] table::before {
    content: "Scroll right to see more info";
    position: absolute;
    top: -45px;
    left: 0;
    background: #fff3cd;
    color: #856404;
    padding: 8px 12px 8px 35px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #ffeebb;
    z-index: 10;
    animation: pulse 2s ease-in-out infinite;
  }

  .accordion-body table::before, .left-col span[data-kontent-element-codename="full_or_left_content"] table::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23856404'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
    background-color: #fff3cd;
  }

  /* content block table */

  .content-block-table {
    overflow-x: scroll;
  }
  .content-block-table table {
    position: relative;
    width: 1300px;
  }

  .content-block-table table::before {
    content: "Scroll right to see more info";
    position: absolute;
    top: -45px;
    left: 0;
    background: #fff3cd;
    color: #856404;
    padding: 8px 12px 8px 35px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #ffeebb;
    z-index: 10;
    animation: pulse 2s ease-in-out infinite;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23856404'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
  }

  /* full_or_left_content responsive fix only */
  .left-col span[data-kontent-element-codename="full_or_left_content"] {
    display: block;
    position: relative;
    overflow-x: auto;
  }

  .left-col span[data-kontent-element-codename="full_or_left_content"] table {
    min-width: 1300px;
    width: 1300px;
    display: table;
  }

  .left-col span[data-kontent-element-codename="full_or_left_content"] table::before {
    content: "Scroll right to see more info";
    position: absolute;
    top: 5px;
    left: 0;
    background: #fff3cd;
    color: #856404;
    padding: 8px 12px 8px 35px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #ffeebb;
    z-index: 10;
    animation: pulse 2s ease-in-out infinite;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23856404'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
  }
}

.action-table .table thead tr th:first-child {
  width: 320px;
}

.action-table .table thead tr th:nth-child(2) {
  width: 150px;
}
