.popover {
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  margin-top:50px;
}

 .cards {
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      background-color: #fff;
    }

    .card-title {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .point-list {
      margin-bottom: 10px;
    }

    .point-item {
      list-style-type: none;
      padding-left: 20px;
      position: relative;
    }

    .point-item::before {
      content: "•";
      position: absolute;
      left: 0;
      top:0px;
      font-size:25px;
    }

.btn-custom {
      background-color: transparent !important;
      font-size: 12px;
    }

.popover-content {
  color: #333;
}

.show-popover {
  display: block !important;
}
