.mpr-prices {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 1rem;
    margin: 1rem 0;
    font-family: inherit;
}

.mpr-title {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
}

.mpr-price-unit {
    margin-bottom: 1rem;
    color: #555;
    font-size: 0.95rem;
}

.mpr-price-table {
    width: 100%;
    border-collapse: collapse;
}

.mpr-price-table th,
.mpr-price-table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
    text-align: left;
}

.mpr-price-table th {
    background: #f7f7f7;
}

.mpr-price-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mpr-price-list li {
    border-bottom: 1px solid #eee;
    padding: 0.75rem 0;
}

.mpr-price-list li:last-child {
    border-bottom: none;
}