.production-detail-head form {
  align-items: end;
}

.production-date-field {
  display: grid;
  gap: 4px;
  color: #48675f;
  font-size: 12px;
  font-weight: 700;
}

.production-date-field input {
  width: 150px !important;
  min-height: 38px;
}

.production-date-clear {
  white-space: nowrap;
}

.production-floating-scroll {
  z-index: 26;
}

@media (max-width: 760px) {
  .production-date-field {
    width: calc(50% - 4px);
  }

  .production-date-field input {
    width: 100% !important;
  }
}
