.rshd-proforma {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed #d5e5d8;
}

.rshd-proforma h4 {
  margin: 0 0 10px;
}

.rshd-proforma-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rshd-proforma label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #555;
}

.rshd-proforma input,
.rshd-proforma textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  min-height: 42px;
  padding: 8px 10px;
  font: inherit;
}

.rshd-proforma textarea {
  min-height: 78px;
  grid-column: 1 / -1;
}

.rshd-proforma-search {
  position: relative;
  grid-column: 1 / -1;
}

.rshd-proforma-results,
.rshd-extra-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.rshd-proforma-hit,
.rshd-extra-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 8px 10px;
}

.rshd-proforma .rshd-btn {
  margin-top: 12px;
}

@media (max-width: 640px) {
  .rshd-proforma-grid {
    grid-template-columns: 1fr;
  }
}
