/* eNáchod 3.4.65 – quick section navigation on /pro-firmy/. */
html { scroll-behavior: smooth; }
#rjp-company-jobs,
#rjp-company-afterwork { scroll-margin-top: 110px; }
.rjp-company-jump {
  margin: 0 0 26px;
  padding: 20px 22px;
  border: 1px solid #cfe0f5;
  border-radius: 18px;
  background: linear-gradient(135deg,#f7fbff 0%,#eef6ff 100%);
  box-shadow: 0 10px 30px rgba(14,67,126,.07);
}
.rjp-company-jump > strong { display:block; margin-bottom:12px; color:#0b315a; font-size:15px; }
.rjp-company-jump > div { display:flex; gap:12px; flex-wrap:wrap; }
.rjp-company-jump a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 18px;
  border-radius:12px;
  text-decoration:none;
  font-weight:800;
  transition:transform .15s ease,box-shadow .15s ease;
}
.rjp-company-jump a:hover { transform:translateY(-1px); box-shadow:0 8px 18px rgba(14,67,126,.12); }
.rjp-company-jump-jobs { background:#0d5aa7; color:#fff !important; }
.rjp-company-jump-afterwork { background:#eaf6df; color:#315b16 !important; border:1px solid #b8d49d; }
.rjp-company-jump p { margin:11px 0 0; color:#587087; font-size:13px; }
@media (max-width:640px) {
  .rjp-company-jump { padding:16px; border-radius:14px; }
  .rjp-company-jump > div { display:grid; grid-template-columns:1fr; }
  .rjp-company-jump a { width:100%; }
}
