#price-modal {
    width: 100%;
    max-width: 760px !important;
}

.price-modal-content {
    width: 100%;
    max-width: 760px;
    padding: 40px 0 20px 0;
    color: var(--primary-green);
    background: var(--primary-off-white);
}

.price-modal-content .title {
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 30px;
    text-align: center;
}

.price-modal-content .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.price-modal-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.price-modal-content th,
.price-modal-content td {
    padding: 12px;
    vertical-align: top;
    text-align: center;
    min-width: 175px;
}

.price-modal-content td {
    border-top: 1px solid #dee2e6;
}

.price-modal-content tr:nth-child(2n) td {
    background: var(--primary-beige);
}

.price-modal-content td sup {
    font-size: 12px;
}