.cic-container {
  max-width: 700px;
  margin: 30px auto;
  background: #f7f9fc;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.cic-container h2 {
  margin-bottom: 20px;
}

#cic-principal,
#cic-rate,
#cic-time,
#cic-frequency {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

textarea#cic-output {
  width: 100%;
  height: 80px;
  font-family: monospace;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: none;
  margin-top: 10px;
}

.cic-buttons {
  margin-bottom: 10px;
}

.cic-buttons button,
#cic-copy {
  padding: 10px 15px;
  font-size: 1rem;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.cic-buttons button:hover,
#cic-copy:hover {
  background: #0056b3;
}
