/* ============================================================
   CUSTOM — Per-store overrides for Template TF
   Add store-specific tweaks here. Loaded last so it wins
   over theme.css and style.css.
   ============================================================ */

/* ---------- FAQ internal links (tags/ pages) ---------- */
.qa .qa-body a {
  color: var(--chili);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.qa .qa-body a:hover,
.qa .qa-body a:focus-visible {
  color: var(--chili-dark);
  text-decoration-thickness: 2px;
}

.qa .qa-body a:focus-visible {
  outline: 2px solid var(--chili);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ---------- Thai Tai brand mark (red logo tile) ---------- */
.brand img {
  width: auto;
  height: 56px;
  padding: 0;
  background: transparent;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .brand img { height: 46px; }
}
.foot-brand img {
  width: auto;
  height: 60px;
  padding: 0;
  background: transparent;
  border-radius: 10px;
}
