body:has([data-akre-sales]) .select-none.w-full:has(> header h1) {
  display: none;
}
.sales-page {
  padding: 28px 8px;
  color: #26342e;
  font-size: 15px;
}
.sales-page * {
  box-sizing: border-box;
}
.sales-heading,
.sales-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.sales-page h1 {
  font-size: 32px;
  font-weight: 650;
  line-height: 1.2;
  margin: 5px 0 10px;
}
.sales-page h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 22px;
}
.sales-page h3 {
  font-size: 18px;
  font-weight: 600;
}
.sales-page p {
  line-height: 1.6;
}
.sales-eyebrow {
  color: #aa4800;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.sales-page button {
  border: 1px solid #ccd4ce;
  border-radius: 10px;
  padding: 10px 16px;
  background: white;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.sales-page button:hover {
  background: #f4f7f4;
  border-color: #7a9181;
}
.sales-page button.sales-primary {
  background: #c95200;
  border-color: #c95200;
  color: white;
}
.sales-page button.sales-primary:hover {
  background: #a84200;
}
.sales-page button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.sales-page :is(button, input, select, textarea):focus-visible {
  outline: 3px solid #b36a30;
  outline-offset: 3px;
}
.sales-page label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  min-width: 0;
}
.sales-page :is(input, select, textarea) {
  width: 100%;
  border: 1px solid #bac8bf;
  background: white;
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 16px;
  color: #26342e;
  min-height: 45px;
  font-weight: 400;
}
.sales-page textarea {
  resize: vertical;
}
.sales-form {
  border: 1px solid #dde5de;
  border-radius: 18px;
  padding: 24px;
  background: #fff;
}
.sales-form fieldset {
  border: 0;
  padding: 0;
  min-width: 0;
}
.sales-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.sales-quantity {
  background: #f3f6ef;
  border: 1px solid #d6e0ce;
  border-radius: 14px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 1.5fr;
  gap: 24px;
  align-items: center;
  margin: 28px 0;
}
.sales-quantity input {
  font-size: 25px;
  font-weight: 600;
}
.sales-quantity p {
  font-size: 13px;
  margin: 6px 0;
}
.sales-quantity button {
  padding: 6px 12px;
}
.sales-section-heading p {
  font-size: 13px;
  color: #637368;
}
.sales-line {
  display: grid;
  grid-template-columns: minmax(190px, 2fr) minmax(95px, 1fr) minmax(
      90px,
      1fr
    ) minmax(90px, 1fr) auto;
  align-items: end;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #e0e6df;
}
.sales-line button {
  margin-bottom: 1px;
}
.sales-wide {
  margin-top: 22px;
}
.sales-empty-lines,
.sales-note {
  color: #647267;
  font-size: 13px;
}
.sales-actions,
.sales-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.sales-note {
  margin-top: 20px;
}
.sales-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(140px, 220px);
  gap: 16px;
  padding: 20px;
  background: #f5f7f3;
  border-radius: 14px;
  margin-bottom: 18px;
}
.sales-count {
  margin: 10px 0;
  color: #637368;
}
.sales-table-wrap {
  overflow-x: auto;
  border: 1px solid #dce3db;
  border-radius: 12px;
}
.sales-page table {
  border-collapse: collapse;
  width: 100%;
  min-width: 740px;
  text-align: left;
}
.sales-page th {
  background: #f3f6f0;
  font-size: 12px;
  color: #546254;
  font-weight: 600;
  padding: 14px;
}
.sales-page td {
  padding: 17px 14px;
  border-top: 1px solid #e4e9e1;
  vertical-align: top;
  font-size: 14px;
}
.sales-page small {
  display: block;
  font-size: 12px;
  color: #627162;
  margin-top: 6px;
}
.sales-empty {
  padding: 40px 24px;
  text-align: center;
  border: 1px dashed #c6d1c6;
  border-radius: 16px;
}
.sales-empty h2 {
  margin-bottom: 8px;
}
.sales-pagination {
  justify-content: flex-end;
  font-size: 13px;
}
.sales-error,
.sales-success {
  padding: 14px 18px;
  border-radius: 10px;
  margin: 16px 0;
}
.sales-error {
  color: #862b27;
  background: #fff0ed;
  border: 1px solid #edc4bd;
}
.sales-success {
  color: #245b34;
  background: #edf7ed;
  border: 1px solid #bfdabe;
}
.sales-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (max-width: 1100px) {
  .sales-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sales-line button {
    justify-self: start;
  }
}
@media (max-width: 600px) {
  .sales-heading,
  .sales-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .sales-form {
    padding: 18px 14px;
  }
  .sales-fields,
  .sales-quantity,
  .sales-filters {
    grid-template-columns: 1fr;
  }
  .sales-quantity {
    padding: 16px;
    gap: 12px;
  }
  .sales-page h1 {
    font-size: 28px;
  }
  .sales-page {
    padding: 20px 0;
  }
  .sales-line {
    column-gap: 10px;
  }
  .sales-line > label:first-child {
    grid-column: 1 / -1;
  }
}
