.sage-bullet-header {
  margin-top: 2.25rem /* 36px */;
  margin-bottom: 0.25rem /* 4px */;
  text-align: left;
  font-size: 0.875rem /* 14px */;
  font-weight: 500;
}

.sage-bullet-container {
  margin-bottom: 1.25rem /* 20px */;
  margin-bottom: 1.25rem /* 20px */;
  font-size: 0.875rem /* 14px */;
  font-weight: 400;
}

.sage-bullet-container ul {
  margin-left: 1.75rem /* 28px */;
  margin-right: 1.75rem /* 28px */;
  display: flex;
  flex-direction: column;
  list-style-type: disc;
}

.sage-bullet-container ul li {
  margin-top: 0.75rem /* 12px */;
  margin-bottom: 0.75rem /* 12px */;
}

.ll-details-centering-div {
  display: flex;
  width: 100%;
  justify-content: center;
}

.legacy-libraries-details-box {
  width: 100%;
  background-color: #f9fafb;
  border: 1px solid #dddddd;
  /* height: 5rem; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.legacy-libraries-details-box p {
  font-size: 0.75rem;
  color: #2463eb;
}

.legacy-libraries-details-box p:hover {
  text-decoration: underline;
  cursor: pointer;
}

.legacy-libraries-details-box h3 {
  font-size: 0.75rem;
}

.legacy-libraries-details-box :not(:first-child) {
  margin-top: 0.5rem;
}

.legacy-library-table-centering {
  display: flex;
  width: 100%;
  justify-content: center;
}

.legacy-library-table {
  width: 100%;
  background-color: #f9fafb;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  border-radius: 10px;
  margin-bottom: 4rem;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 2rem;
}

th,
td {
  text-align: left;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid #ddd;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.75rem;
}

.paddedTd {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-spacing: 0px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.table-header {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  background-color: #f4f4f4;
}

.blue-link {
  color: #2463eb;
}

.blue-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 880px) {
  .table-left-col {
    width: 10rem;
  }
  .table-first-third {
    width: 7rem;
  }
  .table-middle {
    width: 10rem;
  }
}

@media (min-width: 880px) {
  .legacy-libraries-details-box {
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .legacy-libraries-details-box > * + * {
    margin-left: 1rem;
  }
  .legacy-libraries-details-box :not(:first-child) {
    margin-top: 0rem;
  }
  .legacy-libraries-details-box p {
    font-size: 0.875rem;
  }
  .legacy-libraries-details-box h3 {
    font-size: 0.875rem;
  }
  .table-right-col {
    width: 15rem;
  }
}
