#tk6-guide .tk6-form-section,
#tk6-guide .tk6-final-check {
  padding-top: 10px !important;
}

#tk6-guide .tk6-form-section > h2,
#tk6-guide .tk6-final-check > h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#tk6-guide .tk6-fields textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 140px;
  padding: 14px 16px;
  border: 2px solid #b8c6d3;
  border-radius: 8px;
  background: #fff;
  color: #172b3a;
  font: inherit;
  line-height: 1.55;
  resize: vertical;
}

#tk6-guide .tk6-fields textarea:focus {
  border-color: #009ca6;
  outline: 3px solid rgba(0, 156, 166, .18);
}

@media (max-width: 620px) {
  #tk6-guide .tk6-form-section,
  #tk6-guide .tk6-final-check {
    padding-top: 7px !important;
  }

  #tk6-guide .tk6-fields textarea {
    min-height: 128px;
  }
}

@media print {
  @page { margin: 8mm; }

  #tk6-guide .tk6-form-section,
  #tk6-guide .tk6-final-check {
    padding-top: 3mm !important;
  }

  #tk6-guide .tk6-form-section > h2,
  #tk6-guide .tk6-final-check > h2 {
    margin-top: 0 !important;
  }

  #tk6-guide .tk6-fields textarea {
    min-height: 28mm;
    overflow: visible;
    resize: none;
    white-space: pre-wrap;
  }
}
