.helpdesk-tabular-menu {
  display: flex;
  padding: 12px 12px 0 12px;
  border-bottom: 1px solid #bbb;
}

.helpdesk-tab-item {
  padding: 6px 12px;
  margin-bottom: -1px;
  cursor: pointer;
}
.helpdesk-tab-item.helpdesk-active {
  font-weight: bold;
  border: 1px solid #bbb;
  border-bottom-color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.helpdesk-tab-content {
  display: none;
}
.helpdesk-tab-content.helpdesk-active {
  display: block;
}
.helpdesk-tab-content .sale_price_dates_fields {
  display: block !important;
}
.helpdesk-tab-content .sale_price_dates_fields .short:first-of-type {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=product-edit.css.map */
