.mini-app {
  padding: 1.5rem; 
  font-size: 19px; 
  background: rgba(255,255,255,.04);
}

summary {
  margin-bottom: 8px; 
  color: #73dcd1; 
  cursor: pointer;
}

.mini-app input[type="checkbox"] {
  width: 18px; height: 18px;
}

.mini-app input[type="text"] {
  min-width: calc(100% - 3rem);
}

.mini-app textarea {
  width: 100%; height: 48px; font-size: inherit;
}

.mini-app [contenteditable] {
  padding: 1rem; border: 1px solid #fff;
}
