/* Install-Button (bestehend) */
.prmptx-install-btn {
    appearance: none;
    border: 0;
    padding: .4rem .6rem;
    margin: unset;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex
;
    align-items: center;
    gap: .5rem;
    background: #6200EE;
    color: #fff;
}
.prmptx-install-btn:hover{ filter: brightness(1.05); }

/* Safari-Hinweis */
.prmptx-safari-hint{
  margin-top: .75rem;
  padding: .9rem 1rem;
  border-radius: .75rem;
  background: #f7f7fb;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  color: #1a1a1a;
  max-width: 44rem;
}
.prmptx-safari-hint-title{
  font-weight: 700;
  margin-bottom: .5rem;
}
.prmptx-safari-hint-steps{
  margin: 0;
  padding-left: 1.25rem;
}
.prmptx-safari-hint-steps li{
  margin: .25rem 0;
  line-height: 1.4;
}
