/* Keep header layout intact */ .warranty-inline { display: flex; align-items: flex-start; } /* Title + Contact Row */ .faq-title-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; } /* Inline contact styling */ .faq-inline-contact { display: flex; gap: 20px; font-size: 14px; color: #333; } /* Link styling (HVAC Blue) */ .faq-inline-contact a { color: #005DAA; text-decoration: none; } .faq-inline-contact a:hover { text-decoration: underline; } /* Mobile stacking */ @media (max-width: 768px) { .faq-title-row { flex-direction: column; align-items: flex-start; gap: 10px; } .faq-inline-contact { flex-direction: column; gap: 4px; } }
  • Important HVAC Links & Resources