.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.table-responsive table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  border: 1px solid #ccc;
}

.table-responsive th,
.table-responsive td {
  padding: 12px 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.table-responsive th {
  background-color: #f5f5f5;
  text-align: center;
}

@media (max-width: 768px) {
  .table-responsive th,
  .table-responsive td {
    padding: 8px 6px;
    font-size: 14px;
  }
}
