.gh-care-plan-batch-composer {
  display: grid;
  gap: 16px;
}

.care-plan-v1-batch-dialog {
  width: min(1180px, calc(100vw - 32px));
}

.gh-care-plan-batch-selection {
  display: grid;
  gap: 16px;
}

.gh-care-plan-batch-selection-list {
  display: grid;
  gap: 8px;
  max-height: min(58vh, 620px);
  overflow: auto;
}

.gh-care-plan-batch-selection-item {
  align-items: center;
  border: 1px solid rgba(26, 122, 106, 0.22);
  border-radius: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
  padding: 12px 14px;
}

.gh-care-plan-batch-selection-item input {
  height: 20px;
  margin: 0;
  width: 20px;
}

.gh-care-plan-batch-selection-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gh-care-plan-batch-package-status {
  font-weight: 700;
}

.gh-care-plan-batch-package-status[data-status="applied"] {
  color: #1a7a6a;
}

.gh-care-plan-batch-package-status[data-status="stale"] {
  color: #b84b34;
}

.gh-care-plan-batch-composer nav,
.gh-care-plan-batch-decision {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gh-care-plan-batch-composer textarea {
  box-sizing: border-box;
  display: block;
  margin-top: 8px;
  width: 100%;
}

.gh-care-plan-batch-error-group,
.gh-care-plan-batch-plant,
.gh-care-plan-batch-technical {
  border: 1px solid rgba(26, 122, 106, 0.28);
  border-radius: 18px;
  margin-top: 14px;
  padding: 16px;
}

.gh-care-plan-batch-error {
  border-left: 4px solid #b84b34;
  margin-top: 12px;
  padding-left: 12px;
}

.gh-care-plan-batch-plant [aria-pressed="true"] {
  outline: 3px solid #1a7a6a;
}
