.product-costs { color: #143052; margin: 16px 0; font-size: 14px; line-height: 1.5; }
.product-costs dl { margin: 0; }
.product-costs dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 9px 0; }
.product-costs dt { font-weight: 500; min-width: 0; }
.product-costs dd { margin: 0; text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.product-costs .product-costs-total { border-top: 1px solid #dfe7f2; border-bottom: 1px solid #dfe7f2; font-weight: 700; }
.product-costs-total dt, .product-costs-total dd { font-weight: 700; }
.product-costs p { color: #61748c; font-size: 12px; margin: 8px 0 0; }
.product-costs p:empty { display: none; }
.product-costs-details { border-top: 1px solid #dfe7f2; }
.product-costs-details > summary { box-sizing: border-box; min-height: 44px; padding: 12px 0; color: #2058c9; font-size: 13px; font-weight: 600; cursor: pointer; }
.product-costs-details > summary:focus-visible { outline: 2px solid #2058c9; outline-offset: 3px; border-radius: 4px; }
.product-costs-details[open] { padding-bottom: 8px; }
.product-costs-details > p:first-of-type { margin-top: 0; }
