/* Structural styles only — colors, typography, borders and spacing
   are controlled from the widget's Style tab */

.elementor-widget-product-details .tech-spec-group {
    padding: 1rem 0;
    display: flex;
    align-items: baseline;
}

.elementor-widget-product-details .tech-spec-group dt {
  padding-bottom: 0.5rem;
  /* fallback separator: the Style tab overrides color and width,
     border-style must stay solid for those controls to work */
  border-bottom: 0px solid #e5e5e5;
  width: 30%;
}

.elementor-widget-product-details .tech-spec-group dd {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
}

.elementor-widget-product-details .tech-spec-placeholder {
  padding: 0.75rem 1rem;
  border: 1px dashed #ccc;
  color: #777;
  font-style: italic;
}
