.bp-content table { width:100%; border-collapse:collapse; margin:30px 0; font-size:15px; line-height:1.5; box-shadow:0 1px 4px rgba(20,40,80,.08); border-radius:12px; overflow:hidden; }
.bp-content table thead th { background:linear-gradient(135deg,#369fff,#1a7de8); color:#fff; text-align:left; padding:14px 16px; font-weight:700; font-size:14px; }
.bp-content table tbody td { padding:13px 16px; border-bottom:1px solid #eef2f7; vertical-align:top; }
.bp-content table tbody tr:nth-child(even) { background:#f8fbfe; }
.bp-content table tbody tr:first-child { background:#eaf4ff; }
.bp-content table tbody tr:first-child td:first-child { color:#1a7de8; }
.bp-content table tbody td:first-child { font-weight:600; }
@media (max-width:600px){
  .bp-content table { display:block; overflow-x:auto; white-space:nowrap; }
  .sh-cta-box { padding:26px 20px !important; }
  .sh-callout { padding:14px 16px !important; }
}