.am-feedback-footer {
  box-sizing: border-box;
  width: min(94%, 1920px);
  min-height: 88px;
  margin: 32px auto calc(96px + env(safe-area-inset-bottom, 0px));
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(226, 232, 240, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(148, 163, 184, 0.13);
  color: #1f2937;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(15px, 1.35vw, 22px);
  line-height: 1.4;
  text-align: center;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.am-feedback-footer__label {
  font-weight: 750;
}

.am-feedback-footer__separator,
.am-feedback-footer__channel {
  color: #7b8494;
  font-weight: 500;
}

.am-feedback-footer__link {
  color: #ff6f75;
  font-weight: 750;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.am-feedback-footer__link:hover {
  color: #f34f62;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .am-feedback-footer {
    width: calc(100% - 24px);
    min-height: 62px;
    margin-top: 20px;
    margin-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    padding: 16px 18px;
    gap: 7px;
    border-radius: 20px;
    font-size: 14px;
    flex-wrap: wrap;
  }
}
