.order-row {
  cursor: pointer;
  transition: background-color .15s;
}

.order-row:hover,
.order-row:focus {
  background: #edf1e9;
  outline: 0;
}

.order-row.selected {
  background: #e2ebe3;
  box-shadow: inset 4px 0 var(--forest);
}

.order-requirements {
  margin-top: 15px;
}

.order-requirements[hidden] {
  display: none;
}

.order-requirement-note {
  color: var(--muted);
  margin: 0 0 10px;
}

.order-requirements table {
  min-width: 0;
}

.order-requirements td:last-child,
.order-requirements th:last-child {
  text-align: right;
}
