.panel-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.panel-heading-row h2 {
  margin-bottom: 3px;
}

.preview-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 11px;
  background: #3d332b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.inventory-warning {
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff2ef;
  color: #a34c3e;
}

@media (max-width: 650px) {
  .panel-heading-row {
    align-items: stretch;
    flex-direction: column;
  }

  .preview-link-button {
    width: 100%;
  }
}
