
/* APIS Lab v6.34 — block 09 parity with block 07 */
/* Explicit selector keeps the ninth card styled even if older cached rules or parser quirks interfere. */
a.pro-tool-card-09,
a[href="hypothesis-evidence/index.html"].pro-tool-card{
  display:flex!important;
  flex-direction:column!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:290px!important;
  padding:30px!important;
  border:1px solid var(--v624-line,#d3ccc0)!important;
  border-radius:28px!important;
  background:transparent!important;
  color:inherit!important;
  text-decoration:none!important;
  transition:transform .2s ease,background .2s ease,color .2s ease!important;
}
a.pro-tool-card-09>span,
a[href="hypothesis-evidence/index.html"].pro-tool-card>span{
  display:block!important;
  margin:0 0 16px!important;
  font-size:11px!important;
  line-height:1.35!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  color:var(--v624-muted,#777168)!important;
}
a.pro-tool-card-09>h3,
a[href="hypothesis-evidence/index.html"].pro-tool-card>h3{
  display:block!important;
  margin:18px 0 14px!important;
  font-size:31px!important;
  line-height:1.05!important;
  letter-spacing:-.025em!important;
}
a.pro-tool-card-09>p,
a[href="hypothesis-evidence/index.html"].pro-tool-card>p{
  display:block!important;
  margin:0!important;
  line-height:1.58!important;
  color:var(--v624-muted,#777168)!important;
}
a.pro-tool-card-09>b,
a[href="hypothesis-evidence/index.html"].pro-tool-card>b{
  display:block!important;
  margin-top:auto!important;
  padding-top:20px!important;
}
a.pro-tool-card-09:hover,
a[href="hypothesis-evidence/index.html"].pro-tool-card:hover{
  background:#111!important;
  color:#f5f3ec!important;
  transform:translateY(-3px)!important;
}
a.pro-tool-card-09:hover>p,
a[href="hypothesis-evidence/index.html"].pro-tool-card:hover>p{color:#bbb7ae!important}
@media(max-width:640px){
  a.pro-tool-card-09,
  a[href="hypothesis-evidence/index.html"].pro-tool-card{
    min-height:0!important;
    padding:24px!important;
    border-radius:22px!important;
  }
  a.pro-tool-card-09>h3,
  a[href="hypothesis-evidence/index.html"].pro-tool-card>h3{font-size:27px!important}
}
