.card {
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #e7e9ec;
}

.topText p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
  color: #555;
}

.shopBtn {
  background: #385dff;
  border: none;
  padding: 7px 1em;
  margin: 15px 0 25px 0;
  font-size: 13px;
  max-width: fit-content;
  font-weight: 500;
  border-radius: 100px;
}

.tableWrapper {
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  overflow: hidden;
}

/* Table header */
.table thead tr {
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}

.table thead th {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  color: #444;
  position: relative; /* required */
}

.table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px; /* space from top */
  bottom: 5px; /* space from bottom */
  width: 1px;
  background: #efefef;
}

.table thead th:last-child {
  border-right: none;
}

/* Empty State */
.emptyState {
  text-align: center;
  padding: 40px 0;
  color: #9b9b9b;
}

.emptyState p {
  margin-top: 10px;
  font-size: 14px;
}

.emptyStateIcon {
  font-size: 50px;
  opacity: 0.5;
}
