/* Alap stílusok */
body {
    background-color: #f9fafb; 
    font-family: 'Inter', sans-serif;
}
/* Flex konténer az árlistaelemekhez */
    .price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}