/* v134: one compact Production control and monitor presentation. */

details.production-help-v116 {
  position: relative !important;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
  flex: 0 0 auto;
}

details.production-help-v116 > summary {
  display: inline-flex !important;
  min-width: 18px !important;
  width: auto !important;
  height: 18px !important;
  min-height: 18px !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 6px !important;
  border-radius: 999px;
  cursor: pointer;
  font-size: 9px !important;
  line-height: 18px !important;
  white-space: nowrap;
  list-style: none;
}

details.production-help-v116 > summary::-webkit-details-marker {
  display: none;
}

details.production-help-v116 > .production-help-v116__panel {
  position: absolute !important;
  z-index: 180;
  top: calc(100% + 7px);
  right: 0;
  width: min(320px, calc(100vw - 32px)) !important;
  max-width: min(320px, calc(100vw - 32px)) !important;
  max-height: 210px;
  min-height: 0 !important;
  overflow: auto;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid rgb(6 182 212 / 24%);
  border-radius: 12px;
  background: rgb(255 255 255 / 98%);
  box-shadow: 0 14px 32px rgb(15 23 42 / 18%);
  color: #475569;
  font-size: 10px !important;
  font-weight: 600;
  line-height: 1.35 !important;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
}

.dark details.production-help-v116 > .production-help-v116__panel {
  border-color: rgb(34 211 238 / 22%);
  background: rgb(17 17 20 / 98%);
  color: #cbd5e1;
}

.production-shared-actionbar-v134 {
  display: grid !important;
  grid-template-columns: minmax(200px, 1fr) auto auto auto auto;
  align-items: center;
  gap: 10px !important;
}

.production-shared-actionbar-v134 > details.production-help-v116 {
  justify-self: center;
}

.production-shared-delay-v134 {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border: 1px solid rgb(6 182 212 / 18%);
  border-radius: 10px;
  background: rgb(6 182 212 / 5%);
}

.production-shared-delay-v134 input {
  width: 68px;
  min-height: 24px;
  padding: 2px 6px;
}

.production-selected-tests-v134 {
  max-height: 76px;
  overflow: auto;
}

.production-shared-monitor-host-v134 {
  min-width: 0;
}

.production-shared-monitor-v134 .production-monitor-head-v48 > div > p {
  max-width: 780px;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.25;
}

.production-assets-compact-v116 .production-generated-format-v116,
.production-generated-format-v116,
.production-help-v116__panel,
.mailbox-monitor-summary-v118 {
  min-height: 0 !important;
}

.production-generated-format-v116 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

@media (max-width: 1050px) {
  .production-shared-actionbar-v134 {
    grid-template-columns: minmax(180px, 1fr) auto auto;
  }
}

@media (max-width: 680px) {
  .production-shared-actionbar-v134 {
    grid-template-columns: 1fr;
  }

  .production-shared-actionbar-v134 > details.production-help-v116 {
    justify-self: start;
  }

  details.production-help-v116 > .production-help-v116__panel {
    right: auto;
    left: 0;
  }
}
