/* Extracted from the stable stylesheet. Keep import order unchanged. */

/* ---------------------------------
   GRATITUDE
---------------------------------- */

.gratitude-section label {
  display: block;

  margin-bottom: 8px;

  color: var(--text-soft);

  font-size: 0.78rem;
  font-weight: 700;
}

.gratitude-section textarea {
  width: 100%;
  min-height: 82px;
  padding: 13px 14px;

  resize: vertical;

  border: 1px solid var(--line);
  border-radius: var(--radius-small);

  color: var(--text);
  background: rgba(255, 255, 255, 0.42);

  line-height: 1.55;
}

.gratitude-section textarea::placeholder,
.journal-text::placeholder,
.quest-form-field input::placeholder,
.quest-form-field textarea::placeholder {
  color: var(--text-faint);
}
