.ppd-spec-sheet-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ppd-spec-sheet-list-group-title {
  margin: 0 0 8px;
  font-size: 1.1em;
}
.ppd-spec-sheet-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: inherit;
}
.ppd-spec-sheet-list-item:last-child {
  border-bottom: none;
}
.ppd-spec-sheet-list-item-image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}
.ppd-spec-sheet-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppd-spec-sheet-list-item-name {
  flex: 1 1 auto;
  font-size: 0.95em;
  text-decoration: none;
  color: inherit;
}
.ppd-spec-sheet-list-item-name:hover {
  text-decoration: underline;
}
.ppd-spec-sheet-list-item-download {
  flex: 0 0 auto;
  padding: 6px 14px;
  font-size: 0.85em;
  white-space: nowrap;
  border: 1px solid currentColor;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
}
.ppd-spec-sheet-list-item-download:hover {
  opacity: 0.75;
}

/*# sourceMappingURL=spec-sheet-list.css.map */
