.codex-contact-widget {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 158px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #111827;
  text-align: center;
}
.codex-contact-widget * {
  box-sizing: border-box;
}
.codex-contact-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.codex-contact-name {
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 1.35;
}
.codex-contact-phone {
  display: block;
  margin: 0 0 8px;
  color: #c1121f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.codex-contact-qr {
  display: block;
  width: 132px;
  height: auto;
  margin: 0 auto 6px;
}
.codex-contact-note {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.35;
}
@media (max-width: 760px) {
  .codex-contact-widget {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    transform: none;
    width: auto;
    min-height: 72px;
    padding: 9px 86px 9px 12px;
    text-align: left;
  }
  .codex-contact-title {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .codex-contact-name {
    display: inline;
    margin-right: 8px;
  }
  .codex-contact-phone {
    display: inline;
    font-size: 14px;
  }
  .codex-contact-qr {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 62px;
  }
  .codex-contact-note {
    margin-top: 2px;
    font-size: 11px;
  }
}
