.customer-followup-summary{margin-bottom:12px}
.customer-followup-summary button{border-color:#f1c557;background:linear-gradient(135deg,#fffaf0,#fff4cf)}

.back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:38;
  display:flex;
  align-items:center;
  gap:7px;
  min-height:44px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.68);
  border-radius:999px;
  background:#173f73;
  color:#fff;
  box-shadow:0 12px 30px rgba(16,35,63,.28);
  font-weight:900;
  cursor:pointer;
}
.back-to-top[hidden]{display:none}
.back-to-top span{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:#fff;color:#173f73;font-size:18px;line-height:1}
.back-to-top b{font-size:12px}
.back-to-top:hover{background:#0f2f59;transform:translateY(-2px)}
.back-to-top:focus-visible{outline:3px solid #f7c948;outline-offset:3px}

@media(max-width:760px){
  .back-to-top{right:13px;bottom:15px;min-width:45px;padding:8px}
  .back-to-top b{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
}

@media(prefers-reduced-motion:reduce){.back-to-top{transition:none}}
