.product-detail__print-pricing-table-container:not(:last-child) {
    margin-bottom: 32px;
}

.product-detail__print-pricing-table {
    width: 100%;
    margin-bottom: 8px;
    border-collapse: collapse;
}

.product-detail__print-pricing-table tr td,
.product-detail__print-pricing-table tr th {
    padding: 10px 16px;
}

.product-detail__print-pricing-table th:nth-child(2),
.product-detail__print-pricing-table th:nth-child(3),
.product-detail__print-pricing-table td:nth-child(2),
.product-detail__print-pricing-table td:nth-child(3) {
    text-align: center;
}

.product-detail__print-pricing-table tbody tr {
    border: 1px solid var(--design-sys-sec-color__grey--8);
}

.product-detail__print-pricing-table th {
    font: normal normal 500 14px/21px Inter;
    color: var(--design-sys-sec-color__grey--5);
}

.product-detail__print-pricing-table td {
    font: normal normal 400 16px/21px Inter;
    color: var(--design-sys-sec-color__grey--3);
}

.product-detail__print-pricing-table td:disabled {
    color: var(--design-sys-sec-color__grey--6);
}

.product-detail__print-pricing-clauses {
    font: normal normal 400 12px/21px Inter;
    color: var(--design-sys-sec-color__grey--5);
    padding: 0 0 0 16px;
    margin: 0;
}

@media (max-width: 639px) {
    .product-detail__print-pricing-table tr td:not(:first-child),
    .product-detail__print-pricing-table tr th:not(:first-child) {
        padding: 10px 0px;
    }

    .product-detail__print-pricing-table tr td:first-child,
    .product-detail__print-pricing-table tr th:first-child {
        padding-right: 0px;
    }

    .product-detail__print-pricing-table tr td:nth-child(2),
    .product-detail__print-pricing-table tr th:nth-child(2) {
        padding-right: 22px;
    }

    .product-detail__print-pricing-table tbody tr {
        border-right: none;
        border-left: none;
    }
    .product-detail__accordion-item {
        padding: 10px 0px;
    }
}
