.sino-pwa-lite-root[hidden],
.sino-pwa-lite-banner[hidden],
.sino-pwa-lite-modal[hidden] {
  display: none !important;
}

.sino-pwa-lite-root,
.sino-pwa-lite-root * {
  box-sizing: border-box;
}

.sino-pwa-lite-root {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sino-pwa-lite-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  background: #111111;
  color: #ffffff;
  border-bottom: 1px solid #1f7a3d;
}

.sino-pwa-lite-banner__text {
  min-width: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.sino-pwa-lite-banner__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.sino-pwa-lite-action {
  border: 1px solid #1f7a3d;
  background: #1f7a3d;
  color: #ffffff;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.sino-pwa-lite-action:hover,
.sino-pwa-lite-action:focus {
  background: #256f39;
  border-color: #256f39;
  outline: none;
}

.sino-pwa-lite-close {
  border: 0;
  background: transparent;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.sino-pwa-lite-close:hover,
.sino-pwa-lite-close:focus {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.sino-pwa-lite-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
}

.sino-pwa-lite-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.sino-pwa-lite-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  margin: 0 auto;
  max-width: 420px;
  background: #ffffff;
  color: #111111;
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.sino-pwa-lite-card__head,
.sino-pwa-lite-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
}

.sino-pwa-lite-card__body {
  padding: 0 16px 14px;
  font-size: 15px;
  line-height: 1.45;
}

.sino-pwa-lite-card__body p {
  margin: 0 0 12px;
}

.sino-pwa-lite-steps {
  margin: 0;
  padding-left: 20px;
}

.sino-pwa-lite-steps li {
  margin: 0 0 8px;
}

.sino-pwa-lite-secondary,
.sino-pwa-lite-x {
  border: 0;
  background: #f3f4f6;
  color: #111111;
  border-radius: 10px;
  cursor: pointer;
}

.sino-pwa-lite-secondary {
  padding: 10px 14px;
  font-weight: 600;
}

.sino-pwa-lite-x {
  width: 34px;
  height: 34px;
  font-size: 22px;
  line-height: 1;
}

html.sino-pwa-lite-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .sino-pwa-lite-root {
    display: none !important;
  }
}