/**
 * Product Carousel Slider for WooCommerce (Biddut Block) v1.0
 * Block Editor Styles
 */

.pcsbb-editor-preview {
  padding: 40px 20px;
  background: #f8f9fa;
  border: 2px dashed #ccc;
  border-radius: 8px;
  text-align: center;
  margin: 20px 0;
}

.pcsbb-editor-preview strong {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
}

.pcsbb-editor-preview p {
  margin: 10px 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.wp-block-pcsbb-carousel {
  margin: 20px 0;
}

/* Inspector Controls Styling */
.components-panel__body-title {
  font-weight: 600;
}

.components-base-control__help {
  margin-top: 8px;
  font-size: 12px;
  color: #757575;
  font-style: normal;
}

/* Radio Control Styling */
.components-radio-control__option {
  margin-bottom: 12px;
}

.components-radio-control__option label {
  font-size: 13px;
  line-height: 1.6;
}
