.osemp-pwa-prompt {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  width: min(360px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid rgba(35, 31, 32, .12);
  border-radius: 14px;
  background: #fffaf6;
  color: #221f1f;
  box-shadow: 0 18px 50px rgba(35, 31, 32, .16);
  font-family: inherit;
}

.osemp-pwa-prompt strong {
  display: block;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}

.osemp-pwa-prompt p {
  margin: 0 0 14px;
  color: #5f5650;
  font-size: 14px;
  line-height: 1.45;
}

.osemp-pwa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.osemp-pwa-btn {
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.osemp-pwa-btn-primary {
  background: #ff532c;
  color: #fff;
}

.osemp-pwa-btn-secondary {
  background: #221f1f;
  color: #fff;
}

.osemp-pwa-btn-ghost {
  background: transparent;
  color: #6c625c;
  border-color: rgba(35, 31, 32, .14);
}

@media (max-width: 640px) {
  .osemp-pwa-prompt {
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }
}
