.spec-grid{display:grid;grid-template-columns:1fr;gap:16px}
.kz-attr-duo{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.kz-attr-stack{display:grid;grid-template-columns:1fr;gap:12px}
.kz-attr-card{background:#fff;border:1px solid #e2e4e9;overflow:hidden}
.kz-attr-table{width:100%;border-collapse:collapse;font-family:inherit}
.kz-attr-table thead tr th{
  padding:10px 16px;
  background:#1A233E;
  color:#fff;
  font-size:10px;
  font-weight:500;
  letter-spacing:3.5px;
  text-transform:uppercase;
  text-align:left;
  border:none;
}
.kz-attr-table thead tr th::after{
  content:'';
  display:block;
  width:24px;
  height:2px;
  background:#BC7C56;
  margin-top:6px;
}
.kz-attr-table tbody tr{border-bottom:1px solid #e2e4e9;transition:background .15s}
.kz-attr-table tbody tr:last-child{border-bottom:none}
.kz-attr-table tbody tr:hover{background:#F4F5F7}
.kz-attr-table td{
  padding:10px 16px;
  font-size:13px;
  font-weight:300;
  color:#5a6275;
  border:none;
  vertical-align:top;
  line-height:1.5;
}
.kz-attr-key{
  width:50%;
  font-weight:400;
  color:#1A233E;
  border-right:1px solid #e2e4e9 !important;
}

@media (max-width: 860px) {
  .kz-attr-duo {
      grid-template-columns:1fr;
  }
}
