.sp-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000; /* Black table border */
}
.sp-wrapper table th,
.sp-wrapper table td {
  border: 1px solid #000; /* Black cell borders */
  padding: 8px;
  text-align: left;
}
.sp-wrapper table th {
  background-color: #595959; /* Dark gray heading background */
  color: #fff; /* White heading text */
  font-weight: bold;
}
.sp-wrapper .table-striped tr:nth-child(even) {
  background-color: #f2f2f2;
}
.sp-wrapper h4 {
  margin-top: 20px;
  color: #59595a;
  padding-bottom: 5px;
}
.yes-icon {
  width: 24px; /* adjust as needed */
  height: auto; /* keeps aspect ratio */
  vertical-align: middle; /* aligns it nicely with text */
}
