@charset "UTF-8";
/* ═══════════════════════════════════════════════
   ZMIENNE GLOBALNE
═══════════════════════════════════════════════ */
:root {
  --bp-sm: 576px;
  --bp-md: 768px;
  --bp-lg: 992px;
  --bp-xl: 1200px;
  --primary: #4b73ae;
  --primary-dark: #3a5f9e;
  --primary-hover: #2563eb;
  --primary-light: #60a5fa;
  --primary-color: #FF8C42;
  --accent-blue: #007bff;
  --accent-blue-light: #358edb;
  --secondary-color: #3b82f6;
  --job-blue: #1969b9;
  --job-card: #deedfb96;
  --job-bg: #f8fafc;
  --job-success: #10b981;
  --job-border: #e5e7eb;
  --job-primary: #1e40af;
  --job-text-dark: #333333;
  --job-text-muted: #6b7280;
  --surface: #fff;
  --background-light: #f9fafb;
  --light: #f8fafc;
  --gray-light: #f1f5f9;
  --text-main: #1e293b;
  --text-muted: #6b7280;
  --text-color: #1f2937;
  --text-dark: #111111;
  --text-gray: #475569;
  --text-light: #64748b;
  --gray: #94a3b8;
  --gray-dark: #64748b;
  --gray-color: #888888;
  --dark: #1e293b;
  --dark-color: #2d3748;
  --border: #e2e8f0;
  --footer-link: #2aadde;
  --secondary: #10b981;
  --accent: #8b5cf6;
  --success: #10b981;
  --danger: #ef4444;
  --radius: 12px;
  --br-sm: 4px;
  --br-md: 6px;
  --br-lg: 8px;
  --br-xl: 12px;
  --br-full: 20px;
  --shadow: 0 4px 20px #00000014;
  --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
  --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
  --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
  --transition: all .3s ease;
  --sp-xs: 2px;
  --sp-sm: 4px;
  --sp-md: 8px;
  --sp-lg: 12px;
  --sp-xl: 15px;
  --sp-2xl: 20px;
  --sp-3xl: 30px;
  --fs-xs: .7rem;
  --fs-sm: .8em;
  --fs-md: 1em;
  --fs-lg: 1.15em;
  --fs-xl: 14px;
}


@media (prefers-color-scheme: dark) {
  html:not([class]) {
    --primary: #4696e6;
    --surface: #161b22;
    --text-main: #c4cfe1;
    --border: #0f151d;
    --background-light: #040506;
    --text-color: #c8d2e0;
  }
}
/* ═══════════════════════════════════════════════
   ANIMACJE
═══════════════════════════════════════════════ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ring {
  0%, to {
    transform: rotate(0);
  }
  5%, 15%, 25% {
    transform: rotate(12deg);
  }
  10%, 20%, 30% {
    transform: rotate(-12deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ppFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ppSlideDown {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes gold-shine {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.2);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ═══════════════════════════════════════════════
   FONT FACE
═══════════════════════════════════════════════ */
@font-face {
  font-family: ikony;
  src: url(https://epracazagranica.pl/font/ikony.woff2) format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
/* ═══════════════════════════════════════════════
   IKONY
═══════════════════════════════════════════════ */


.icon-heart::before {
  content: "\e802";
}

.icon-location::before {
  content: "\e807";
}

.icon-clock::before {
  content: "\e809";
}

.icon-bell::before {
  content: "\e80d";
}

.icon-link::before {
  content: "\e80f";
}

.icon-eye::before {
  content: "\e811";
}

.icon-login::before {
  content: "\e815";
}

.icon-tools::before {
  content: "\e81a";
}

.icon-chevron-right::before {
  content: "\e81e";
  margin-right: 11px;
}

.icon-award-1::before {
  content: "\e81f";
}

.icon-shield-alt::before {
  content: "\e820";
}

.icon-envelope-open-text::before {
  content: "\e822";
}

.icon-briefcase::before {
  content: "\e826";
}

.icon-envelope::before {
  content: "\e829";
}

.icon-file-contract::before {
  content: "\e82c";
}

.icon-thumbs-up-1::before {
  content: "\e82d";
}

.icon-star::before {
  content: "\e82e";
}

.icon-arrow-left::before {
  content: "\e830";
}

.icon-sync::before {
  content: "\e832";
}

.icon-edit-1::before {
  content: "\e833";
}

.icon-layer-group::before {
  content: "\e835";
}

.icon-laptop-house::before {
  content: "\e836";
}

.icon-search-1::before {
  content: "\e849";
}

.icon-certificate::before {
  content: "\e84b";
}

.icon-map-marked-alt::before {
  content: "\e855";
}

.icon-arrow-right-arrow-left::before {
  content: "\e85a";
}

.icon-leaf::before {
  content: "\e869";
}

.icon-paper-plane-1::before {
  content: "\e86c";
  margin-right: 8px;
}

.icon-facebook-f::before {
  content: "\e87c";
}

.icon-linkedin-in::before {
  content: "\e87d";
}

.icon-instagram::before {
  content: "\e87e";
}
.userpanel-welcome .icon-user-circle::before {
  content: "\e827";
  font-size: 20px;
}
.icon-twitter-1::before {
  content: "\e880";
  font-size: 21px;
}

.icon-pinterest::before {
  content: "\e885";
}

.icon-crown:before {
  content: "\e81b";
}

.icon-user-circle:before {
  content: "\e827";
  font-size: 100px;
}

.icon-heart {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #aaa;
  transition: color 0.2s ease, transform 0.2s ease;
}
.icon-user:before {
content:'\e804'
}


.icon-briefcase:before {
content:'\e826'
}
.icon-camera::before {
  content: "\e823";
}
.icon-envelope:before {
content:'\e829'
}

.icon-file-contract:before {
content:'\e82c'
}

.icon-star:before {
content:'\e82e'
}

.icon-laptop-house:before {
content:'\e836'
}

.icon-car:before {
content:'\e838'
}

.icon-calendar-plus:before {
content:'\e839'
}

.icon-home:before {
content:'\e83a'
}

.icon-bolt:before {
content:'\e83b'
}

.icon-globe-europe:before {
content:'\e83c'
}

.icon-drafting-compass:before {
content:'\e83d'
}

.icon-calendar-days:before {
content:'\e83e'
}

.icon-sun:before {
content:'\e83f'
}

.icon-handshake:before {
content:'\e840'
}

.icon-graduation-cap:before {
content:'\e841'
}
.icon-heart-pulse:before { content: '\e88b'; }
.icon-user-tie:before {
content:'\e842'
}
.icon-user-clock:before {
content:'\e843'
}

.icon-truck:before {
content:'\e844'
}

.icon-first-aid:before {
content:'\e845'
}

.icon-hard-hat:before {
content:'\e846'
}

.icon-laptop:before {
content:'\e847'
}

.icon-user-graduate:before {
content:'\e848'
}

.icon-search-1:before {
content:'\e849'
}

.icon-money-bill-wave:before {
content:'\e84a'
}

.icon-certificate:before {
content:'\e84b'
}

.icon-id-card:before {
content:'\e84c'
}

.icon-truck-moving:before {
content:'\e84d'
}

.icon-arrow-up-wide-short:before {
content:'\e84f'
}

.icon-pallet:before {
content:'\e850'
}

.icon-bus:before {
content:'\e851'
}

.icon-language:before {
content:'\e856'
}
.icon-user:before {
content:'\e804'
}


.icon-briefcase:before {
content:'\e826'
}

.icon-envelope:before {
content:'\e829'
}

.icon-file-contract:before {
content:'\e82c'
}

.icon-star:before {
content:'\e82e'
}

.icon-laptop-house:before {
content:'\e836'
}

.icon-handshake:before {
content:'\e840'
}

.icon-user-clock:before {
content:'\e843'
}

.icon-laptop:before {
content:'\e847'
}

.icon-search-1:before {
content:'\e849'
}

.icon-money-bill-wave:before {
content:'\e84a'
}

.icon-certificate:before {
content:'\e84b'
}

.icon-id-card:before {
content:'\e84c'
}

.icon-map-marked-alt:before {
content:'\e855'
}
[class*=" icon-"]:before,[class^=icon-]:before {
font-family:ikony;
font-style:normal;
font-weight:400;
display:inline-block;
text-decoration:inherit;
width:1em;
text-align:center;
font-variant:normal;
text-transform:none;
line-height:1em;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.section-subtitle-show .icon-leaf {
  color: #317d06;
}

/* ═══════════════════════════════════════════════
   RESET & GLOBALNE
═══════════════════════════════════════════════ */
* {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  background: #f1eee8 url(https://epracazagranica.pl/images/tlo.webp) 0 0 repeat-x;
}
@media (max-width: 480px) {
  body {
    padding: 1px;
  }
}
@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }
}

h1 {
  font-size: 16pt;
  font-weight: 700;
}

h2, h3, h4 {
  font-size: 16px;
  font-weight: 700;
}

h2 {
  color: #039;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: inline;
}

h3 {
  color: #333;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: inline;
}
h3 a {
  font-weight: 700;
  text-decoration: none;
}
h3 a:hover {
  color: #039;
  text-decoration: none;
}

h4 {
  color: #039;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: inline;
}
h4 a {
  font-weight: 600;
  text-decoration: none;
}
h4 a:hover {
  color: #039;
  text-decoration: none;
}

a, a:hover {
  color: #039;
  text-decoration: none;
}

form {
  margin: 0;
}

input, option, select, textarea {
  font-family: Verdana, sans-serif;
}

textarea {
  font-size: 14px;
  box-sizing: border-box;
  resize: vertical;
  width: 100%;
  height: 150px;
  padding: 10px;
}

button {
  color: #221f1f;
  background-color: var(--accent-blue-light);
  border: 1px outset #006595;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
button:hover {
  background-color: #E8870A;
  color: #c0c3ca;
}

td {
  font-size: 14px;
}
/* Układ główny: treść + sidebar obok siebie */
.layout-main {
    display: flex;
    align-items: flex-start;
    gap: 16px;          /* odstęp między treścią a sidebarem, dopasuj */
}
.pagination { display: flex; gap: 4px; align-items: center; }
.pagination .current { font-weight: bold; padding: 4px 8px; }
main#content {
    flex: 1;
    min-width: 0;       /* chroni przed overflow długich słów */
}
.p-offer-section::after {
    content: '\e800'; /* kod ikony chevron */
    font-family: 'ikony';
}
/* Sidebar prawy — zachowaj oryginalną szerokość z CSS */
#sidebar_right_cities,
#sidebar_right {
    flex: 0 0 300px;    /* zamień 280px na wartość z Twojego starego CSS */
    width: 300px;
}
/* ═══════════════════════════════════════════════
   LAYOUT
═══════════════════════════════════════════════ */
#wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4px;
}
@media (max-width: 1210px) {
  #wrapper {
    width: auto;
    padding: 0;
  }
}

#header {
  padding: 0;
}

#content {
  padding: 10px;
}
@media (max-width: 1210px) {
  #content {
    padding: 0;
    width: 50%;
  }
}

.padded {
  padding: 7px;
  margin-bottom: 60px;
}

.text {
  padding-left: 1px;
}

.text-right {
  text-align: right;
}

