.policy-qa {
  min-height: 560px;
  padding: 34px 0 56px;
  background: #f5f7f8;
  color: #252a2e;
}

.policy-qa-heading {
  padding-bottom: 22px;
  border-bottom: 2px solid #b6202c;
}

.policy-qa-heading p {
  margin: 0 0 6px;
  color: #687078;
  font-size: 14px;
}

.policy-qa-heading h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
}

.policy-qa-workspace {
  padding-top: 28px;
}

.policy-qa-form label,
.policy-qa-answer h2,
.policy-citations h3 {
  display: block;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
}

.policy-qa-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 128px;
  padding: 15px 16px;
  resize: vertical;
  border: 1px solid #c8ced3;
  border-radius: 4px;
  background: #fff;
  color: #252a2e;
  font: inherit;
  line-height: 1.7;
  outline: none;
}

.policy-qa-form textarea:focus {
  border-color: #8d1d27;
  box-shadow: 0 0 0 2px rgba(141, 29, 39, .12);
}

.policy-qa-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
}

.policy-qa-actions > span {
  color: #727a80;
  font-size: 13px;
}

.policy-qa-actions button {
  min-width: 112px;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: #9d202b;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}

.policy-qa-actions button:disabled {
  cursor: wait;
  opacity: .65;
}

.policy-qa-actions button i {
  margin-right: 8px;
}

.policy-qa-status {
  min-height: 26px;
  padding-top: 10px;
  color: #626b72;
}

.policy-qa-status.is-error {
  color: #a11e29;
}

.policy-qa-answer {
  margin-top: 22px;
  padding: 24px 0;
  border-top: 1px solid #d9dee2;
  border-bottom: 1px solid #d9dee2;
}

.policy-answer-text {
  max-width: 920px;
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 1.9;
}

.policy-citations {
  margin-top: 24px;
}

.policy-citation-list,
.policy-citations ol {
  margin: 0;
  padding-left: 24px;
}

.policy-citations li {
  margin: 0 0 14px;
  line-height: 1.65;
}

.policy-citations a {
  color: #8d1d27;
  font-weight: 600;
}

.policy-citation-meta,
.policy-citation-quote,
.policy-qa-disclaimer {
  color: #697279;
  font-size: 13px;
}

.policy-citation-quote {
  margin-top: 4px;
}

.policy-qa-disclaimer {
  margin: 18px 0 0;
}

@media (max-width: 768px) {
  .policy-qa {
    padding: 22px 14px 40px;
  }

  .policy-qa-heading h1 {
    font-size: 24px;
  }

  .policy-qa-actions button {
    min-width: 96px;
  }
}
