html, body, #root {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  background: #faf9f8;
}

.windy-app {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.windy-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edebe9;
}

.windy-header h1 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.windy-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.windy-section h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #323130;
}

.windy-help {
  font-size: 12px;
  color: #605e5c;
  line-height: 1.5;
}

.windy-help code {
  background: #edebe9;
  padding: 1px 4px;
  border-radius: 2px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
}

.windy-functions-list {
  margin: 0;
  padding-left: 16px;
  font-size: 12px;
  color: #605e5c;
}

.windy-functions-list li {
  padding: 2px 0;
}


/*# sourceMappingURL=taskpane.css.map*/