.line-widget,
.line-widget * {
  box-sizing: border-box;
}

.line-widget[hidden],
.line-widget [hidden] {
  display: none !important;
}

.line-widget {
  position: fixed;
  right: 16px;
  bottom: 116px;
  z-index: 99999;
  width: 220px;
  padding: 15px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 6px 20px rgb(0 0 0 / 18%);
  color: #263238;
  font-family: Arial, "Noto Sans TC", sans-serif;
  font-size: 14px;
  text-align: center;
}

.line-widget strong {
  display: block;
  padding-right: 20px;
  color: #263238;
  font-size: 14px;
  line-height: 1.4;
}

.line-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  margin-top: 7px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: #06c755;
  color: #fff;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.line-button:hover,
.line-button:focus-visible {
  background: #06c755;
  color: #fff;
  opacity: 0.9;
}

.line-close {
  position: absolute;
  top: 3px;
  right: 7px;
  z-index: 1;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6e7a89;
  font-size: 19px;
  line-height: 28px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .line-widget {
    right: 10px;
    width: min(220px, calc(100vw - 20px));
  }
}
