/* Shared table treatment: aligned with the homepage comparison system. */
.tbl-scroll{
  margin:1.6em 0;
  overflow-x:auto;
  border:1px solid var(--line,#dfe8de);
  border-radius:20px;
  background:rgba(255,255,255,.78);
  box-shadow:0 16px 34px -28px rgba(12,26,19,.32);
}
.tbl-scroll table{
  width:100%;
  margin:0 !important;
  border:0 !important;
  border-collapse:separate !important;
  border-spacing:0;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.tbl-scroll th,
.tbl-scroll td{
  padding:15px 17px !important;
  border:0 !important;
  border-right:1px solid var(--line,#dfe8de) !important;
  border-bottom:1px solid var(--line,#dfe8de) !important;
  vertical-align:middle;
}
.tbl-scroll th{
  background:var(--canvas-deep,#f2f7f1) !important;
  color:var(--ink,#102219) !important;
  font-weight:600;
  text-align:center;
}
.tbl-scroll td{
  background:rgba(255,255,255,.5);
}
.tbl-scroll th:last-child,
.tbl-scroll td:last-child{border-right:0 !important}
.tbl-scroll tbody tr:last-child td{border-bottom:0 !important}
.tbl-scroll tbody tr:hover td{background:var(--canvas-deep,#f2f7f1)}
@media (max-width:600px){
  .tbl-scroll{border-radius:14px}
  .tbl-scroll th,
  .tbl-scroll td{min-width:150px;padding:13px 15px !important;font-size:14px}
}
