.offer-body select.select-row {
  width: 100%;
  min-height: 43px;
  color: var(--text);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 0 12px;
}

.offer-body textarea {
  width: 100%;
  min-height: 108px;
  color: var(--text);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 11px 12px;
  resize: vertical;
  outline: none;
}

.offer-body textarea:focus,
.offer-body select.select-row:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px #c7f65b14;
}

.offer-body textarea:disabled,
.offer-body input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.primary-button:disabled,
.secondary-button:disabled,
.offer-secondary button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.negotiation-thread > .cf-empty,
.conversation-list > .cf-empty {
  min-height: 180px;
  color: var(--muted);
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}
