.container {
  overflow: hidden;
}

.tool-card {
  background-color: #ffffff;
  color: #000;
  padding: 32px;
  margin: 30px 0;
  display: none; /* Hidden by default */
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
  border-radius: 16px;
}

.tool-descripion {
}

.tool-source {
  margin-top: 10px;
  font-size: 14px;

  bottom: 10px;
  left: 30px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Filter chip styling lives in index.css now */
