/* ESPFlight UI/UX post-audit fixes — strict minimal-diff patch. */

/* Contact: semantic H2 headings retain the exact visual scale of the previous H3s. */
.contactChannels h2{
  font-size:18.72px;
  line-height:1.6;
  font-weight:700;
  margin:0 0 18.72px;
}
html[lang="fa"] .contactChannels h2{
  font-size:20px;
  line-height:1.55;
  font-weight:600;
  margin:0 0 20px;
}

/* Hardware concept disclaimer: increase readability without changing the component layout. */
.miniProduct>span{
  font-size:11.5px;
  line-height:1.55;
}

/* Partner comparison: mobile-only affordance; table/cell display semantics remain untouched. */
.partnerCompareHint{
  display:none;
  margin:0 0 10px;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
  font-weight:600;
}
.partnerCompareHint .scrollHintIcon{
  display:inline-block;
  margin-inline-end:6px;
  color:var(--accent);
  font-size:14px;
  line-height:1;
}
@media(max-width:729px){
  .partnerCompareHint{display:block}
}
