.price-display-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.price-column {
    flex: 1;
    padding: 0 10px;
    white-space: nowrap; /* Prevent line breaks */
    margin: 0;
}