/* Estilos del plugin */
.wc-photo-stepper {
  margin: 20px 0;
  font-family: Arial, sans-serif;
}
.wc-step {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
}
.step-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.step-number {
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
}
.step-title {
  font-size: 18px;
  margin: 0;
}
.options-inline button {
  margin-right: 10px;
  padding: 8px 15px;
  border: 1px solid #333;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.options-inline button.active {
  background: #000;
  color: #fff;
}
.wc-photo-preview img {
  max-width: 100px;
  margin-top: 10px;
}
.wc-step.step-carrito .cart-button-placeholder {
  margin-bottom: 15px;
}
.wc-trust {
  font-size: 14px;
  color: #333;
}
