/* FY Bedding mobile tap-target refinement v14
   Keeps the current typography while expanding compact text links to a
   reliable touch area on phones. */
@media (max-width: 760px) {
  .site-footer .footer-col li > a,
  .breadcrumb .breadcrumb-inner > a,
  .home-hero-banner__credential > a,
  .home-global-coverage__text-link,
  .home-factory-proof__links a,
  .home-section-intro__aside a,
  .usp-text-link,
  .home-text-link,
  .fabric-link,
  .faq-item__answer a,
  .fyql-rfq-name,
  a.contact-info-value {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    touch-action: manipulation;
  }

  .site-footer .footer-col li > a {
    padding-block: 4px;
  }

  .breadcrumb .breadcrumb-inner > a {
    min-height: 24px;
    padding-inline: 2px;
  }

  .faq-item__answer a,
  .fyql-rfq-name,
  a.contact-info-value {
    padding-block: 3px;
  }
}
