.breakwordmbl {
  word-break: break-all;
}
. card-custom {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.section-title {
  background-color: #ededed;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-family: "Noto Sans";
  font-size: 16px;
  color: #313131;
}
.card-body-custom {
  padding: 1rem 1.25rem;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
}
.info-label {
  font-weight: 500;
}

ul.custom-bullet {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
ul.custom-bullet li {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 300;
}

ul li::marker {
  font-size: 0.7em; /* or any size like 10px */
}
p {
  font-size: 16px;
  font-weight: 300;
}
.mobileView li {
  font-size: 16px;
  font-weight: 300;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: #ededed !important;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 500 !important;
}
h6.fw-semibold,
p.mb-1.fw-semibold {
  font-weight: 500 !important;
}

@media (max-width: 767.98px) {
  table.responsive-table thead {
    display: none;
  }

  table.responsive-table,
  table.responsive-table tbody,
  table.responsive-table tr,
  table.responsive-table td {
    display: block;
    width: 100%;
  }

  table.responsive-table tr {
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
  }

  table.responsive-table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
    color: #444;
  }

  table.responsive-table td {
    border: none !important;
    padding: 0.5rem 0;
  }
  .mobileView li {
    font-size: 16px;
    font-weight: 300;
  }
  .row.mt-4 {
    margin-top: 0px !important;
  }
}
