.pricelist-section {
    margin-top: 4rem;
}

.pricelist-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 2rem;
}

.pricelist-container table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    margin-top: 0.5rem;
    background-color: white;
    color: black;
}

.pricelist-container th,
.pricelist-container td {
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    /* border-bottom: 1px solid black; */
    border-right: 1px solid #e4e4e4;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pricelist-container th {
    background-color: black;
    color: white;
    font-weight: bold;
}

.pricelist-container tr:nth-child(even) {
    background-color: #f9f9f9;
}

.pricelist-container tr:hover {
    background-color: #eaeaea;
}

@media (max-width: 768px) {
    .pricelist-container table {
        width: auto;
    }
}
