details {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 12px;
  background: #0a3d62;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  box-sizing: border-box;
  color: ghostwhite;
}

summary {
  cursor: pointer;
  font-weight: 800;
  color: #f7f7f7;
  list-style: none;
  outline: none;
  box-sizing: border-box;
}

details p {
  margin: 10px 0 0;
  color: #ffffff;
  line-height: 1.6;
}

