.pde5-selector-wrapper {
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 6px;
  background: #fff;
  max-width: 720px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pde5-question-box,
.pde5-ingredient-box,
.pde5-result-box,
.pde5-caution-box,
.pde5-soap-box {
  margin-bottom: 20px;
}

.pde5-question-text {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.pde5-btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
}

.pde5-btn-yes {
  background: #0073aa;
  color: #fff;
}

.pde5-btn-no {
  background: #999;
  color: #fff;
}

.pde5-btn-print {
  background: #444;
  color: #fff;
}

.pde5-ingredient-buttons button {
  margin: 4px;
}

.pde5-caution-box ul {
  padding-left: 20px;
}

.pde5-caution-box li {
  margin-bottom: 4px;
}

.pde5-result-box h3,
.pde5-caution-box h3,
.pde5-soap-box h3 {
  margin-bottom: 8px;
}