.ic-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}
.ic-wrapper h3 {
  text-align: center;
  color: #0078d4;
}
.ic-wrapper label {
  display: block;
  margin-top: 12px;
  font-weight: bold;
}
.ic-wrapper input,
.ic-wrapper select {
  width: 100%;
  padding: 8px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.ic-wrapper input[type="submit"] {
  background: #0078d4;
  color: #fff;
  border: none;
  margin-top: 16px;
  cursor: pointer;
  font-weight: bold;
}
.ic-wrapper input[type="submit"]:hover {
  background: #005ea6;
}
#result {
  margin-top: 25px;
  text-align: center;
  font-size: 1.05em;
  line-height: 1.6em;
  font-weight: bold;
}
