.postid-783 .blog-post-thumb {
display: none;
}

.postid-797 .blog-post-thumb {
display: none;
}

.btn-rekrutacja-container {
  text-align: center;
  margin-top: 1em;
}

.btn-rekrutacja {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  height: 56px;
  padding: 0 30px;
  background: #f58cab;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-rekrutacja:hover {
  background: #ef7f9f;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(245, 140, 171, 0.3);
}

.btn-rekrutacja:active {
  transform: translateY(0);
  box-shadow: none;
}