body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #111;
    background: #fff;
}

.print-page {
    padding: 8px;
}

.print-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #cfcfcf;
}

.print-toolbar button,
.print-back {
    padding: 8px 14px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

.print-page h1 {
    margin: 16px 0 14px;
    font-size: 22px;
    line-height: 1.2;
}

.price-table-block + .price-table-block {
    margin-top: 16px;
}

.price-table-block h2 {
    margin: 0;
    padding: 6px;
    border: 1px solid #7f7f7f;
    border-bottom: 0;
    font-size: 18px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table td,
.price-table th {
    padding: 4px 6px;
    border: 1px solid #7f7f7f;
    font-size: 14px;
    text-align: left;
}

.price-table td:last-child,
.price-table th:last-child {
    width: 220px;
    white-space: nowrap;
}

@media print {
    .print-toolbar {
        display: none;
    }

    .print-page {
        padding: 0;
    }
}
