/* Final tools module overrides extracted from the end of app.css. */

/* Extracted from app.css lines 5577-5602. */
.clickable-tool-card {
  cursor: pointer;
}

.tool-card .tool-card-title-row h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 720;
}

.tool-card .tool-share-icon-btn {
  min-height: 30px;
  border-radius: 6px;
}

.tool-card .tool-card-footer .btn {
  min-height: 34px;
  border-radius: 6px;
  padding: 0 14px;
  margin-left: auto;
}

.clickable-tool-card .btn {
  cursor: pointer;
}
