/* Product-specific summary between the code and purchase information. */
.pd-store .product-brief {
  position: relative;
  margin: 0 0 16px;
  padding: 12px 14px 12px 32px;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  background: #f7f9fc;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.pd-store .product-brief::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  width: 10px;
  height: 10px;
  border: 2px solid #1765c1;
  border-radius: 50%;
  box-sizing: border-box;
}
.pd-store .product-brief-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #20354d;
}
.pd-store .product-brief-body {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #4c6078;
}
.pd-store .product-brief-note {
  margin: 7px 0 0;
  padding-top: 7px;
  border-top: 1px solid #dce5ef;
  font-size: 12px;
  line-height: 1.6;
  color: #4c6078;
}
