.preview-chip {
  display: none !important;
}

.ask-footer__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}

.ask-footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 8px;
  color: #f2d6a7;
  font-weight: 750;
  text-decoration: none;
}

.ask-footer__links a:hover,
.ask-footer__links a:focus-visible {
  color: #fffaf0;
  outline: 2px solid rgba(242, 214, 167, 0.38);
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .ask-footer__links {
    justify-content: center;
  }
}
