.ptqp-table {
    background: #111827;
    color: #f3f4f6;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.35);
    display:flex;
    flex-direction:column;
    gap:15px;
}

.ptqp-toggle {
    display:flex;
    justify-content:center;
    gap:10px;
}

.ptqp-btn {
    padding:8px 16px;
    background:#1f2937;
    border:1px solid #374151;
    border-radius:8px;
    cursor:pointer;
    color:#fff;
}

.ptqp-btn.active {
    background:#2563eb;
    border-color:#2563eb;
}

.ptqp-title {
    font-size:22px;
    font-weight:700;
    text-align:center;
}

.ptqp-price {
    font-size:32px;
    font-weight:800;
    text-align:center;
}

.ptqp-list {
    list-style:none;
    padding:0;
    margin:0;
}

.ptqp-list li {
    text-align:left;
    padding:5px 0;
    border-bottom:1px solid #1f2937;
}

.ptqp-buy {
    margin-top:auto;
    padding:12px 20px;
    background:#2563eb;
    border:none;
    border-radius:10px;
    color:#fff;
    cursor:pointer;
    font-size:18px;
}

.ptqp-quantity {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
