.elementor-23862 .elementor-element.elementor-element-6c67191{--display:flex;}/* Start custom CSS for global, class: .elementor-global-22892 *//* Kontener na przyciski (obok siebie, wyśrodkowane) */
.przyciski-box{
  display:flex;
  flex-direction:row;      /* było column */
  justify-content:center;  /* wyśrodkuj w poziomie */
  align-items:center;
  gap:8px;
  padding:0;
  flex-wrap:wrap;          /* żeby na mobile mogły się zawinąć */
}

.przycisk-prosty{
  display:block;
  width: min(230px, 90vw);
  box-sizing: border-box;
  background:#fff;
  color:#000;
  border:1px solid #000;
  border-radius:0;
  padding:4px 17px;
  text-decoration:none;
  font-family: Arial, sans-serif;
  font-size:15px;
  line-height:1.1;
  font-weight:400;
  text-align:center;
  transition: background-color .15s ease, color .15s ease;
}

/* Hover jak na screenie: czarne tło + biały tekst */
.przycisk-prosty:hover{
  background:#000;
  color:#fff;
}

/* Fokus klawiaturą (żeby nie znikał dostępnościowo) */
.przycisk-prosty:focus-visible{
  outline:2px solid #000;
  outline-offset:3px;
}
.przycisk-h2{
  margin: 0;          /* usuń domyślne marginesy h2 */
  padding: 0;
  font-size: inherit; /* żeby nie powiększało tekstu, jeśli nie chcesz */
  line-height: 1;
}/* End custom CSS */