#sitePages h1 {  color: #e00700; }

.delivery-table_tc {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

.delivery-table_tc thead {
    background: #f5f5f5;
    border-bottom: 3px solid #e00700;
}

.delivery-table_tc th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    color: #333;
}

.delivery-table_tc td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.delivery-table_tc tbody tr:nth-child(even) {
    background: #fafafa;
}

.delivery-table_tc tbody tr:hover {
    background: #f2f2f2;
}

/* Price column emphasis */
.delivery-table_tc td:last-child {
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.delivery-table_tc th:last-child {
    text-align: right;
}

/* Best option highlight */
.delivery-table_tc .best-option {
    background: #eef6ee;
}

/* Mobile scroll wrapper */
.table-wrapper_tc {
    overflow-x: auto;
}

.delivery-table_tc td:last-child {
    font-weight: 600;
    white-space: nowrap;
}

.delivery-table_tc th:last-child {
    text-align: right;
}

.delivery-table_tc td:last-child {
    text-align: right;
}

.delivery-table_tc td:last-child,
.delivery-table_tc th:last-child {
    border-left: 2px solid #e5e5e5;
}

/* Updated TC Fixings product descriptions */
.product_description_tc {
  color: #222;
  font-size: 14px;
  line-height: 1.7;
}

.product_description_tc p {
  margin-top: 0;
  margin-bottom: 16px;
}

.product_description_tc ul {
  margin: 0 0 18px 22px;
  padding: 0;
}

.product_description_tc li {
  margin-bottom: 8px;
}

.product_description_tc hr {
  clear: both;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

/* Updated accordion styling */
.product_description_tc .accordion-list .collapsible-item {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 12px;
}

.product_description_tc .accordion-list .collapsible-item-heading {
  background: #f5f5f5;
  border: 0;
  padding: 14px 16px;
}

.product_description_tc .accordion-list .collapsible-item-title {
  margin: 0;
  color: #1f1f1f;
  font-size: 17px;
  line-height: 1.4;
}

.product_description_tc .accordion-list .collapsible-item-title-link {
  color: #1f1f1f;
  text-decoration: none;
}

.product_description_tc .accordion-list .collapsible-item-title-link:hover,
.product_description_tc .accordion-list .collapsible-item-title-link:focus {
  color: #e00700
  text-decoration: none;
}

.product_description_tc .accordion-list .collapsible-item-title-link-icon {
  color: #1f1f1f;
}

.product_description_tc .accordion-list .collapsible-item-title-link-icon:hover,
.product_description_tc .accordion-list .collapsible-item-title-link-icon:focus {
  color: #e00700;
}

.product_description_tc .accordion-list .collapsible-item-body {
  padding: 18px;
  color: #222;
  font-size: 14px;
  line-height: 1.7;
}

.product_description_tc .accordion-list .collapsible-item-body p:last-child,
.product_description_tc .accordion-list .collapsible-item-body ul:last-child {
  margin-bottom: 0;
}

.product_description_tc .accordion-list .collapsible-item-body a {
  color: #e00700;
  font-weight: 600;
  text-decoration: none;
}

.product_description_tc .accordion-list .collapsible-item-body a:hover,
.product_description_tc .accordion-list .collapsible-item-body a:focus {
  color: #8f191d;
  text-decoration: underline;
}

/* Specifications and installation callouts */
.product_note_tc {
  background: #f7f7f7;
  border-left: 4px solid #e00700;
  margin: 0 0 20px;
  padding: 18px;
  color: #222;
  font-size: 14px;
  line-height: 1.7;
}

.product_note_tc p {
  margin-top: 0;
  margin-bottom: 16px;
}

.product_note_tc p:last-child {
  margin-bottom: 0;
}

/* Technical product image */
.product_description_tc.product_image_tc {
  text-align: center;
}

.product_description_tc.product_image_tc p {
  margin: 0 0 20px;
  text-align: center;
}

.product_description_tc.product_image_tc img {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  height: auto;
}

/* Clears the preceding two-column layout */
.product_clear_tc {
  clear: both;
}

@media (max-width: 767px) {
  .product_description_tc,
  .product_note_tc {
    font-size: 15px;
    line-height: 1.6;
  }

  .product_description_tc .accordion-list .collapsible-item-heading {
    padding: 12px 14px;
  }

  .product_description_tc .accordion-list .collapsible-item-title {
    font-size: 14px;
  }

  .product_description_tc .accordion-list .collapsible-item-body {
    padding: 14px;
    font-size: 15px;
    line-height: 1.6;
  }

  .product_note_tc {
    padding: 14px;
  }
}

@media (min-width: 768px) {
  .product_description_tc.row {
    display: flex;
    align-items: stretch;
  }

  .product_description_tc.row > .product_image_tc {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product_description_tc.row > .product_image_tc > p {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}