/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./includes/block-editor/blocks/product-details/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
:root {
  --product-details-gray: #cecece;
  --product-details-dark-gray: #9d9d9d;
}

.wp-block-webdevia-product-details__title {
  margin-block-end: 0.5em;
}
.wp-block-webdevia-product-details.list .line {
  position: relative;
  margin: 0 0 0.5rem 2rem;
}
.wp-block-webdevia-product-details.list .line::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--product-details-dark-gray);
}
.wp-block-webdevia-product-details.table .lines {
  border: 1px solid var(--product-details-gray);
  padding: 1rem;
}
.wp-block-webdevia-product-details.table .lines .line {
  border-bottom: 1px solid var(--product-details-gray);
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.wp-block-webdevia-product-details.table .lines .line .name,
.wp-block-webdevia-product-details.table .lines .line .value,
.wp-block-webdevia-product-details.table .lines .line .header-name,
.wp-block-webdevia-product-details.table .lines .line .header-value {
  flex: 1;
}
.wp-block-webdevia-product-details.table .lines .header {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid var(--product-details-dark-gray);
}

/*# sourceMappingURL=style-index.css.map*/