.quality-panel {
  margin-top: 16px;
  padding: 15px 17px;
  border: 1px solid #c5ddd3;
  border-radius: 12px;
  background: #f5fbf8;
}

.quality-panel h4 {
  margin: 0 0 9px;
  color: #0f6258;
}

.quality-panel ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: #294238;
}

.quality-panel p {
  margin: 10px 0 0;
  color: #62736a;
  font-size: .86rem;
}

.scheme-closure-panel {
  margin-top: 22px;
  background: #fff;
}

.scheme-closure-summary {
  font-weight: 700;
  color: #173d34 !important;
}

.scheme-issue-row {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid #d7e5df;
  border-radius: 10px;
  background: #f8fbfa;
}

.scheme-issue-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.scheme-closure-badge {
  padding: 4px 9px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
}

.scheme-closure-badge.is-open {
  color: #8a4b08;
  background: #fff0d6;
}

.scheme-closure-badge.is-closed {
  color: #0f6258;
  background: #dff4eb;
}

.scheme-issue-row details {
  margin-top: 10px;
  color: #435c52;
  font-size: .85rem;
}

.scheme-issue-row details li {
  margin-top: 7px;
}

.scheme-closure-blocked {
  color: #8a4b08 !important;
}

.scheme-action-button {
  margin-top: 10px;
}

.scheme-closure-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 13px;
  border-left: 3px solid #0f6258;
  background: #eef7f3;
}

.scheme-closure-form label {
  display: grid;
  gap: 5px;
  color: #294238;
}

.scheme-closure-form input,
.scheme-closure-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 10px;
  border: 1px solid #b9cec5;
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

.scheme-closure-form textarea {
  min-height: 90px;
  resize: vertical;
}

@media (max-width: 600px) {
  .scheme-issue-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
