.elementor-1669 .elementor-element.elementor-element-6d78c77{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1669 .elementor-element.elementor-element-1fffc73 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-1669 .elementor-element.elementor-element-1fffc73 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-1669 .elementor-element.elementor-element-1fffc73 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-1669 .elementor-element.elementor-element-1fffc73 .jet-listing-dynamic-field__content{text-align:left;}.woocommerce .elementor-1669 .elementor-element.elementor-element-cc1e689 .shop_attributes{color:var( --e-global-color-primary );font-family:"Cera Pro", Sans-serif;font-size:17px;font-weight:300;font-style:normal;}/* Start custom CSS for woocommerce-product-additional-information, class: .elementor-element-cc1e689 *//* Base styling for the attributes container */
.woocommerce-product-attributes {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  text-align: left !important; /* Ensure left alignment */
}

/* Attribute row setup using flex */
.woocommerce-product-attributes .woocommerce-product-attributes-item {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important; /* Align children to the left */
  margin-bottom: 10px !important;
  border: none !important;
  background: none !important;
}

/* Label and value inline display */
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  display: inline !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  vertical-align: baseline !important;
  white-space: normal !important;
}

/* Colon after label */
.woocommerce-product-attributes th::after {
  content: ":";
  margin-right: 6px;
}

/* Label styling */
.woocommerce-product-attributes th {
  font-weight: 600 !important;
  color: #222 !important;
  margin-right: 4px !important;
}

/* Value styling */
.woocommerce-product-attributes td {
  color: #555 !important;
}/* End custom CSS */