/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
*/

/* استایل کلی ویژگی‌های محصول */
.custom-product-attributes {
  /*margin-top: 16px;*/
}

/* هر ویژگی (پاراگراف) */
.custom-product-attributes p{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0;
  color: #223D17;
}

/* آیکون ویژگی */
.custom-product-attributes img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* نام ویژگی (label) */
.custom-product-attributes strong {
  color: #027D04;
  font-size: 16px;
}

.attr-key {
  white-space: nowrap;
  flex-shrink: 0;
  min-width: fit-content;
}
