.melanin-push-prompt {
  position: fixed;
  z-index: 100000;
  right: 18px;
  bottom: 18px;
  width: min(390px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 42px 14px 14px;
  color: #eafaf7;
  background: #073f49;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(7, 63, 73, .3);
  font: 13px/1.45 Inter, system-ui, sans-serif;
}

.melanin-push-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, .12);
  border-radius: 10px;
  font-size: 19px;
}

.melanin-push-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.melanin-push-copy strong {
  color: #fff;
  font-size: 13px;
}

.melanin-push-copy span {
  color: #cfe8e4;
  overflow-wrap: anywhere;
}

.melanin-push-prompt > button:not(.melanin-push-close) {
  min-height: 34px;
  padding: 0 14px;
  color: #073f49;
  background: #fff;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.melanin-push-close {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 27px;
  height: 27px;
  padding: 0;
  color: #cfe8e4;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 600px) {
  .melanin-push-prompt {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
  }
}