.eventnav {
  border-bottom: 1px dashed #b57509;
  border-image: linear-gradient(to right, #0000, #ff8c42, #0000) 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1210px) {
  .eventnav {
    width: 100%;
    font-size: 10px;
  }
}

.sidpanelpraco3 {
  vertical-align: top;
  height: 30%;
}

.wstecz {
  margin-top: 20px;
}

.prev_next {
  vertical-align: bottom;
}

.prev_next a {
  color: #017cbb;
  font-weight: 700;
  text-decoration: none;
}
.prev_next a:hover {
  color: #58af00;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .hidem {
    display: none;
  }
}

.header_t {
  height: 50px;
}

.header-table {
  width: 100%;
  border-collapse: collapse;
}

.table-full {
  width: 100%;
  border-collapse: collapse;
}

/* ═══════════════════════════════════════════════
   TYPOGRAFIA & NAGŁÓWKI STRON
═══════════════════════════════════════════════ */
.titleblueshow {
  color: #0e467e;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.profile-badge {
  background: #4f7ab8;
  color: #f5f4f3;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 600;
  max-width: 142px;
  align-items: center;
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 5px;
}
.titledata {
  color: #21603c;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1210px) {
  .titledata {
    color: #1b80e5;
    font-family: "Open Sans", Arial, sans-serif;
  }
}

.letter-header {
  color: #346591;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 -5px;
  padding-bottom: 0;
  border-bottom: 2px solid rgba(0, 123, 255, 0.1215686275);
  display: block;
  text-align: right;
}

.count {
  color: #535252;
  margin-left: auto;
  font-size: 11px;
  font-weight: 400;
  display: block;
}
@media (max-width: 480px) {
  .count {
    color: grey;
    font-size: 8px;
  }
}

.show-status {
  font-size: 12px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 5px;
  justify-content: center;
}

.section-title-show {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #7a8fa3;
  margin-bottom: 14px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-title-show::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e4eaf0;
}

/* ═══════════════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════════════ */
#breadcrumb {
color: #359e05;
  background: #fbfcf7;
  border: 0 solid #cacaca;
  width: 100%;
  height: 40px;
  margin: -10px 0px 10px 0px;
  padding: 10px 15px 15px;
  font-weight: 700;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: inline-block;       /* Pozwala na respektowanie szerokości max-width */
  max-width: 100%;             /* Tekst nie wyjdzie poza szerokość swojego rodzica (możesz dać np. 300px) */
  white-space: nowrap;         /* Blokuje przechodzenie do nowej linii */
  overflow: hidden;            /* Ukrywa wystający tekst */
  text-overflow: ellipsis;     /* Dodaje "..." na końcu */
  vertical-align: bottom;
}
@media (max-width: 1210px) {
  #breadcrumb {
    width: 100%;
    height: 30px;
    margin: 1px 1px -4px 0;
    padding: 1px 1px 1px 5px;
    font: 700 12px/30px Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 768px) {
  #breadcrumb {
    width: 98%;
    height: 30px;
    margin: 1px 1px 5px 0;
    padding: 1px 1px 1px 5px;
    font: 700 12px/30px Arial, Helvetica, sans-serif;
  }
}
#breadcrumb a {
  color: #333;
  background-position: 100%;
  background-repeat: no-repeat;
  outline: 0;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 601;
  text-decoration: none;
  display: inline-block;
}
#breadcrumb a:hover {
  color: #359e05;
  font-size: 16px;
}
@media (max-width: 1210px) {
  #breadcrumb a {
    font-weight: 400;
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  #breadcrumb a {
    font-size: 16px;
  }
}

/* ═══════════════════════════════════════════════
   NAWIGACJA
═══════════════════════════════════════════════ */
.main-navbar {
  background: #4b73ae;
  box-shadow: 0 2px 15px rgba(0,0,0,.15);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.nav-list-top {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 0 0 auto;
  padding: 0;
}

.nav-link-top {
  color: #fdfdfd;
  text-decoration: none;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}
.nav-link-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.1);
  transform: translateY(100%);
  transition: transform .3s;
  z-index: -1;
}
.nav-link-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  color: #fff;
}
.nav-link-top:hover::before { transform: translateY(0); }

