.product-prices-display-a8dbdd65 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: inherit;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}
.product-prices-display-a8dbdd65 .price-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}
.product-prices-display-a8dbdd65 .price-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
