body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.product-detail-toc {
  display: flex;
  justify-content: center;
}

/* .container-fluid {
  width: 80%; /* Adjust as needed */
} */

.row {
  display: flex;
  justify-content: space-between;
}

#product-detail-toc {
  width: 100%;
}

#product-hero-title-col {
  flex: 1;
  margin-right: 30px; /* Adjust as needed for spacing */
}

#product-companies {
  flex: 1;
}

/*.styling-for-toc-tags {*/
/*  margin-bottom: 105px;*/
/*}*/

.toc h4 {
  margin-top: 10px;
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.toc h5 {
  margin-left: 20px;
  color: black;
  font-size: 14px;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.list-border-bottom {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  width: 50%; 
  box-sizing: border-box;
}
h3 {
    font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #ff5400;
    border-bottom: 1px solid #014f4a;
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 9px;
    margin-top: 55px;
}

/*.product-detail-toc-container {*/
/*  flex: 1;*/
/*    margin-left: 25%; */
/*    margin-right: 8.33333333%; */
/*    display: flex;*/
/*    justify-content: space-between; */
/*}*/

.product-detail-toc-row {
  display: flex;
  width: 60%;
}

.product-detail-toc-col {
  flex: 0 0 calc(50% - 16.66666667px); 
}

.product-hero-title h3 {
  font-size: 24px;
  color: #000;
}

.company-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.company-list li {
  flex: 0 0 50%;
  padding: 0 15px;
}

.list-border-bottom {
  border-bottom: 1px solid #000;
}

.company-link {
  text-decoration: none;
  color: #000;
}

.md-product-table li {
  line-height: 16px;
  margin-bottom: 7px;
}

.custom-li-line-height li {
    line-height: 1.2;
}

.companies-mentioned {
    background-color: #f9f9f9;
    padding-top: 33px;
    padding-bottom: 25px;
}
.companies-mentioned h2 {
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.1rem;
    color: #ff5400;
    text-align: center;
}

.companies-mentioned .flickity-slider{
  display: flex;
  align-items: center;
}