.app-trust-strip .app-support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 10px auto;
  padding: 11px 17px;
  min-height: 44px;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.app-support-link svg { width: 22px; height: 22px; flex: 0 0 22px; color: var(--accent); }
.app-trust-strip .app-support-link:hover { border-color: var(--accent); color: var(--accent); }
.app-support-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
@media (max-width: 767px) {
  .app-trust-strip .app-support-link { width: 100%; margin: 12px 0; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .app-trust-strip .app-support-link { transition: none; }
}
