.ptp-table-wrap{max-width:1100px;margin:20px auto;font-family:'Poppins',Arial,Helvetica,sans-serif}
.ptp-table{width:100%;border-collapse:collapse;border:1px solid #e6e6e6}
.ptp-table thead th{background-color:#002A61 !important;color:#ffffff !important;padding:14px 10px;text-align:left;font-weight:700;border-color:#e6e6e6}
.ptp-table thead th a, .ptp-table thead th span{color:#ffffff !important}
.ptp-table tbody td{padding:12px 10px;border-top:1px solid #eee;background:#fff;color:#5B6E85}
.ptp-table tbody tr:nth-child(even) td{background:#fafafa}
.ptp-table th, .ptp-table td{vertical-align:middle}
.ptp-note{font-size:13px;color:#666;margin-top:8px}

/* Responsive — Tablet */
@media(max-width:900px){
  .ptp-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 10px}
  .ptp-table{min-width:600px}
  .ptp-table thead th{padding:10px 8px;font-size:13px}
  .ptp-table tbody td{padding:10px 8px;font-size:13px}
}

/* Responsive — Mobile */
@media(max-width:600px){
  .ptp-table-wrap{overflow-x:visible;padding:0 8px}
  .ptp-table{min-width:unset;border:none}
  .ptp-table thead{display:none}
  .ptp-table tbody, .ptp-table tr, .ptp-table td{display:block;width:100%;box-sizing:border-box}
  .ptp-table tbody tr{margin-bottom:16px;border:1px solid #e0e4ea;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 4px rgba(0,42,97,.08)}
  .ptp-table tbody tr:nth-child(even) td{background:#fff}
  .ptp-table td{padding:10px 14px;border-top:none;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;font-size:14px}
  .ptp-table td:last-child{border-bottom:none}
  .ptp-table td:before{content:attr(data-label);font-weight:600;color:#002A61;flex-shrink:0;margin-right:12px;font-size:13px}
  .ptp-table td:first-child{background:#002A61 !important;color:#fff !important;font-weight:600;justify-content:center;padding:12px 14px;font-size:15px}
  .ptp-table td:first-child:before{display:none}
  .ptp-note{font-size:12px;padding:0 8px}
}
