/* Minimal styles (your DrillAlign CSS can override these) */
.wap-product-card{
  display:flex; gap:14px; align-items:center;
  padding:14px; border:1px solid rgba(0,0,0,0.10); border-radius:12px;
  margin:14px 0;
}
.wap-product-img{ width:92px; height:auto; border-radius:10px; }
.wap-product-name{ font-weight:700; margin-bottom:8px; }
.wap-amz-btn{
  display:inline-block; padding:10px 14px; border-radius:10px;
  background:#111; color:#fff !important; text-decoration:none !important;
  font-weight:700;
}
.wap-compare-wrap{ overflow-x:auto; margin:18px 0; }
.wap-compare-table{ width:100%; border-collapse:separate; border-spacing:0; min-width:760px; }
.wap-compare-table th, .wap-compare-table td{ padding:14px 16px; border-bottom:1px solid rgba(0,0,0,0.10); vertical-align:middle; line-height:1.35; }
.wap-compare-table th{ background:#d8edf7; text-align:left; font-weight:700; }
.wap-compare-table tbody tr:nth-child(even) td{ background:rgba(0,0,0,0.015); }
.wap-table-img{ width:62px; height:auto; border-radius:10px; vertical-align:middle; }
.wap-td-img{ width:78px; }
.wap-td-tool{ font-weight:600; }
.wap-td-cta{ white-space:nowrap; }
