.hexssl-csr-form {
  background: #111;
  color: #ddd;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px #000;
}
.hexssl-csr-form label { display:block; margin-top:10px; font-weight:600; }
.hexssl-csr-form input[type=text],
.hexssl-csr-form textarea,
.hexssl-csr-form select {
  width:100%; background:#1b1b1b; color:#eee;
  border:1px solid #333; padding:8px; border-radius:6px;
}
.hexssl-csr-form input[type=submit],
.hexssl-copy-btn, .hexssl-download-btn {
  margin-top:10px; padding:10px 16px;
  background:#00b359; border:none; color:#fff;
  border-radius:8px; cursor:pointer; font-weight:600;
  transition:0.2s; text-decoration:none; display:inline-block;
}
.hexssl-csr-form input[type=submit]:hover,
.hexssl-copy-btn:hover, .hexssl-download-btn:hover {
  background:#00cc66;
}
.hexssl-csr-title {
  margin-top:25px; color:#00b359;
  border-bottom:1px solid #00b359;
  padding-bottom:6px; font-size:18px;
}
.hexssl-csr-result {
  width:100%; background:#1b1b1b;
  color:#eee; padding:8px; border-radius:6px;
  border:1px solid #333; margin-top:10px;
}
.hexssl-privacy-note {
  font-size:12px; color:#999; margin-top:12px;
}
.hexssl-csr-error { color:#f66; font-weight:600; margin-top:10px; }
