.ux-txt-style {
  margin: 0 auto !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #2b2b2b !important;
}


.ux-txt-style p {
  margin-bottom: 0.4em !important;
  text-align: justify !important;
  letter-spacing: 0.01em !important;
}

.ux-txt-style p strong {
  font-weight: 600 !important;
  color: #111 !important;
}

.ux-txt-style p:first-of-type {
  font-size: 1.05rem !important;
  background: linear-gradient(180deg, #faf6f8, transparent) !important;
  padding: 1.2em 1.4em !important;
  border-radius: 12px !important;
}

.ux-txt-style h2,
.ux-txt-style h3,
.ux-txt-style h4 {
  margin: 0.9em 0 0 !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #111 !important;
  position: relative !important;
  padding-left: 18px !important;
}

.ux-txt-style h2::before,
.ux-txt-style h3::before,
.ux-txt-style h4::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.25em !important;
  width: 6px !important;
  height: 1.2em !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #e91e63, #ff7aa2) !important;
}

.ux-txt-style ul {
    list-style: none;
    padding-left: 0;
}

.ux-txt-style ul,
.ux-txt-style ol {
    margin: 0 0 1em 1.2em;   /* mniejsze marginesy wokół list */
    padding: 0;
}

.ux-txt-style ul li,
.ux-txt-style ol li {
    margin: 0.2em 0;         /* ciasne linie między elementami */
    padding-left: 0.4em;     /* lekki indent, nie za duży */
    line-height: 1.5;        /* zachowaj czytelność */
}

.ux-txt-style ul li::before {
    content: "•";
    color: #e91e63;
    margin-right: 0.4em;
    font-size: 1em;
    position: relative;
    left: -0.4em;
}

.ux-txt-style ol {
    list-style-type: decimal;
}

.ux-txt-style ol li::marker {
    font-weight: 600;
    color: #e91e63;
}

.ux-txt-style a {
  color: #e91e63 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(233, 30, 99, 0.3) !important;
  transition: all 0.2s ease !important;
}

.ux-txt-style a:hover {
  color: #b9144c !important;
  border-bottom-color: #b9144c !important;
}

.ux-txt-style h2 + p {
  margin-top: 0 !important;
}

.ux-txt-style p:last-of-type {
  background: #fff5f8 !important;
  padding: 1.4em 1.6em !important;
  border-radius: 14px !important;
  font-weight: 500 !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .ux-txt-style {
    font-size: 15px !important;
  }

  .ux-txt-style h2 {
    font-size: 1.4rem !important;
  }

  .ux-txt-style p:first-of-type,
  .ux-txt-style p:last-of-type {
    padding: 1em 1.2em !important;
  }
}
