.tech-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
    table-layout: fixed;
  }

  .tech-table td {
    border: 1px solid #777;
    padding: 1rem;
    vertical-align: top;
  }

  .tech-table tr:hover {
    background-color: #811811;
  }

  .bullet-line {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
    margin-bottom: 0.3em;
  }

  .bullet-icon {
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.3em;
  }
  

  /* --------------------------------------- */
  /* Mobile Tables */
  /* --------------------------------------- */
.technical-data-table-mobile { display: none; }

@media screen and (max-width: 768px) {
  .technical-data-table { display: none; }
  .technical-data-table-mobile { display: block; }
}
