.fcc-wrapper {
  max-width: 600px;
  margin: auto;
  font-family: Arial;
}

.fcc-progress-bar {
  background: #eee;
  height: 8px;
  margin-bottom: 20px;
}

.fcc-progress {
  background: #4caf50;
  height: 8px;
  width: 0%;
}

.fcc-options button {
  display: block;
  width: 100%;
  margin: 8px 0;
  padding: 12px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.fcc-options button:hover {
  background: #f5f5f5;
}

.fcc-subtitle {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}