.highlight {
  border-left: 1px solid var(--apple-green);
  border-bottom: 1px solid var(--apple-green);
  border-bottom-left-radius: 25px;
}

.highlight__header {
  margin-left: 25px;
  margin-bottom: 1rem;
}

.highlight__header__circle__wrapper {
  margin-top: -15px;
  width: 50px;
  height: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  top: 8px;
  left: -50px;
}

.highlight__header__circle {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--dark-cyan);
}

.ml-50 {
  margin-left: 50px;
}

.border-top-radius {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.highlights .table th:first-child {
  min-width: 300px;
}
.highlights .table > :not(caption) > * > * {
  border: 0;
}
.highlights .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: var(--lime-green);
}
.highlights .table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 25px;
}
.highlights .table > tbody > tr > td {
  border-left: 1px solid var(--apple-green);
  border-right: 1px solid var(--apple-green);
}
.highlights .table > tbody > tr > td:first-child {
  color: var(--dark-cyan);
  border-left: 0;
}
.highlights .table > tbody > tr > td:last-child {
  border-right: 0;
}

.highlights ul li ul {
  list-style: disc;
}
