.wsp-simple-detail-page .wsp-simple-detail-actions {
  margin: 0 0 22px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
}

.wsp-machine-hero .wsp-simple-detail-actions,
.wsp-gun-hero .wsp-simple-detail-actions {
  margin: 16px 0 0;
  background: #f8fafc;
  box-shadow: none;
}

.wsp-simple-detail-label {
  margin: 0 0 10px;
  color: #9a3412;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wsp-simple-detail-action-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsp-simple-detail-action-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
}

.wsp-simple-detail-action-grid a:hover,
.wsp-simple-detail-action-grid a:focus-visible {
  background: #f97316;
  border-color: #f97316;
  color: #111827;
  outline: none;
  text-decoration: none;
}

.wsp-simple-detail-action-grid a[data-wsp-action-kind="buy"] {
  border-color: #f59e0b;
  background: #fffbeb;
  color: #92400e;
}

.wsp-simple-detail-action-grid a[data-wsp-action-kind="search"] {
  border-color: #99f6e4;
  background: #ecfdf5;
  color: #0f766e;
}

.wsp-simple-detail-action-grid a[data-wsp-action-kind="troubleshooting"] {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.wsp-simple-table-tools {
  margin: 14px 0 10px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.wsp-simple-table-tools label {
  display: block;
  margin: 0;
  color: #334155;
  font-size: 13px;
  font-weight: 850;
}

.wsp-simple-table-tools input {
  display: block;
  width: 100%;
  min-height: 40px;
  margin-top: 7px;
  padding: 8px 11px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #ffffff;
  color: #111827;
  font: inherit;
}

.wsp-simple-table-count {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.wsp-simple-table-hidden-row {
  display: none !important;
}

.wsp-simple-table-scroll {
  overflow-x: auto;
  max-width: 100%;
}

.wsp-simple-detail-page .wsp-simple-detail-target {
  scroll-margin-top: 132px;
}

@media (max-width: 760px) {
  .wsp-simple-detail-page .wsp-simple-detail-actions {
    padding: 12px;
  }

  .wsp-simple-detail-action-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wsp-simple-detail-action-grid a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
