:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.lmn-asset-summary {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.lmn-asset-summary__list {
  display: flex;
  flex-direction: column;
}
.lmn-asset-summary__row {
  padding: 10px 0;
  border-bottom: 1px solid #BEA160;
}
.lmn-asset-summary__row:last-child {
  border-bottom: none;
}
.lmn-asset-summary__row.active .lmn-asset-summary__row_content {
  opacity: 1;
  border-radius: 4px;
  background: #F3F1F1;
}
.lmn-asset-summary__row_content {
  display: flex;
  padding: 15px 20px;
  align-items: center;
  gap: 2.2rem;
  opacity: 0.65;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.lmn-asset-summary__number {
  flex: 0 0 100px;
  font-size: var(--wp--preset--font-size--font-40);
  font-weight: 400;
  color: #172D47;
  line-height: 1.25;
  font-family: var(--wp--preset--font-family--secondary);
}
.lmn-asset-summary__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lmn-asset-summary__heading {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 400;
  line-height: 1.25;
  color: #172D47;
  font-family: var(--wp--preset--font-family--secondary);
}
.lmn-asset-summary__text {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}/*# sourceMappingURL=block-asset-summary.css.map */