.kaitori-push-widget{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 340px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  z-index: 999999;
  overflow: hidden;
  font-size: 14px;
}

.kpw-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #c00;
  color: #fff;
}

.kpw-title{
  font-weight: 800;
}

.kpw-right{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.kpw-count{
  font-weight: 800;
  opacity: .95;
}

.kpw-close{
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.25);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
}

.kpw-body{
  padding: 12px;
}

.kpw-text{
  line-height: 1.5;
  margin-bottom: 10px;
}

.kpw-link{
  color: #0b57d0;
  text-decoration: none;
  font-weight: 800;
}
.kpw-link:hover{
  text-decoration: underline;
}

.kpw-line2{
  margin-top: 6px;
}

.kpw-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.kpw-btn{
  height: 38px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}

.kpw-btn:hover{
  background: #f3f3f3;
}

.kpw-btn-black{
  background: #000;
  color: #fff;
  border-color: #000;
}
.kpw-btn-black:hover{
  opacity: .9;
}

.kpw-msg{
  margin-top: 10px;
  white-space: pre-line;
  font-size: 13px;
}
