/* Pointer-target corrections for the widget sheet extracted from InSales.
 *
 * ortodok-theme.css is a minified vendor export -- it gets replaced wholesale
 * whenever the capture is refreshed, so nothing may be edited inside it. This
 * sheet loads immediately after and carries only the overrides where the
 * original markup ships targets below the 24px minimum a finger can hit
 * reliably. Keep it to sizing; anything visual belongs in globals.css. */

/* Footer social icons were 30x30. They are the shop's Instagram, WhatsApp and
 * YouTube links -- the WhatsApp one in particular is a real contact route on
 * mobile, so it gets a full 44px box. The image inside keeps its own size, so
 * the footer looks unchanged. */
.social-items .social-img-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

/* Phone numbers in the footer sat at 27px. On a phone these are tap-to-call
 * links, which makes them one of the highest-intent targets on the page. */
.footer__phone-value {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

/* Category links in the header's collections menu measured 22px tall -- an
 * inline box whose 24px line-height the browser does not fully hand to the
 * pointer. Making it a flex box hands over the whole line. */
.header__collections-link {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}