.nav-link-start {
  color: #fdfdfd;
  text-decoration: none;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #ff9800;
  border-image: linear-gradient(to right, #0000, #ff8c42, #0000) 1;
}

.nav-text { color: #fff; }

.login-button {
  background: rgba(255,255,255,.2);
  border: 2px solid rgba(255,255,255,.3);
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
}
.login-button:hover {
  background: rgba(255,255,255,.3);
  border-color: rgba(255,255,255,.5);
}

/* Hamburger */
.mobile-menu-btn {
  display: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.menu-line {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all .3s;
}
.mobile-menu-btn.active .menu-line:first-child { transform: rotate(45deg) translate(6px,6px); }
.mobile-menu-btn.active .menu-line:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active .menu-line:nth-child(3) { transform: rotate(-45deg) translate(6px,-6px); }

/* Panel mobilny */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(5px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out;
}
.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-overlay.active .mobile-nav-panel {
  transform: translateX(0);
}

.mobile-nav-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90%;
  max-width: 400px;
  background: #fff;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 30px rgba(0,0,0,.2);
}

.mobile-nav-header {
  background: linear-gradient(135deg, #4f7ab8 0, #1b4386 100%);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-brand-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.mobile-close-btn {
  background: 0 0;
  border: 0;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background .3s;
}
.mobile-close-btn:hover { background: rgba(255,255,255,.2); }

.mobile-nav-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-list li { border-bottom: 1px solid #eee; }

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 25px;
  color: #333;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}
.mobile-nav-link::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #4f7ab8;
  border-bottom: 2px solid #4f7ab8;
  opacity: .5;
  transition: transform .3s;
}
.mobile-nav-link:hover { background: #f8f9fa; padding-left: 30px; }
.mobile-nav-link:hover::after { transform: translateY(-50%) rotate(45deg); }

.mobile-nav-active { background: rgba(79,122,184,.1); }

.mobile-nav-label {
  flex: 1;
  font-size: 1.05rem;
  font-weight: 500;
}

.mobile-login {
  background: rgba(79,122,184,.1);
  border: 2px solid #4f7ab8;
  margin: 15px 25px;
  border-radius: 10px;
  color: var(--primary-dark);
}

.mobile-nav-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.mobile-copyright {
  color: #848484;
  font-size: .85rem;
}

/* Breakpointy */
@media (max-width: 768px) {
  .mobile-menu-btn { display: flex; }
  .nav-link-top { font-size: .9rem; padding: 15px 14px; }
  .desktop-only { display: none !important; }
}

@media (min-width: 769px) {
  .mobile-only { display: none !important; }
  .mobile-nav-overlay { display: none; }
}
/* ═══════════════════════════════════════════════
   WYSZUKIWARKA
═══════════════════════════════════════════════ */
.job-search-container {
  background: #fff;
  border-radius: 12px;
  max-width: 1100px;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  min-height: 88px;
  box-shadow: 0 8px 25px -10px rgba(59, 130, 246, 0.25);
}
@media (max-width: 768px) {
  .job-search-container {
    padding: 20px 0;
    min-height: 88px;
  }
}

.search-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 48px;
}
@media (max-width: 768px) {
  .search-wrapper {
    flex-direction: row;
    gap: 2px;
  }
  .search-wrapper .icon-briefcase::before {
    display: none;
  }
  .search-wrapper .textnazwa {
    display: none;
  }
}

.search-input-group {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  flex: 1 1 40px;
  max-width: 410px;
  padding: 8px 12px;
  position: relative;
  min-height: 44px;
  box-sizing: border-box;
}
.search-input-group:focus-within {
  background: #fff;
  border-color: #007bff;
}
.search-input-group.error {
  border: 2px solid #e53935;
  background: #fff5f5;
}
.search-input-group input, .search-input-group select {
  color: #333;
  background: 0 0;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 16px;
}

.btn-search {
  background: #FF8C42;
  color: #1F1F1F;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  height: 44px;
  min-height: 44px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.2s ease;
}
.btn-search:hover {
  background: #218838;
}
@media (max-width: 768px) {
  .btn-search {
    padding: 0 20px;
  }
}

.search-icon {
  color: var(--primary);
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0509803922);
  font-size: 20px;
}

@media (max-width: 768px) {
  .search-icon {
    display: none;
  }
}
.nowa-main {
color: #28a745; text-transform: uppercase; font-size: 0.8em;
}
.data-main {
font-size: 15px;
}
.show-check {
color: #3b82f6;
}
.show-online {
font-weight: 600;
}
.show-help {
cursor: help
}
.sidebar-padding {
padding: 7px;
}
.show-user {
color: #16a34a; font-weight: 800;
}
.user-atuty {
font-weight:600;
}
.user-poziom {
color: #64748b;
}
.user-wynagrodzenie {
color: #16a34a;
}
.nav100 {
width: 100%;
}
.nav40 {
width: 40px;
}
.nazwa-category {
width: 40px; height: 25px; margin-right: 1px; transform: scale(1.1);
}
.user-certyfikaty {
display: grid; gap: 14px;
}
.show-kontakt-info {
width:auto;height:auto;padding:0px;border:2px solid yellowgreen;text-align: center;
}
.user-certyfikaty2 {
font-weight: 700; color: #92400e;
}
.user-ikony {
color: #f59e0b; font-size: 20px;
}
.ukryj {
display:none;
}
.sidebar-polec {
margin-top: 20px;
}
.sidebar-zawody {
font-weight: bold; margin-top: 10px; font-size: 20px;
}
.stopka-link {
color: #ecf0f1;
}
.tabela-main {
vertical-align: top;
}
.show-odswiez {
text-align: center;margin-left: 0px;margin-top: 20px;padding: 11px;
}
.show-flex {
flex: 2;
}
.show-miniatury {
margin-right:5px;
width: 100%;
height: 150px;
}
.citylist_container {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.citylist_container li {
    margin-bottom: 2px;
}
.city-count {
    color: #666;
    font-size: 0.9em;
}
/* ═══════════════════════════════════════════════
   SEKCJE NAGŁÓWKOWE
═══════════════════════════════════════════════ */
.section-header-side {
  text-align: center;
  background: linear-gradient(135deg, #4a90e2 0 100%);
  border-radius: 12px;
  padding: 10px;
  border-bottom: 3px solid #ff8c42;
}
.section-header-side h2 {
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(90deg, #fdfdff, #bdd1f2);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 3px;
}
.section-header-side h2 i {
  color: #FF8C42;
  margin-right: 0.75rem;
  font-size: 2rem;
}

.section-subtitle-side {
  color: #dde4ee;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
}

.section-header-show {
  text-align: center;
  background-color: #f1eee8;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
.section-header-show h2 {
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(90deg, #1e40af, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
}
.section-header-show h2 i {
  color: #FF8C42;
  margin-right: 0.75rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-header-show h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 480px) {
  .section-header-show h2 {
    font-size: 1.3rem;
  }
}

.section-subtitle-show {
  color: #475569;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section-subtitle-show {
    padding: 0 0.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .section-subtitle-show {
    padding: 0 0.5rem;
    font-size: 0.9rem;
  }
}

.section-sidebar {
  text-align: center;
  background: linear-gradient(135deg, #4a90e2 0 100%);
  border-radius: 12px;
  margin-top: 5px;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
.section-sidebar h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(90deg, #e3e5ea, #a8c9ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  padding-top: 15px;
}
.section-sidebar h2 i {
  color: #E8870A;
  margin-right: 0.75rem;
  font-size: 2rem;
}

.section-subtitle-sidebar {
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.6;
  padding-bottom: 15px;
}

.section-header {
  color: var(--text-dark);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #1abb15;
  border-image: linear-gradient(to right, #0000, #1abb15, #0000) 1;
  align-items: center;
  gap: 11px;
  width: 260px;
  margin: 50px 0 15px 25px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
.section-header i {
  color: var(--primary);
  font-size: 16px;
}
@media (max-width: 640px) {
  .section-header {
    margin-left: 85px;
  }
}
.show-more-btn { display: none; }

@media (max-width: 767px) {
    .show-more-btn {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 10px 16px;
        background: none;
        border: 1px solid currentColor;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        color: inherit;
		 margin: 12px auto 0;  
    }
    .show-more-icon {
        font-size: 10px;
        transition: transform 0.2s ease;
    }
    .show-more-btn.loaded .show-more-icon {
        transform: rotate(180deg);
    }
    .country-link.ajax-item {
        animation: fadeSlideIn 0.25s ease both;
    }
    @keyframes fadeSlideIn {
        from { opacity: 0; transform: translateY(-6px); }
        to   { opacity: 1; transform: translateY(0); }
    }
}
/* ═══════════════════════════════════════════════
   PREMIUM HEADER
═══════════════════════════════════════════════ */
.premium-header {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #4a90e2 0 100%);
  padding: 5px 2px 5px 5px;
  position: relative;
  box-shadow: 1px 1px 20px 1px #82b8f2;
  border-bottom: 3px solid #ff8c42;
}
.premium-header h3 {
  color: #fff;
  align-items: center;
  gap: 10px;
  margin: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.premium-header-value {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.premium-header-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium-header-icon i {
  font-size: 38px;
  color: #fff;
}

/* ═══════════════════════════════════════════════
   PREMIUM SIDEBAR
═══════════════════════════════════════════════ */
.premium-sidebar {
  background: #fff;
  border-radius: 12px;
  max-width: 298px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .premium-sidebar {
    max-width: 850px;
  }
}
@media (max-width: 767px) {
  .premium-sidebar {
    max-width: 850px;
  }
}

.premium-profile {
  text-align: center;
  border-bottom: 1px solid #f0f2f5;
  padding: 24px 10px 20px;
  position: relative;
}

.user-name {
  color: #2c3e50;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.premium-jobs-list {
  padding: 0;
  margin-bottom: 30px;
}

.premium-job-item {
  border-bottom: 1px solid #f0f2f5;
  padding: 10px 10px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px -10px rgba(59, 130, 246, 0.25);
}
.premium-job-item:hover {
  cursor: pointer;
  background: #f8fafc;
}

.job-item-inner {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.job-content {
  flex: 1;
  min-width: 0;
}

.job-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}
@media (max-width: 768px) {
  .job-header {
    margin-bottom: 2px;
	display: inline;
  }
}

.job-title {
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 768px) {
  .job-title {
    font-size: 1rem;
  }
}
.job-title a:hover {
  color: #4a9b1c;
  text-decoration: underline;
}

.job-company {
  opacity: 0.9;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
  font-size: 1.1rem;
  position: relative;
}

.job-location {
  color: #555;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
  opacity: 0.85;
  margin-top: 10px;
  position: relative;
  margin-left: 0px;
}
.job-location i {
  font-size: 1.1rem;
}

.job-time {
  color: #177e18;
  margin-left: 0px;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.premium-footer {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* ═══════════════════════════════════════════════
   JOB OFFER CARD — GŁÓWNA KARTA OFERTY
═══════════════════════════════════════════════ */
.job-offer-card {
  padding: 20px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 0 0 10px 10px;
  margin-bottom: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  overflow: visible;
    margin-top: 10px;
	overflow-wrap: break-word;    /* zawija długie słowa */
    word-wrap: break-word;        /* alternatywnie */
    word-break: break-all; 
}
.job-offer-card:hover {
  border-color: #dbe4f1;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1215686275);
}
@media (max-width: 768px) {
  .job-offer-card {
    padding: 0;
    border-radius: 16px;
    margin-bottom: 60px;
  }
}

.job-card-header {
  width: 100%;
  background: linear-gradient(135deg, rgba(246, 247, 249, 0.1294117647) 0, rgba(86, 161, 240, 0.168627451) 100%);
  padding: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.job-card-header::before {
  content: "";
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -50%;
  right: -50%;
}

.job-card-footer {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 10px 28px;
  display: flex;
  border-image: linear-gradient(to right, #0000, #ff8c42, #0000) 1;
}
@media (max-width: 768px) {
  .job-card-footer {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
  }
}

.job-post-date {
  color: #718096;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  display: flex;
}
.job-post-date i {
  color: #4b73ae;
}
@media (max-width: 768px) {
  .job-post-date {
    margin: auto;
  }
}

.job-apply-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #48bb78 0, #38a169 100%);
  border: 0;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}
.job-apply-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(72, 187, 120, 0.3019607843);
  background: #FF8C42;
}
@media (max-width: 768px) {
  .job-apply-btn {
    justify-content: center;
  }
}

/* ═══════════════════════════════════════════════
   JOB HEADER — GŁÓWNA SEKCJA Z TYTUŁEM
═══════════════════════════════════════════════ */
.job-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .job-header-wrapper {
    flex-direction: row;
  }
}

.job-header-main {
  flex: 1;
  background: #fff;
  border: 0px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 0px;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 768px) {
  .job-header-main {
    width: 100%;
	margin-bottom: 10px;
  }
}
.job-side-box .highlight {
    background: #304055;
    border-color: #bbf7d0;
}
.job-header-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  order: 2;
  margin-top: 0;
  margin-bottom: auto;
}
@media (min-width: 769px) {
  .job-header-side {
    width: 280px;
    order: unset;

  }
}

.job-title-area h1,
.job-main-title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .job-title-area h1,
  .job-main-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .job-title-area h1,
  .job-main-title {
    text-align: center;
    padding: 0 10px;
  }
}

/* ═══════════════════════════════════════════════
   JOB BADGES & HIGHLIGHTS
═══════════════════════════════════════════════ */
.job-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.job-badge {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap:10px;
  margin-top: 10px;
}
.job-badge.salary {
  background: #ecf4fd;
  color: #166534;
  font-weight: 600;
}
.job-badge .icon-tools {
  margin-right: 10px;
}
.job-badge .icon-location {
  margin-right: 10px;
}

/* ═══════════════════════════════════════════════
   JOB SIDE BOX
═══════════════════════════════════════════════ */
.job-side-box {
  background: #fff;
  border: 0px solid #e5e7eb;
  border-radius: 12px;
  padding: 5px;
  margin-left: 5px;
}
.job-side-box.highlight {
  background: #e6f1fd;
  border-color: #bbf7d0;
}

.job-side-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
  padding: 11px;
}
.job-side-item i {
  color: #0073b1;
  width: 20px;
  text-align: center;
}
.job-side-item strong {
  color: #222;
  font-weight: 600;
}
.job-side-item.highlight {
    background: #fff;
    border-color: #bbf7d0;
}
.user-description {
color:#475569;
line-height:1.7;
font-size:16px;
padding:8px 0
}
.header-banner {
height:140px;
background:#5c9be31c
}

.header-content-wrapper {
display:flex;
padding:0 32px 32px;
position:relative;
margin-top:-145px;
align-items:flex-end;
gap:32px
}

.personal-info-box {
flex:1;
padding-bottom:10px
}

.candidate-name {
font-size:32px;
font-weight:800;
color:#0f172a;
margin:0 0 12px
}

.info-line {
font-size:15px;
color:#475569;
margin-bottom:8px;
display:flex;
align-items:center;
gap:10px
}

.availability-indicator {
background:#f0fdf4;
color:#16a34a;
padding:8px 18px;
border-radius:50px;
font-size:14px;
font-weight:700;
display:inline-flex;
align-items:center;
gap:8px;
margin-top:15px;
border:2px solid #bbf7d0
}

.section-card {
background:#fff;
border-radius:12px;
padding:10px;
box-shadow:0 1px 3px #00000014;
margin-bottom:24px
}

.two-column-layout {
display:grid;
grid-template-columns:1fr 350px;
gap:24px;
margin-bottom:24px
}

.preferences-grid {
display:grid;
gap:16px
}

.preference-item {
display:flex;
align-items:center;
gap:16px;
padding:18px;
background:#f8fafc;
border-radius:10px;
border:1px solid #e2e8f0;
transition:all .2s ease
}

.preference-item:hover {
transform:translatey(-2px);
box-shadow:0 4px 6px #0000000d
}

.pref-icon-wrapper {
width:44px;
height:44px;
background:#f8fafc;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
color:#3b82f6;
font-size:20px;
}

.pref-label {
font-size:12px;
color:#64748b;
text-transform:uppercase;
letter-spacing:.5px;
margin-bottom:6px
}

.pref-value {
font-size:16px;
font-weight:600;
color:#0f172a
}

.strengths-grid {
display:grid;
grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
gap:14px
}

.strength-item {
background:#f8fafc;
padding: 0px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #464a51;
}

.strength-icon-box {
width:36px;
height:36px;
background:#8591a6;
color:#fff;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
flex-shrink:0
}

.language-item {
margin-bottom:18px
}

.language-header {
display:flex;
justify-content:space-between;
font-size:15px;
margin-bottom:8px
}

.progress-bar {
height:8px;
background:#e2e8f0;
border-radius:4px;
overflow:hidden
}

.progress-fill {
height:100%;
background:#3b82f6;
border-radius:4px
}

.employment-types {
display:flex;
flex-wrap:wrap;
gap:12px
}

.employment-tag {
background:#f8fafc;
padding:10px 16px;
border-radius:10px;
font-size:14px;
font-weight:600;
color:#0f172a;
display:flex;
align-items:center;
gap:8px;
border:1px solid #e2e8f0
}

.skill-badge {
background:#f8fafc;
padding:8px 16px;
border-radius:8px;
font-size:13px;
font-weight:600;
color:#475569;
border:1px solid #e2e8f0
}

.certificate-item {
background:#fffbeb;
padding:16px;
border-radius:10px;
display:flex;
align-items:center;
gap:12px
}

.qualification-item {
display:flex;
align-items:center;
gap:12px;
padding:10px 0
}

.contact-section {
border-radius:12px;
padding:28px;
text-align:center;
border:2px solid #bae6fd;
margin-bottom:24px
}

.contact-title {
font-size:22px;
color:#0f172a;
margin-bottom:15px;
display:flex;
align-items:center;
justify-content:center;
gap:12px
}

.contact-message {
color:#475569;
margin-bottom:28px;
font-size:16px;
line-height:1.6
}
.image-modal {
display:none;
position:fixed;
z-index:1000;
left:0;
top:0;
width:100%;
height:100%;
background-color:#000000f2;
align-items:center;
justify-content:center
}

.modal-image-content {
max-width:90%;
max-height:90%;
border-radius:8px;
box-shadow:0 20px 60px #0000004d
}
.salary-highlight {
background: #f8fafc;
}

.salary-highlight i {
color:var(--job-success);
background:#f8fafc;
}

.offer-title-card {
background:#fff;
border-radius:12px;
padding:20px 25px;
box-shadow:0 2px 4px #0000000d;
margin-bottom:24px;
border-left:5px solid #3b82f6
}

.profile-header-section {
background:#fff;
border-radius:16px;
box-shadow:0 4px 6px -1px #0000001a 2px 4px -1px #0000000f;
overflow:hidden;
margin-bottom:24px;
position:relative
}

.section-title {
color:var(--dark);
border-bottom:1px solid var(--gray-light);
border-image: linear-gradient(to right, #0000, #5cce3c, #0000) 1;
align-items:center;
gap:10px;
margin:0 0 25px;
padding-bottom:12px;
font-size:1.2rem;
display:flex;
margin-bottom:20px;
font-weight:700;
margin-top: 30px;
}

.section-title i {
color:var(--primary);
width:24px
}

@media (max-width:1210px) {
.header-content-wrapper {
flex-direction:column;
align-items:center;
text-align:center;
padding:0 24px 30px
}
}

@media (max-width:768px) {
.section-card {
padding:5px
}

.header-content-wrapper {
margin-top:-60px
}
}

@media (max-width:480px) {
body {
padding:1px
}
}

@media (max-width:768px) {
}

@media (max-width:768px) {

.job-apply-btn {
justify-content:center
}
}

@media (max-width:1210px) {

body {
font-size:14px
}

h1 {
font-size:14pt
}

h3 {
color:#039;
margin:0;
padding:0;
font-family:Arial,sans-serif;
font-size:18px;
font-weight:700;
line-height:normal;
display:inline
}
}

@media only screen and (max-width:1210px) {
}

@media (max-width:768px) {
.section-card {
padding:5px
}
}

@media (max-width: 1024px) {
.two-column-layout {
grid-template-columns:1fr
}

.header-content-wrapper {
flex-direction:column;
align-items:center;
text-align:center;
padding:0 24px 30px
}
}

@media (max-width: 768px) {
.strengths-grid {
grid-template-columns:1fr
}

.section-card {
padding:5px
}

.candidate-name {
font-size:28px
}

.header-banner {
height:120px
}

.header-content-wrapper {
margin-top:-60px
}
}

@media (max-width: 480px) {
.candidate-name {
font-size:24px
}
}



/* ═══════════════════════════════════════════════
   TIMER WIDGET
═══════════════════════════════════════════════ */
.job-timer-box {
  background: #ffffff;
  border: 0px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-left: 5px;
}

.timer-status-bar {
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
  padding: 6px 15px;
  font-size: 11px;
  font-weight: 800;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  position: relative;
}
.pulse-dot::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse-ring 1.5s infinite;
}

.timer-content {
  padding: 15px;
}

.timer-message {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 5px;
}

.timer-countdown {
  font-size: 22px;
  font-weight: 800;
  color: #1e293b;
  font-family: "Courier New", monospace;
  margin-bottom: 12px;
}

.timer-progress-wrap {
  background: #f1f5f9;
  height: 10px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.timer-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  transition: width 1s linear;
}

/* ═══════════════════════════════════════════════
   TRUST BOX & BENEFITS
═══════════════════════════════════════════════ */
.trust-box {
  background: #f8fafc;
  border: 1px solid #498fe1;
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  margin: 70px 0;

  gap: 12px;
  align-items: flex-start;
}

.trust-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}

.benefits-grid-show {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  .benefits-grid-show {
    grid-template-columns: 1fr 1fr;
  }
}

.benefit-item-show {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #3a4a5c;
  padding: 8px 12px;
  background: #f8fafc;
  border-radius: 8px;
  border: 0px solid #e4eaf0;
}
.benefit-item-show .check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e6f9f2;
  color: #00b87a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  font-weight: 700;
}

.highlights-block {
  background: #fff;
  border: 1px solid #d0eade;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 24px;
  margin-top: 35px;
  font-size: 14px;
}
.highlights-block strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0f1c2e;
  margin-bottom: 10px;
}

.apply-note {
  margin: 10px 0 80px;
  font-size: 12.5px;
  color: #607385;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.info-text {
  margin-top: 15px;
  color: #718096;
  text-align: center;
  font-size: 0.75rem;
}
.wrap {
font-size: 16px;
padding: 15px;
}
/* ═══════════════════════════════════════════════
   FIRMA PANEL
═══════════════════════════════════════════════ */
.firma-panel-show {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(255, 255, 255);
  color: #483f3f;
  padding: 6px 18px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: 0px solid rgba(79, 70, 229, 0.3);
  backdrop-filter: blur(5px);
  margin-bottom: 15px;
  margin-top: 5px;
}

.firma-doswiadczenie {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #e6f7e6;
  color: #2e7d32;
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #a5d6a7;
  margin-bottom: 15px;
}

.firma-sprawdzony {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #e6f0ff;
  color: #0052a3;
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #a5d6a7;
  margin-bottom: 15px;
}

/* ═══════════════════════════════════════════════
   BELL / ŚLEDZENIE
═══════════════════════════════════════════════ */
.bell-icon {
  color: #fff;
  background: linear-gradient(135deg, #FF8C42, #FF8C42);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  animation: ring 2s ease-in-out infinite;
  display: flex;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3019607843);
}
.dark-mode .bell-icon {
  color: #fff;
    background: #1C1E23;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  animation: ring 2s ease-in-out infinite;
  display: flex;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3019607843);
}
.tracking-form {
  max-height: 0;
  transition: max-height 0.4s;
  overflow: hidden;
}
.tracking-form.expanded {
  max-height: 500px;
  margin: 15px;
}

.tracking-footer {
  text-align: center;
  color: #000;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════
   FORMULARZE
═══════════════════════════════════════════════ */
.modern-form-container {
  background: #fff;
  border-radius: 16px;
  margin: 1rem 0;
  padding: 1.5rem;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 768px) {
  .modern-form-container {
    padding: 0.5rem;
    margin: 1rem 0;
  }
}

.form-header {
  text-align: center;
  border-bottom: 1px solid #b57509;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.form-title {
  color: #2c3e50;
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.form-subtitle {
  color: #106268;
  margin: 0;
  font-size: 1rem;
}

.form-badge {
  color: #fff;
  background: linear-gradient(135deg, #017cbb, #2d9cdb);
  border-radius: 50px;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
}
@media (max-width: 768px) {
  .form-badge {
    padding: 0.4rem 1.25rem;
    font-size: 0.85rem;
  }
}

.form-label {
  color: #495057;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}
.form-label i {
  color: #017cbb;
  width: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-label {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .form-label {
    flex: 0 0 100%;
    margin-bottom: 0.75rem;
  }
}

.form-hint {
  color: #262a2d;
  margin: 8px 0 1rem;
  font-size: 13px;
  line-height: 1.4;
}

.form-section {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.form-section:focus-within {
  border-color: #017cbb;
  box-shadow: 0 0 0 3px rgba(1, 124, 187, 0.1019607843);
}
@media (max-width: 768px) {
  .form-section {
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .form-section {
    padding: 0.875rem;
  }
}

.form-group {
  margin-bottom: 16px;
  flex-direction: column;
}

.form-control {
  border: 1px solid var(--border);
  border-radius: 8px;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  transition: all 0.2s;
}

.form-input {
  border: 1px solid var(--border);
  width: 100%;
  transition: var(--transition);
  background: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
}
.form-input:focus {
  border-color: var(--primary);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1019607843);
  background: #fff;
}
@media (max-width: 480px) {
  .form-input {
    padding: 12px 15px;
    font-size: 14px;
  }
}

.required {
  color: #aa0505;
  font-weight: 700;
  margin-left: 0.25rem;
}

.subject-container {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  transition: border-color 0.3s;
  display: flex;
}
.subject-container:focus-within {
  border-color: #017cbb;
}
@media (max-width: 768px) {
  .subject-container {
    flex-direction: column;
    align-items: stretch;
  }
}

.subject-prefix {
  color: #2c3e50;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
}

.textarea-container {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.char-count {
  color: #666;
  font-size: 0.75rem;
}

.input-with-icon {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s;
}
.input-with-icon:focus-within {
  border-color: #017cbb;
}

.input-icon {
  color: #64748b;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.modern-input {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0.875rem 1rem 0.875rem 3rem;
  font-size: 1rem;
  color: #2c3e50;
}

.checkbox-container {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 1.25rem;
}

.checkbox-row {
  color: #000;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  display: flex;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px;
}
.checkbox-row label {
  color: rgba(47, 73, 111, 0.7803921569);
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
}
.checkbox-row a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}
.checkbox-row a:hover {
  text-decoration: underline;
}
.checkbox-row input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 4px;
  accent-color: var(--primary);
  width: 16px;
  height: 16px;
}

.submit-section {
  text-align: center;
  background: 0 0;
  border: 0;
  padding: 1rem;
}

.custom-button {
  padding: 14px 24px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(42, 173, 222, 0.2);
  color: #fff;
  cursor: pointer;
  background-color: #FF8C42;
  border: 0;
  width: 250px;
  height: 50px;
  margin: 50px auto;
  font-size: 16px;
  display: block;
}
.custom-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(42, 173, 222, 0.3019607843);
  background-color: #77c122;
  color: #fff;
}
.custom-button:active {
  transform: translateY(0);
}

.rodocheck {
  font-size: 14px;
  line-height: 1.6;
  color: #1e293b;
}

.rodotext {
  background: #f8fafc;
  padding: 20px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 15px;
  max-height: 200px;
  overflow-y: auto;
  white-space: pre-wrap;
}

.checkbox-group {
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.checkbox {
  margin-top: 1.25rem;
  margin-right: 0.75rem;
}

/* ═══════════════════════════════════════════════
   PRZYCISKI
═══════════════════════════════════════════════ */
.btn {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  width: 100%;
  padding: 13px;
  font-size: 15px;
  font-weight: 600;
  transition: var(--transition);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
.btn:hover {
  background-color: #3bb978;
  transform: translateY(-1px);
}

.btn-track {
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  color: #fff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2509803922);
}
.btn-track:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.3490196078);
}

.btn-toggle {
  color: #475569;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  align-items: center;
  gap: 30px;
  width: 267px;
  margin: 0 auto;
  padding: 0px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
}
.btn-toggle:hover {
  color: #3b82f6;
  background: #eff6ff;
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1019607843);
}

.btn-action {
  color: #475569;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  align-items: center;
  gap: 35px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  width: 270px;
  margin: 0 auto;
}
.btn-action:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1019607843);
  color: #3b82f6;
  background: #eff6ff;
  border-color: #3b82f6;
}

.btn-icon {
  background: #f8fafc !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.btn-icon i {
  font-size: 28px;
  color: #4b73ae;
  margin-left: 11px;
}
.btn-icon {
  font-size: 28px;
  color: #4b73ae;
  margin-left: 11px;
}
.btn-icon:hover {
  color: #22c55e;
  transform: scale(1.2);
}
@media (max-width: 480px) {
  .btn-icon {
    font-size: 25px;
  }
}

.fav-btn.active .icon-heart {
  color: #e74c3c;
}

.btn-wszystkie {
  color: #1662b3;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #007bff;
  border-radius: 10px;
  align-items: center;
  gap: 18px;
  width: 275px;
  margin: 0 auto;
  padding: 10px 90px;
  font-size: 16px;
  font-weight: 600;
}
.btn-wszystkie:hover {
  color: #1662b3;
  background: #fff;
  border: 1px solid #ff8c42;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1019607843);
}

.btn-wszystkie-show {
cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  align-items: center;
  gap: 30px;
  width: 230px;
  margin: 0 auto;
  padding: 3px 25px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
}
.btn-wszystkie-show:hover {
  color: #1662b3;
  background: #fff;
  border: 1px solid #ff8c42;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1019607843);
}

#openModalBtn {
  color: #fff;
  cursor: pointer;
  background-color: #ff8c42;
  border: 0;
  border-radius: 5px;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  padding: 15px 4px;
  font-size: 16px;
  display: block;
}
#openModalBtn:hover {
  background-color: #FF8C42;
}
#openModalBtn2 {
  color: #fff;
  cursor: pointer;
  background-color: #ff8c42;
  border: 0;
  border-radius: 5px;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  padding: 15px 4px;
  font-size: 16px;
  display: block;
}
#openModalBtn2:hover {
  background-color: #FF8C42;
}
.table-optimization-wrapper {
    content-visibility: auto;
    contain-intrinsic-size: 300px 700px;
    width: 100%;
}
.table-optimization {
content-visibility: auto;
}
.op {
content-visibility: auto;
}
/* ═══════════════════════════════════════════════
   ULUBIONE
═══════════════════════════════════════════════ */
.fav-btn {
  cursor: pointer;
  color: #666;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  transition: transform 0.2s;
  display: flex;
  margin: 0 auto;
  border-radius: 35px;
}
.fav-btn:hover {
  transform: scale(1.1);
}
.fav-btn:hover .icon-heart {
  color: #ff6b6b;
}
@media (max-width: 767px) {
  .fav-btn {
    background: 0 0;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
    padding: 4px;
    border-radius: 50%;
    transition: color 0.2s;
    margin: 0 auto;
  }
  .fav-btn:active, .fav-btn:hover {
    color: #ff4081;
  }
}

.fav-btn-main {
  cursor: pointer;
  color: #666;
  background: 0 0;
  border: 0 !important;
  align-items: center;
  gap: 5px;
  font-size: 1.3rem;
  transition: transform 0.2s;
  margin: 0 auto;
  z-index: 10;
  border-radius: 35px;
}
.fav-btn-main:hover {
  transform: scale(1.1);
}
.fav-btn-main.active .icon-heart {
  color: #e74c3c;
}

.fav-count {
  font-size: 0.9rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fav-count {
    font-size: 0.85em;
    margin-left: 4px;
    color: #777;
    min-width: 16px;
    text-align: center;
  }
}

.favorites-badge {
  display: none;
  background-color: #1bd015;
  color: #000;
  padding: 0 6px;
  border-radius: 10px;
  font-size: 0.8em;
  margin-left: 6px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ═══════════════════════════════════════════════
   OFERTY — LISTA (powiązane)
═══════════════════════════════════════════════ */
.offer-item {
  background: linear-gradient(135deg, #FFFFFF 0%, #F0F7FF 100%);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
  display: flex;
  gap: 0;
  position: relative;
  box-shadow: 0 8px 25px -10px rgba(59, 130, 246, 0.25);
  transition: all 0.25s ease;
}
.offer-item.post1 {
  background: #fff;
    border-image: linear-gradient(to right, #0000, #0ca06f, #0000) 1;
    border-bottom: 2px solid #b57509;
}
.offer-item.post2 {
  background: #fafcff;
    border-image: linear-gradient(to right, #0000, #0ca06f, #0000) 1;
    border-bottom: 2px solid #b57509;
}
.offer-item:hover {
  border-color: #2bbf50;
  box-shadow: 0 15px 35px -10px rgba(59, 130, 246, 0.35);
    border-image: linear-gradient(to right, #0000, #ff8c42, #0000) 1;
    border-bottom: 2px solid #b57509;
}
.offer-item:has(.compact-detail.salary) {
  border-left: 1px solid #3b82f6;
}

.offer-content {
  flex-grow: 1;
  min-width: 0;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .offer-content {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.offer-title {
  flex-basis: 100%;
  flex-grow: 1;
  padding-right: var(--sp-xl);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.offer-title a {
  color: #1969b9;
  font-weight: 700;
  text-decoration: none;
}
.offer-title a:hover {
  color: #FF8C42;
  text-decoration: none;
}
.offer-title a:visited {
  color: #636e72;
}
@media (max-width: 1023px) {
  .offer-title a {
    font-size: 1.1em;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .offer-title a {
    font-size: 1em;
    font-weight: 600;
    color: #1969b9;
    line-height: 1.3;
  }
}

.offer-preview {
  color: #0F172A;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  margin: 5px 0 18px;
  font-size: 1em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .offer-preview {
    font-size: 0.95em;
    margin: 6px 0;
    color: #444;
  }
}
@media (max-width: 767px) {
  .offer-preview {
    font-size: 0.95em;
    color: #555;
    line-height: 1.45;
    margin: 10px 0;
  }
}

.offer-category {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-top-color: rgb(226, 232, 240);
  border-right-color: rgb(226, 232, 240);
  border-bottom-color: rgb(226, 232, 240);
  border-left-color: rgb(226, 232, 240);
  border-radius: 30px;
  padding: 5px 14px;
  font-size: 0.85rem;
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.offer-category:hover {
  background: #e2e8f0;
  border-color: #94a3b8;
  color: #0f172a;
}

.offer-category i {
  color: #2563eb;
  font-size: 0.8rem;
}

.offer-prevnext {
text-align: left; font-size: 14px; vertical-align: bottom;
}
.offer-prevprev {
text-align: right; font-size: 14px; vertical-align: bottom;
}
/* MEDIA */
@media (max-width: 1023px) {
  .offer-category {
    background: #f7fafc;
    color: #4a5568;
    border-color: #edf2f7;
    border-radius: 30px;
  padding: 5px 14px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .offer-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .offer-category {
    margin-top: 5px;
  }
}
.offer-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .offer-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.offer-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .offer-footer {
    gap: 10px;
    margin-top: 8px;
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .offer-footer {
    gap: 10px;
    margin-top: 12px;
    font-size: 0.9em;
    color: #666;
  }
}
@media (max-width: 767px) {
  .offer-footer i {
    min-width: 16px;
    text-align: center;
  }
}

.offer-cell-image {
  vertical-align: top;
  width: 180px;
  padding: 10px 0 10px 10px;
}

.offer-image-link {
  flex-shrink: 0;
  width: 180px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  margin-right: 10px;
}
.offer-image-link:hover {
  border-color: #2563eb;
  transform: scale(1.02);
}
@media (max-width: 600px) {
  .offer-image-link {
    display: none;
  }
}

.offer-img {
  object-fit: fill;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.offer-placeholder {
  color: #adb5bd;
  background-color: #f8f9fa;
  border: 1px dashed #ced4da;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  display: flex;
}
.offer-cell-content {
  vertical-align: top;
  min-width: 0;
  padding: 10px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .offer-cell-content {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .offer-cell-content {
    display: block;
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .offer-favorite {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .offer-favorite {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .offer-row-separator {
    display: none;
  }
}

.compact-detail.salary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(30, 190, 115, 0.1);
  color: #1a7f45 !important;
  font-weight: 700 !important;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .compact-detail.salary {
    font-size: 0.95em;
    font-weight: 700;
    color: #2e7d32;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .compact-detail.salary {
    display: inline-block;
    margin: 8px 0 6px;
    padding: 4px 8px;
    background: #e8f5e9;
    color: #2e7d32;
    font-weight: 600;
    border-radius: 4px;
    font-size: 0.95em;
  }
}
.err,.msg {
padding:12px 16px;
margin:15px 0;
border-radius:6px;
font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
font-size:14px;
line-height:1.5;
border-left:4px solid;
box-shadow:0 2px 5px #0000001a;
display:flex;
align-items:center;
gap:10px
}

.err {
background-color:#fee;
border-color:#d32f2f;
color:#b71c1c
}

.msg {
background-color:#e8f5e9;
border-color:#2e7d32;
color:#1b5e20
}

.err::before,.msg::before {
font-size:18px;
font-weight:700
}

.err::before {
content:"✗"
}

.msg::before {
content:"✓"
}

.err,.msg {
animation:slideIn .3s ease-out
}

@keyframes slideIn {
from {
opacity:0;
transform:translateY(-10px)
}

to {
opacity:1;
transform:translateY(0)
}
}

@media (max-width: 768px) {
.err,.msg {
padding:10px 12px;
font-size:13px
}
}
/* ═══════════════════════════════════════════════
   PODOBNE OFERTY
═══════════════════════════════════════════════ */
.podobne-lista {
  background: #fff;
  border-radius: 8px;
  margin: 15px 0;
  font-family: system-ui, -apple-system, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  display: flex;
}

.podobne-show {
  flex-direction: column;
  display: flex;
}

.podobne-oferta {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 15px;
  transition: background 0.2s;
  display: block;
  position: relative;
  text-decoration: none;
}
.podobne-oferta:last-child {
  border-bottom: 0;
}
.podobne-oferta:hover {
  background-color: #f0f7ff;
}
@media (max-width: 768px) {
  .podobne-oferta {
    padding: 15px 10px;
  }
}

.podobne-tresc {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 480px) {
  .podobne-tresc {
    flex-direction: column;
    align-items: flex-start;
  }
}

.podobne-tytul {
  color: #0056b3;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  margin: 0;
  padding-right: 15px;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
}
.podobne-tytul i {
  color: #6d6d6d;
  text-align: center;
  width: 20px;
  margin-right: 8px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .podobne-tytul {
    max-width: 70%;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .podobne-tytul {
    white-space: normal;
    margin-bottom: 5px;
    padding-right: 0;
    font-size: 0.95rem;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
  }
}

.podobne-data {
  color: #935e47;
  white-space: nowrap;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85rem;
}
@media (max-width: 480px) {
  .podobne-data {
    align-self: flex-end;
    font-size: 0.8rem;
  }
}
  .country-link {
	border-image: linear-gradient(to right, #0000, #4778a4, #0000) 1;
  border-bottom: 1px solid #b57509;
  }
/* ═══════════════════════════════════════════════
   KRAJE — GRID
═══════════════════════════════════════════════ */
.jobs-container {
  background: #f8fafc;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-width: 870px;
  overflow: hidden;
}
@media (max-width: 1210px) {
  .jobs-container {
    padding: 16px;
    border-radius: 16px;
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .jobs-container {
    padding: 12px;
    border-radius: 12px;
  }
}

.countries-grid {
  background: #fff;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 1px;
  display: grid;
}
@media (max-width: 1210px) {
  .countries-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .countries-grid {
    grid-template-columns: 1fr;
  }
}

.country-column {
  background: #fff;
}
@media (max-width: 1210px) {
  .country-column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .country-column {
    padding: 10px;
  }
}

.country-list {
  margin-left: -30px;
  list-style: none;
}
@media (max-width: 1210px) {
  .country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    list-style-type: none;
  }
}
@media (max-width: 480px) {
  .country-list {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .country-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1210px) {
  .country-list {
    grid-template-columns: 1fr;
  }
}

.country-item {
  margin-bottom: 15px;
  margin-right: 11px;
}
.country-item:last-child {
  margin-bottom: 0;
}
.country-item:first-child {
  animation-delay: 0.1s;
}
.country-item:nth-child(2) {
  animation-delay: 0.2s;
}
.country-item:nth-child(3) {
  animation-delay: 0.3s;
}
.country-item:nth-child(4) {
  animation-delay: 0.4s;
}
@media (max-width: 1210px) {
  .country-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0705882353);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
  }
  .country-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1490196078);
  }
  .country-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0, #764ba2 50%, #f093fb 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .country-item:hover::before {
    opacity: 1;
  }
}
.login-button-show {
  background: rgb(111, 143, 190);
  border: 2px solid rgb(154, 176, 209);
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  color: #f5f9f9;
  font-size: 16px;
}
.dark-mode .login-button-show {
  text-decoration: none;
  transition: color 0.2s;
    font-weight: 600;
  color: #f5f9f9;
  font-size: 16px;
}
.dark-mode .login-button-show:hover {
background: rgb(212, 125, 14);
  transition: color 0.2s;
    font-weight: 600;
  color: #f5f9f9;
  font-size: 16px;
}

.country-link {
  color: #1d5097;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  text-decoration: none;
  display: flex;
}
.country-link:hover {
  background: rgba(255, 255, 255, 0.1019607843);
border-bottom: 3px solid #ff9800;
}

.country-link:hover .job-count {
  background: #3075b9;
  color: #fff;
}
@media (max-width: 1210px) {
  .country-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    text-decoration: none;
    color: inherit;
    min-height: 72px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .country-link {
    padding: 14px 16px;
    min-height: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1210px) {
  .country-link {
    padding: 10px 22px;
    min-height: 50px;
  }
}

.country-name {
  font-size: var(--fs-xl);
  font-weight: 500;
}
@media (max-width: 480px) {
  .country-name {
    font-size: 1rem;
  }
}
@media (max-width: 1210px) {
  .country-name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    flex: 1;
  }
}
@media (min-width: 769px) and (max-width: 1210px) {
  .country-name {
    font-size: 17px;
  }
}

.job-count {
  color: #11294b;
  text-align: center;
  min-width: 68px;
  transition: var(--transition);
  background: #daedff;
  border-radius: var(--br-full);
  padding: var(--sp-xs);
  font-size: var(--fs-xs);
  font-weight: 500;
}
@media (max-width: 1210px) {
  .job-count {
    background: #4b73ae;
    color: #fff!important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    min-width: 70px;
    box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3019607843);
    transition: all 0.3s ease;
  }
}
@media (max-width: 480px) {
  .job-count {
    padding: 5px 12px;
    font-size: 13px;
    min-width: 60px;
	color: #fff;
  }
}
@media (min-width: 769px) and (max-width: 1210px) {
  .job-count {
    font-size: 15px;
    min-width: 75px;
	color: #fff;
  }
}
@media (max-width: 1210px) {
  .country-item:hover .job-count {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.4);
  }
}

/* ═══════════════════════════════════════════════
   KATEGORIE
═══════════════════════════════════════════════ */
.modern-categories {
  padding: 10px 0 30px;
}
.modern-categories.vertical-categories {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.category-item {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin-bottom: 15px;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  animation: fadeIn 0.3s ease forwards;
}
.category-item:hover {
  border-color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1019607843);
}
.category-item:nth-child(2n) {
  animation-delay: 0.1s;
}
.category-item.active {
  border-color: #007bff;
  background: linear-gradient(135deg, #f8f9ff 0, #f1f5ff 100%);
}
.category-item.active .category-icon {
  color: #fff;
}
.category-item.active .subcategories-container {
  max-height: 1000px;
}

.category-header {
  display: flex;
  align-items: center;
  padding: 5px;
  gap: 0;
}
@media (max-width: 768px) {
  .category-header {
    padding: 12px;
  }
}

.category-link {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  text-decoration: none;
  color: #212529;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.2s ease;
}
.category-link:hover {
  color: #007bff;
}
@media (max-width: 768px) {
  .category-link {
    font-size: 15px;
  }
}

.category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 25px;
  background: #f8f9fa;
  border-radius: 6px;
  color: #6c757d;
}

.category-name {
  flex: 1;
}

.category-badge {
  background: #d9e4f0;
  color: #333;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
}

.subcategories-container {
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.subcategories-list {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .subcategories-list {
    padding: 10px 12px;
  }
}

.subcategory-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
}
.subcategory-item:hover {
  border-color: #007bff;
  transform: translateX(4px);
}
.subcategory-item.active {
  border-color: #007bff;
  background: #f8f9ff;
}

.subcategory-link {
  flex: 1;
  text-decoration: none;
  color: #495057;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.subcategory-link:hover {
  color: #007bff;
}
@media (max-width: 768px) {
  .subcategory-link {
    font-size: 13px;
  }
}

.subcategory-name {
  display: block;
}

.subcategory-badge {
  background: #6c757d;
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
}

/* ═══════════════════════════════════════════════
   TAGI
═══════════════════════════════════════════════ */
.tags-container {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
}

.tags-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
  margin-top: 10px;
}

.tags-list {
  display: flex;
  gap: 8px;
}

.tag-item {
  display: inline-block;
  padding: 4px 12px;
  background-color: #f0f2f5;
  color: #333;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.85rem;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
}
.tag-item:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* ═══════════════════════════════════════════════
   SOCIAL SHARE
═══════════════════════════════════════════════ */
.social-share-extended .share-btn {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  margin-right: 5px;
}
.social-share-extended .share-btn:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3019607843);
}

.social-share-extended .share-fb {
  background: #3b5998;
}
.social-share-extended .share-twitter {
  background: #1da1f2;
}
.social-share-extended .share-linkedin {
  background: #0077b5;
}
.social-share-extended .share-pinterest {
  background: #bd081c;
}
.social-share-extended .share-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

/* ═══════════════════════════════════════════════
   TRUSTED STATS
═══════════════════════════════════════════════ */
.trusted-stats {
  display: inline;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: #4a5568;
  font-size: 14px;
}
.trusted-stats span {
  display: inline-flex;
  align-items: center;
}
.trusted-stats strong {
  color: #2d3748;
  font-weight: 700;
  margin: 0 3px;
}
@media (max-width: 768px) {
  .trusted-stats {
    width: 100%;
    justify-content: flex-start;
    display: block;
  }
}
@media (max-width: 480px) {
  .trusted-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.stats-divider {
  color: #cbd5e0;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 480px) {
  .stats-divider {
    display: none;
  }
}

/* ═══════════════════════════════════════════════
   RANKING WSTĄŻKA
═══════════════════════════════════════════════ */
.image-container {
  position: relative;
  overflow: hidden;
}

.job-offer-card-popularnosc {
  border: 1px solid #4b77b3;
}

.job-offer-card-aktywnosc {
  border: 1px solid #5db34b;
}

.job-offer-card-lider {
  border: 1px solid #e4d76d;
}

.ranking-ribbon {
  position: absolute; /* zmienione z relative */
  top: -15px;
  left: 78%;
  transform: translateX(-50%);
  z-index: 100;
}
.ranking-ribbon:hover {
  cursor: help;
}
.ranking-ribbon span {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 40px; /* zaokrąglone jak badge */
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  text-transform: uppercase;
  /* usuwamy stare pozycjonowanie */
  position: relative; /* zamiast absolute */
  top: auto;
  left: auto;
  transform: none;
}
.ranking-ribbon {
  /* ----- STYLE DLA POSZCZEGÓLNYCH TYPÓW (bez zmian, tylko dodałem brakujące animacje) ----- */
}
.ranking-ribbon.popular span {
  background: linear-gradient(135deg, #4f7ab8, #3f6ea6, #74c0fc, #3a86ff);
  color: #fff;
  animation: gradientShift 6s ease infinite;
  box-shadow: 0 6px 20px rgba(58, 134, 255, 0.35);
  background-size: 300% 300%;
  border: none;
}
.ranking-ribbon.active span {
  background: linear-gradient(135deg, #518f3b, #57ae38, #33db6d, #328f1f);
  color: #fff;
  animation: gradientShift 6s ease infinite;
  box-shadow: 0 6px 20px rgba(51, 219, 109, 0.35);
  background-size: 300% 300%;
  border: none;
}
.ranking-ribbon.double-lider span {
  background: linear-gradient(142deg, #F2BE53, #CEC14F, #B38728, #CAC059, #DF9D26);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 0 15px rgba(191, 149, 63, 0.6);
  animation: gold-shine 4s infinite linear;
}
@media (max-width: 768px) {
  .ranking-ribbon {
    top: -20px;
    left: 50%;
  }
  .ranking-ribbon.ranking-ribbon span {
    padding: 3px 10px;
    margin-top: 25px;
  }
}

/* ═══════════════════════════════════════════════
   KRAZ / CERTYFIKATY
═══════════════════════════════════════════════ */
.kraz-cert {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 10px;
  margin-top: 12px;
  justify-content: center;
}

.kraz-icon {
  background: #4f7ab8;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.kraz-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.kraz-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #6c757d;
  letter-spacing: 0.5px;
}

.kraz-number {
  font-size: 14px;
  color: #2d6cdf;
  font-weight: 700;
}

/* ═══════════════════════════════════════════════
   POLECANIE
═══════════════════════════════════════════════ */
.sidebar-recommendation-section {
  padding: 20px;
  margin-bottom: 20px;
}

.recommendation-widget {
  text-align: center;
}

.recommend-btn {
  color: #0073b1;
  cursor: pointer;
  background: #f8f9fa;
  border: 2px solid #0073b1;
  border-radius: 25px;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-flex;
}
.recommend-btn:hover {
  color: #fff;
  background: #0073b1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 115, 177, 0.2);
}
.recommend-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #666;
  background: #ccc;
  border-color: #999;
}
.recommend-btn.disabled:hover {
  color: #666;
  box-shadow: none;
  background: #ccc;
  transform: none;
}
.recommend-btn.disabled .count {
  background: #fff;
}
.recommend-btn .count {
  background: rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  margin-left: 5px;
  padding: 2px 8px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .hidem {
    display: none;
  }
}
/* ═══════════════════════════════════════════════
   MODAL
═══════════════════════════════════════════════ */
.modal {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
  padding-top: 60px;
}

.modalshow {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.closeshow {
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  transition: all 0.3s;
  position: absolute;
  top: 15px;
  right: 35px;
}
.closeshow:focus, .closeshow:hover {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 8px;
  width: 80%;
  max-width: 450px;
  margin: 5% auto;
  padding: 20px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3019607843);
  animation-name: zoom;
  animation-duration: 0.6s;
  display: block;
}
@media (min-width: 1210px) {
  .modal-content {
    width: 50%;
  }
}

.close {
  color: #aaa;
  float: right;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
}
.close:hover, .close:focus {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.custom-modal {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.custom-modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  margin: 5% auto;
  padding: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3019607843);
}

.closeBtn {
  color: #000;
  float: right;
  font-size: 35px;
  font-weight: 700;
  margin-top: 50px;
  padding-right: 20px;
}
.closeBtn:focus, .closeBtn:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.pp-modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  animation: ppFadeIn 0.3s ease-out;
}

.pp-modal-container {
  background-color: #fff;
  margin: 5% auto;
  padding: 25px;
  border-radius: 12px;
  width: 95%;
  max-width: 550px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: ppSlideDown 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pp-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 38px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease;
  padding: 5px 10px;
  margin: -5px -10px;
}
.pp-modal-close:hover {
  transform: scale(1.1);
  color: #ff0000;
}
.countries-columns {
    column-count: 4;
    column-gap: 28px;
    width: 98%;
	margin-left: 10px;
}

.country-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    color: #3f56d0;
    break-inside: avoid; /* Zapobiega rozrywaniu linku między kolumnami */
	border-image: linear-gradient(to right, #0000, #0ca06f, #0000) 1;
  border-bottom: 2px solid #b57509;
}

.country-name { font-size: 14px; }
.job-count { font-weight: bold; color: #777; font-size: 13px; }

/* Responsywność */
@media (max-width: 992px) { .countries-columns { column-count: 2; } }
@media (max-width: 480px) { .countries-columns { column-count: 1; } }
.modern-input {
border:0;
outline:0;
width:100%;
padding:.875rem 1rem .875rem 3rem;
font-size:1rem;
color:#2c3e50
}

.file-upload {
margin-top:.5rem
}

.upload-area {
text-align:center;
cursor:pointer;
background:#fff;
border:2px dashed #cbd5e1;
border-radius:8px;
padding:0;
transition:all .3s;
display:block
}

.upload-area:hover {
background:#f0f9ff;
border-color:#017cbb
}

.upload-icon {
color:#94a3b8;
margin-bottom:.5rem;
font-size:2rem;
display:block
}

.upload-text {
color:#64748b;
margin-bottom:.25rem;
display:block
}

.file-input {
display:none
}

.file-info {
color:#666;
margin-top:.5rem;
font-size:.875rem
}

.checkbox-container {
background:#fff;
border:1px solid #eaeaea;
border-radius:8px;
padding:1.25rem
}

.checkbox-label {
cursor:pointer;
align-items:flex-start;
gap:.75rem;
font-size:.9375rem;
line-height:1.4;
color:#718096
}

.submit-button {
color:#fff;
cursor:pointer;
background:#f59e0b;
border:0;
border-radius:10px;
align-items:center;
gap:.75rem;
padding:1.125rem 2.5rem;
font-size:1.125rem;
font-weight:600;
transition:all .3s;
display:inline-flex;
box-shadow:0 4px 15px #017cbb33
}

.submit-button:hover {
transform:translatey(-2px);
box-shadow:0 6px 20px #017cbb4d
}

.submit-button:active {
transform:translatey(0)
}

.button-hint {
opacity:.9;
font-size:.875rem;
font-weight:400
}

.modern-form-wrapper {
background:#fff;
border-radius:16px;
margin:.5rem 0;
padding:1rem;
font-family:'Segoe UI',system-ui,-apple-system,sans-serif;
box-shadow:0 8px 30px #00000014
}

.form-header-section {
text-align:center;
border-bottom:1px solid #eaeaea;
margin-bottom:1rem;
padding-bottom:.5rem
}

.form-badge {
color:#fff;
background:linear-gradient(135deg,#017cbb,#2d9cdb);
border-radius:50px;
align-items:center;
gap:.5rem;
margin-bottom:1rem;
padding:.5rem 1.25rem;
font-size:.875rem;
font-weight:600;
display:inline-flex
}

.form-main-title {
color:#2c3e50;
margin:.5rem 0;
font-size:1.5rem;
font-weight:700;
line-height:1.3
}

.form-subtitle {
color:#7f8c8d;
margin:0;
font-size:1rem
}

.form-section {
background:#f8fafc;
border:1px solid #eef2f7;
border-radius:12px;
margin-bottom:1rem;
padding:.5rem;
transition:all .3s ease
}

.form-section:focus-within {
border-color:#017cbb;
box-shadow:0 0 0 3px #017cbb1a
}

.form-row {
flex-wrap:wrap;
gap:1rem;
margin-bottom:10px
}

.subject-display {
color:#2c3e50;
background:#fff;
border:2px solid #e0e0e0;
border-radius:8px;
padding:.875rem 1rem;
font-size:1rem
}

.textarea-wrapper {
background:#fff;
border:2px solid #e0e0e0;
border-radius:8px;
transition:border-color .3s;
overflow:hidden
}

.textarea-wrapper:focus-within {
border-color:#017cbb
}

.textarea-header {
background:#f8f9fa;
border-bottom:1px solid #eaeaea;
justify-content:flex-end;
padding:.5rem .75rem;
display:flex
}

.char-counter {
color:#666;
font-size:.75rem;
font-weight:500
}

.modern-textarea {
resize:vertical;
background:0 0;
border:0;
outline:0;
width:100%;
min-height:180px;
padding:1rem;
font-family:inherit;
font-size:1rem;
line-height:1.5
}

/* ═══════════════════════════════════════════════
   POWIADOMIENIA
═══════════════════════════════════════════════ */
.notification-container {
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.0784313725);
}

.notification-title {
  color: var(--dark-color);
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.notification-subtitle {
  color: #718096;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.notification-wrapper {
  width: 300px;
  margin-top: var(--sp-2xl);
}

.notification-panel {
  position: relative;
}

.notification-header {
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.notification-icon {
  font-size: 30px;
  margin-bottom: 15px;
  opacity: 0.9;
  margin-right: 11px;
  color: #E8870A;
}

.subscribe-btn {
  background: #FF8C42;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
}

.subscribe-btn:hover {
  background: #218838;
  color: #fff;
}

/* ═══════════════════════════════════════════════
   TOGGLE DARK MODE
═══════════════════════════════════════════════ */
.tt-track {
  position: relative;
  width: 56px;
  height: 28px;
  background: #1e293b;
  border-radius: 14px;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.3s;
  flex-shrink: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.tt-track.light {
  background: #e0e7ff;
}
.tt-track.light .tt-thumb {
  transform: translateX(28px);
}
.tt-track.light .tt-sun {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.tt-track.light .tt-moon {
  opacity: 0;
  transform: rotate(90deg) scale(0.6);
}

.tt-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tt-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  transition: opacity 0.25s, transform 0.25s;
}

.tt-sun {
  opacity: 0;
  transform: rotate(-90deg) scale(0.6);
}

.tt-moon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* ═══════════════════════════════════════════════
   RÓŻNE DROBNE
═══════════════════════════════════════════════ */
.tresc {
  background: #f9f9f9;
  border-left: 4px solid var(--accent-blue);
  padding: 15px;
  margin: 20px 0;
  font-style: italic;
  color: #555;
  font-size: 14px;
}

.post {
  color: #333;
  background: #fff;
  border-top: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 3px;
  width: 100%;
}

.offer-date {
  font-weight: 600;
  white-space: nowrap;
  background: #f1f5f9;
  border-radius: 30px;
  padding: 5px 12px;
  font-size: 0.85rem;
  color: #865a0e;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.channel-box-indent {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 5px 5px #d4d9ea;
}
@media (max-width: 640px) {
  .channel-box-indent {
    padding: 20px 5px;
  }
}

.pr {
  background: linear-gradient(135deg, #4a90e2 0 100%);
  border-radius: 12px;
  max-width: 850px;
  margin-bottom: 3px;
  overflow: hidden;
}

.pr1 {
  text-align: center;
  color: #fff;
  padding: 1px;
}

.pr2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.pr4 {
  color: #fff;
  margin-bottom: 15px;
}

.sidpanelpraco3 {
  vertical-align: top;
  height: 30%;
}

.flag-lista-sms {
  width: 35px;
  height: 25px;
  border-radius: 5px;
}

.flag-lista-sprite {
  display: inline-block;
  background-image: url(/flagi_ads.webp);
  background-repeat: no-repeat;

  transition: all 0.3s ease;
  vertical-align: middle;
}

.flag-lista-sms {
  width: 35px;
  height: 25px;
  border-radius: 5px;
}

.flag-lista-md {
  width: 45px;
  height: 30px;
  border-radius: 3px;
}

.flag-lista-ats {
  background-position: -5px -7px;
}

.flag-lista-bes {
  background-position: -57px -7px;
}

.flag-lista-czs {
  background-position: -105px -7px;
}

.flag-lista-dks {
  background-position: -158px -7px;
}

.flag-lista-fis {
  background-position: -205px -7px;
}

.flag-lista-frs {
  background-position: -257px -7px;
}

.flag-lista-ess {
  background-position: -305px -7px;
}

.flag-lista-nls {
  background-position: -355px -7px;
}

.flag-lista-ies {
  background-position: -405px -7px;
}

.flag-lista-des {
  background-position: -455px -7px;
}

.flag-lista-nos {
  background-position: -505px -7px;
}

.flag-lista-chs {
  background-position: -555px -7px;
}

.flag-lista-ses {
  background-position: -605px -7px;
}

.flag-lista-gb-scts {
  background-position: -655px -7px;
}

.flag-lista-gbs {
  background-position: -705px -7px;
}

.flag-lista-its {
  background-position: -755px -7px;
}

.flag-container {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.sidebar-heading h2 {
  color: #d2ddce;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

#sidebar_right {
  background: #fff;
  border-radius: 12px;
  width: 300px;
  height: 100%;
  min-height: 3850px;
  padding: 0;
  box-shadow: 5px 5px 5px #d4d9ea;
}

.firma-doswiadczenie {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #e6f7e6;
  color: #2e7d32;
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #a5d6a7;
  margin-bottom: 15px;
}

.firma-sprawdzony {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #e6f0ff;
  color: #0052a3;
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #a5d6a7;
  margin-bottom: 15px;
}

.firma-ekspert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fff3e0;
  color: #a25709;
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #a5d6a7;
  margin-bottom: 15px;
}

.online-dot {
  height: 10px;
  width: 10px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7019607843);
  animation: pulse-green 2s infinite;
}

.show-status {
  font-size: 12px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 5px;
  justify-content: center;
}

.badge-new {
  position: absolute;
  top: 5px;
  left: 5px;
    background: #4a90e2;
  color: #fff;
  padding: 2px 7px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.badge-new-lista {
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(-45deg, #42c450, #2ea62a, #24b51f, #65ea79);
  color: #fff;
  padding: 2px 7px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.citylist_country {
  color: #000;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.citylist_city {
  color: #000;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 600;
}

.wiecej {
  margin: 20px 0;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  border: 1px dashed #ccc;
  color: #1e293b;
  background: #f9f9f9;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ═══════════════════════════════════════════════
   STOPKA
═══════════════════════════════════════════════ */
.modern-footer {
  background-color: #2c3e50;
  color: #ecf0f1;
margin: 0 auto;
  padding: 0 4px;
  margin-top: 120px;
  width: 100%;
  max-width: 1200px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 480px) {
  .footer-container {
    padding: 0 1rem;
  }
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer-legal {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }
}
.footer-legal a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.footer-legal a:hover {
  color: var(--footer-link);
}
@media (max-width: 768px) {
  .footer-legal a {
    padding: 0.3rem 0;
  }
}

.copyright {
  color: #b6d3d5;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.cookie-notice {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.8rem;
  border-radius: 8px;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cookie-notice i {
  color: #f1c40f;
}
@media (max-width: 480px) {
  .cookie-notice {
    text-align: center;
  }
}
.premium-header h2 {
  color: #dee5ee;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}
.photo-container-user{width: 160px;
  height: 220px;
  border-radius: 10px;
  background: rgb(255,255,255);
  padding: 8px;
  box-shadow: rgba(0,0,0,0.1) 0px 10px 15px -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 20px;}


.trust-10 {
    background: rgba(255,193,7,.25);
    color: #ffd54f;
}

.trust-5 {
    background: rgba(76,175,80,.25);
    color: #81c784;
}

.trust-2 {
    background: rgba(33,150,243,.25);
    color: #64b5f6;
}
/* rozmiary */
.flag-lista-sm { width: 24px; height: 18px; }
.flag-lista-md { width: 45px; height: 30px; }
.flag-lista-lg { width: 45px; height: 40px; }

.offer-cell-image {
    position: relative;


}

.flag-box {
    transform: scale(0.9);
    transition: all .25s ease;
}

.offer-media:hover .flag-box {
    transform: scale(1);
}
/* hover efekt */
.offer-cell-image:hover .flag-overlay-full {
    opacity: 1;
    transform: scale(1);
}
.flag-overlay-full {
    backdrop-filter: blur(7px);
	width: 110%;
}
.flag-overlay-full .flag-lista-sprite {
    transform: scale(0.8);
    transition: transform .25s ease;
	margin-top: 10px;
}

.offer-cell-image:hover .flag-lista-sprite {
    transform: scale(1);
}


.offer-cell-image:hover .flag-overlay-full {
    opacity: 1;
}



.flag-box {
  transform: translateY(10px);
  opacity: 0;
  transition: all .25s ease;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .3px;
  color: #00000f;
  border-image: linear-gradient(to right, #0000, #5b94e8, #0000) 1;
  border-bottom: 2px solid #b57509;
}


.offer-item:hover .flag-overlay-full {
    opacity: 1;
}

.offer-cell-image:hover .flag-box {
    transform: translateY(0);
    opacity: 1;
}


.flag-overlay-full {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transform: scale(1.1);
  transition: all .25s ease;
  pointer-events: none;
}
.flag-emoji-bg {
    font-size: 120px;
    line-height: 1;
    transform: scale(1.9);
    display: block;
    user-select: none;
}
.hover-company-info {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    opacity: 0;
    transition: .3s;
    z-index: 3;

    background: rgba(0,0,0,.65);
    backdrop-filter: blur(4px);

    pointer-events: none;
}
.comp-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.comp-stat,
.comp-year {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.offer-item:hover .hover-company-info {
    opacity: 1;
}

.offer-item:hover .flag-overlay-full {
    opacity: 1;
}

.offer-item:hover .offer-img,
.offer-item:hover .offer-placeholder {
    opacity: .15;
    filter: blur(3px);
}
.cf-sidebar {
    --cf-bg: #ffffff;
    --cf-bg-soft: #f6f7f9;
    --cf-border: #e7e8ec;
    --cf-text: #1a1d24;
    --cf-text-muted: #6b7280;
    --cf-text-faint: #9ca3af;
    --cf-accent: #185fa5;
    --cf-accent-bg: #e6f1fb;
    --cf-success: #1d9e75;
    --cf-radius: 12px;
    --cf-radius-sm: 8px;

    background: #fff !important;
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    color: var(--cf-text);
    font-size: 14px;
    overflow: hidden;
	margin-bottom: 40px;
}
.dark-mode .cf-sidebar {
    background: #1f2937 !important;
}
.dark-mode .cf-sidebar {
    --cf-bg: #1b1d22;
    --cf-bg-soft: #24262c;
    --cf-border: #33353c;
    --cf-text: #eef0f3;
    --cf-text-muted: #a1a5ad;
    --cf-text-faint: #74787f;
    --cf-accent: #6cb1f2;
    --cf-accent-bg: #1e344a;
    --cf-success: #4fd4a4;
}

/* ---------- header ---------- */

.cf-sidebar .cf-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 18px 12px;
    position: relative;
}

.cf-sidebar .cf-avatar {
    width: 75px;
    height: 48px;
    flex-shrink: 0;
    border-radius: var(--cf-radius-sm);
    background: var(--cf-accent-bg) !important;
    color: var(--cf-accent) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
	margin-left: -15px;
}
.dark-mode .cf-sidebar .cf-btn-primary {
  background: #0c1016 !important;
  color: #fff !important;
  border: 1px solid #b57509;
}
.dark-mode .cf-sidebar .cf-btn-primary:hover {
  background: #b57509 !important;
  color: #fff !important;
}
.cf-sidebar .cf-avatar--logo {
    background: var(--cf-bg-soft) !important;
    object-fit: cover;
    padding: 4px;
    border: 1px solid var(--cf-border);
}

.cf-sidebar .cf-meta {
    min-width: 0;
    padding-right: 60px; /* leaves room for the stamp */
}

.cf-sidebar h3.cf-name,
.cf-sidebar .cf-name {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: var(--cf-text) !important;
    background: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-sidebar .cf-status {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 12px;
    color: var(--cf-text-muted) !important;
}

.cf-sidebar .cf-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cf-text-faint);
    flex-shrink: 0;
}

.cf-sidebar .cf-dot--live {
    background: var(--cf-success);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--cf-success) 20%, transparent);
}

/* ---------- trust stamp ---------- */

.cf-sidebar .cf-stamp {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 75px;
    height: 75px;
    border: 1.5px dashed var(--cf-text-faint);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-8deg);
    cursor: help;
    overflow: hidden; /* safety net: nic nie wychodzi poza okrąg */
}

.cf-sidebar .cf-stamp i {
    display: block;
    font-size: 14px;
    color: var(--cf-accent);
    margin-bottom: 2px;
}

.cf-sidebar .cf-stamp span {
    display: block;
    width: 42px;             /* ogranicza szerokość, żeby długie słowa się zawinęły */
    font-size: 7.5px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
    color: var(--cf-accent);
    white-space: normal;     /* zawijanie zamiast polegania tylko na <br> */
    overflow-wrap: break-word;
    hyphens: auto;
}

/* ---------- tags (agencja / KRAZ / bezpośredni / polecana) ---------- */

.cf-sidebar .cf-tags {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    padding: 0 18px 14px;
}

.cf-sidebar .cf-tags-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.cf-sidebar .cf-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--cf-bg-soft);
    color: var(--cf-text-muted);
}

.cf-sidebar .cf-tag i,
.cf-sidebar .cf-tag svg {
    font-size: 13px;
    width: 13px;
    height: 18px;
}

.cf-sidebar .cf-tag--mono {
    font-family: "SFMono-Regular", Consolas, monospace;
    letter-spacing: 0.02em;
}

.cf-sidebar .cf-tag--featured {
    background: var(--cf-accent-bg);
    color: var(--cf-accent);
    font-weight: 600;
    flex-shrink: 0;
}

/* ---------- stats ---------- */

.cf-sidebar .cf-stats {
    display: flex;
    margin: 0 18px;
    padding: 12px 0;
    border-top: 1px solid var(--cf-border);
    border-bottom: 1px solid var(--cf-border);
}

.cf-sidebar .cf-stat {
    flex: 1;
    text-align: center;
}

.cf-sidebar .cf-stat + .cf-stat {
    border-left: 1px solid var(--cf-border);
}

.cf-sidebar .cf-stat strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--cf-text) !important;
}

.cf-sidebar .cf-stat span {
    display: block;
    font-size: 11px;
    color: var(--cf-text-faint) !important;
    margin-top: 2px;
}

/* ---------- CTA ---------- */

.cf-sidebar .cf-cta {
    padding: 14px 18px 8px;
}

.cf-sidebar a.cf-btn-primary,
.cf-sidebar .cf-btn-primary {
display: flex;
  width: 100%;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: var(--cf-radius-sm);
  background: #fff !important;
  color: #1a1d24 !important;
  font-size: 13px;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: opacity 0.15s ease;
  border: 1px solid #FF8C42;
}
.cf-sidebar .cf-btn-primary:hover {
  background: #FF8C42 !important;
  color: #fff !important;
}
.recommend-btn .icon-thumbs-up-1::before {
  content: "\e82d";
  font-size: 20px;
  color: #45b675;
}

/* ---------- secondary actions row (Obserwuj / Poleć) ---------- */

.cf-sidebar .cf-actions {
    display: flex;
    gap: 8px;
    padding: 8px 18px 8px;
}

.cf-sidebar button.cf-btn-secondary,
.cf-sidebar .cf-btn-secondary {
    flex: 1;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: var(--cf-radius-sm);
    border: 1px solid var(--cf-border) !important;
    background: var(--cf-bg) !important;
    color: var(--cf-text) !important;
    font-size: 12px;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.cf-sidebar .cf-btn-secondary:hover {
    background: var(--cf-bg-soft) !important;
    border-color: #b57509 !important;
}

.cf-sidebar .cf-follow.is-active {
    background: var(--cf-accent-bg) !important;
    border-color: var(--cf-accent) !important;
    color: var(--cf-accent) !important;
}

/* Poleć firmę renderowany przez displayRecommendationButton('compact') musi
   wypełnić drugą kolumnę tego samego rzędu i wyglądać jak bliźniaczy przycisk */
.cf-sidebar .cf-recommend-inline {
    flex: 1;
    display: flex;
}

.cf-sidebar .cf-recommend-inline .recommendation-compact {
    width: 100%;
    display: flex;
}

.cf-sidebar .cf-recommend-inline .recommend-btn {
    flex: 1;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: var(--cf-radius-sm);
    border: 1px solid var(--cf-border) !important;
    background: var(--cf-bg) !important;
    color: var(--cf-text) !important;
    font-size: 12px;
    font-weight: 600 !important;
    cursor: pointer;
}

.cf-sidebar .cf-recommend-inline .recommend-btn:hover {
    background: var(--cf-bg-soft) !important;
    border-color: #b57509 !important;
}

.cf-sidebar .cf-recommend-inline .recommend-btn.recommended {
    color: var(--cf-success) !important;
    border-color: var(--cf-success) !important;
}

.cf-sidebar .cf-recommend-inline .recommend-btn .count {
    font-weight: 700;
    color: var(--cf-success) !important;
}

.cf-sidebar .cf-recommend-inline .recommend-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ---------- jobs list ---------- */

.cf-sidebar .cf-jobs {
    padding: 0 18px 18px;
    border-top: 1px solid var(--cf-border);
}

.cf-sidebar .cf-jobs-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--cf-text-faint) !important;
    margin: 16px 0 8px;
}

.cf-sidebar a.cf-job {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid var(--cf-border);
    text-decoration: none !important;
    color: inherit;
}

.cf-sidebar a.cf-job:last-of-type {
    border-bottom: none;
}



.cf-sidebar .cf-job-info {
    min-width: 0;
    flex: 1;
}

.cf-sidebar .cf-job-title {
    display: block;
    font-size: 13px;
    color: var(--cf-text) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-sidebar a.cf-job:hover .cf-job-title {
    color: var(--cf-accent) !important;
}

.cf-sidebar .cf-job-meta {
    display: block;
    font-size: 11px;
    color: var(--cf-text-faint) !important;
    margin-top: 1px;
}

.cf-sidebar a.cf-jobs-more {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--cf-accent) !important;
    text-decoration: none !important;
    margin-top: 12px;
}

.cf-sidebar a.cf-jobs-more:hover {
    text-decoration: underline !important;
}

/* ---------- mobile ---------- */

@media (max-width: 480px) {
    .cf-sidebar .cf-header { padding: 16px 16px 10px; }
    .cf-sidebar .cf-tags,
    .cf-sidebar .cf-stats,
    .cf-sidebar .cf-cta,
    .cf-sidebar .cf-recommend,
    .cf-sidebar .cf-jobs { padding-left: 16px; padding-right: 16px; }
    .cf-sidebar .cf-stats { margin-left: 16px; margin-right: 16px; }
}
