@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 zoom {
  0% {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
@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 partnerGradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes goldGradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes championPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
    background: #b91c1c;
  }
  100% {
    opacity: 1;
  }
}
/* ═══════════════════════════════════════════════
   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 — klasy bazowe
═══════════════════════════════════════════════ */
[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;
}
.icon-heart::before {
  content: "\e802";
}

.icon-location::before {
  content: "\e807";
}

.icon-clock::before {
  content: "\e809";
}

.icon-login::before {
  content: "\e815";
}

.icon-tools::before {
  content: "\e81a";
}

.icon-fire::before {
  content: "\e81c";
}

.icon-chevron-right::before {
  content: "\e81e";
  margin-right: 11px;
}

.icon-envelope-open-text::before {
  content: "\e822";
}

.icon-camera::before {
  content: "\e823";
}

.icon-briefcase::before {
  content: "\e826";
}

.icon-star::before {
  content: "\e82e";
}

.icon-check-circle::before {
  content: "\e834";
}
.icon-crown::before {
  content: "\e81b";
}
.icon-layer-group::before {
  content: "\e835";
}

.icon-handshake::before {
  content: "\e840";
}
.icon-trophy:before {
content:'\e81d'
}

.icon-search-1::before {
  content: "\e849";
}

.icon-certificate::before {
  content: "\e84b";
}

.icon-user-circle:before {
  content: "\e827";
}

.icon-heart {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #aaa;
  transition: color 0.2s ease, transform 0.2s ease;
  padding-right: 5px;
}

.offer-item {
  content-visibility: auto;
  contain-intrinsic-size: 162px; /* orientacyjna wysokość elementu */
}

/* ═══════════════════════════════════════════════
   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;
  }
}

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 {
  font-family: Verdana, sans-serif;
}

button {
  color: #fff;
  background-color: var(--accent-blue-light);
  border: 1px outset #006595;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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;
}

.sidpanelpraco3 {
  vertical-align: top;
  height: 30%;
}

@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
═══════════════════════════════════════════════ */
.titleblue {
  color: #0e467e;
  margin-bottom: -8px;
  padding-top: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.titleblue h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
}

.titlebluea {
  color: #333;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.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;
  margin-top: 10px;
}

.count {
  color: #535252;
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media (max-width: 480px) {
  .count {
    color: grey;
    font-size: 8px;
  }
}

.info-text {
  margin-top: 15px;
  color: #718096;
  text-align: center;
  font-size: 0.75rem;
}
/* ═══════════════════════════════════════════════
   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;
  overflow: hidden;
  margin-bottom: 25px;
}
@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 16px/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, 0.1490196078);
  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;
}
@media (max-width: 1210px) {
  .main-navbar {
    padding: 0 15px;
  }
}

.nav-brand {
  flex-shrink: 0;
}

.nav-wrapper {
  display: inline-block;
}

.nav-inner {
  padding: 5px 0;
}

.nav-item-top {
  position: relative;
}

.nav-text {
  color: #fff;
}

.favorites-link {
  position: relative;
}

.nav-clear {
  clear: both;
}

.nav-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .nav-desktop-menu {
    display: none;
  }
}

.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 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1210px) {
  .nav-link-top {
    padding: 15px 14px;
    font-size: 0.9rem;
  }
}
.nav-link-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1019607843);
  transform: translateY(100%);
  transition: transform 0.3s;
  z-index: -1;
}
.nav-link-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1490196078);
  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 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #ff9800;
  border-image: linear-gradient(to right, #0000, #ff8c42, #0000) 1;
}

.login-button {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3019607843);
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
}
.login-button:hover {
  background: rgba(255, 255, 255, 0.3019607843);
  border-color: rgba(255, 255, 255, 0.5019607843);
}

/* Mobilne menu */
.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;
}
@media (max-width: 768px) {
  .mobile-menu-btn {
    display: flex;
  }
}
.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);
}

.menu-line {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.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;
  width: 90%;
  max-width: 400px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 30px rgba(0, 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;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1019607843);
}

.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;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
}
.mobile-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-nav-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0;
}

.mobile-nav-list {
  list-style: none;
}
.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 0.3s;
  position: relative;
  font-size: 16px;
}
.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: 0.5;
  transition: transform 0.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, 0.1019607843);
}

.mobile-nav-label {
  flex: 1;
  font-size: 1.05rem;
  font-weight: 500;
}

.mobile-login {
  background: rgba(79, 122, 184, 0.1019607843);
  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: #666;
  font-size: 0.85rem;
  line-height: 1.5;
}

.desktop-only,
.mobile-only {
  display: flex;
}

@media (min-width: 769px) {
  .mobile-only {
    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;
  }
}

.badge-new {
  position: absolute;
  top: 5px;
  left: 5px;
  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;
}

.badge-new-lista {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #4a90e2;
  color: #fff;
  padding: 2px 7px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-expire-badge {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 1px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  z-index: 5;
}

.badge-expire-ok {
  background: #ecfdf5;
  color: #079970;
}

.badge-expire-warning {
  background: #fffbeb;
  color: #e1ac83;
}

.badge-expire-soon {
  background: #fef2f2;
  color: #f29797;
}

.badge-expire-ended {
  background: #f3f4f6;
  color: #6b7280;
}
.table-optimization-wrapper {
    content-visibility: auto;
    contain-intrinsic-size: 300px 700px;
    width: 100%;
}
.table-optimization {
content-visibility: auto;
}
.offer-item.cv-auto {
    content-visibility: auto;
    /* Rezerwujemy miejsce dla przeglądarki */
    /* Zakładamy, że oferta ma ok. 150px wysokości */
    contain-intrinsic-size: 100% 164px; 
}
@media (max-width: 768px) {
    .offer-item.cv-auto {
        contain-intrinsic-size: 100% 234px; /* Mobile (jeśli jest wyższa) */
    }
}
.brak-ofert {
  padding: 40px 20px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
  margin: 20px 0;
}

.brak-ofert-text {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.brak-ofert-info {
  font-weight: bold;
  color: #3d8216;
}

.brak-ofert-info2 {
  color: #666;
  font-size: 16px;
}
.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;
}
.citylist_container {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.citylist_container li {
    margin-bottom: 2px;
}
.city-count {
    color: #666;
    font-size: 0.9em;
}
.nav100 {
width: 100%;
}
.listatabela {
  margin-bottom: 45px;
}
.lista-szukaj {
font-size: 16px; margin-bottom: 15px; color: #555; font-weight: 600;
}
.lista-szukaj2 {
font-size: 40px; color: #ccc; margin-bottom: 15px; display: block;
}
.lista-p {
font-size: 30px; margin-bottom: 15px; opacity: 0.9;
}
.lista-praco {
background:#f59e0b; color:white; border:none; padding:10px 20px; 
                                   border-radius:8px; font-weight:bold; cursor:pointer;
                                   transition:all 0.3s ease; display:inline-flex; align-items:center;
                                   margin-bottom: 11px;
}
.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-sm {
  width: 30px;
  height: 20px;
  border-radius: 3px;
}

.flag-lista-md {
  width: 50px;
  height: 35px;
  border-radius: 3px;
}

.flag-lista-at {
  background-position: 0 0;
}

.flag-lista-be {
  background-position: -50px 0;
}

.flag-lista-cz {
  background-position: -100px 0;
}

.flag-lista-dk {
  background-position: -150px 0;
}

.flag-lista-fi {
  background-position: -200px 0;
}

.flag-lista-fr {
  background-position: -250px 0;
}

.flag-lista-es {
  background-position: -300px 0;
}

.flag-lista-nl {
  background-position: -350px 0;
}

.flag-lista-ie {
  background-position: -400px 0;
}

.flag-lista-de {
  background-position: -450px 0;
}

.flag-lista-no {
  background-position: -500px 0;
}

.flag-lista-ch {
  background-position: -550px 0;
}

.flag-lista-se {
  background-position: -600px 0;
}

.flag-lista-gb-sct {
  background-position: -650px 0;
}

.flag-lista-gb {
  background-position: -700px 0;
}

.flag-lista-it {
  background-position: -750px 0;
}

.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;
  animation: shake 0.3s ease;
}
.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;
  }
}

.krajetabela {
  margin-bottom: 45px;
}

.krajetabela h2 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #475366;
  font-weight: 600;
}

.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;
}

/* ═══════════════════════════════════════════════
   OFERTY — LISTA
═══════════════════════════════════════════════ */
.offer-list {
  margin: var(--sp-xs);
  padding: var(--sp-xs);
  list-style: none;
}

.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;
}
.offer-item.post2 {
  background: #fafcff;
}
.offer-item.post1:hover {
  background: #fff;
    border-color: #2bbf50;
  box-shadow: 0 15px 35px -10px rgba(59, 130, 246, 0.35);
}
.offer-item.post2:hover {
  background: #fafcff;
    border-color: #2bbf50;
  box-shadow: 0 15px 35px -10px rgba(59, 130, 246, 0.35);
}
.offer-item:hover {
  border-color: #2bbf50;
  box-shadow: 0 15px 35px -10px rgba(59, 130, 246, 0.35);
}
.offer-item:has(.compact-detail.salary) {
  border-left: 1px solid #3b82f6;
}
.offer-item {
  /* Pinned variants */
}
.offer-item.pinned-partner {
  border: 1px solid silver;
  border-left: 3px solid silver;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.1019607843);
  transition: all 0.3s ease;
}
.offer-item.pinned-partner:hover {
  border-color: #059669;
}
.offer-item.pinned-active {
  border: 2px solid #F2D597;
  background: linear-gradient(to right, #fff, #fffdf2);
  box-shadow: 0 4px 15px rgba(255, 204, 0, 0.2);
}
.offer-item.pinned-active:hover {
  border-color: #e6b800;
  background: #fffbe6;
}
.offer-item.pinned-popular {
  border: 2px solid rgba(0, 123, 255, 0.4705882353);
  background: linear-gradient(to right, #fff, #f0f7ff);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1490196078);
}
.offer-item.pinned-popular:hover {
  border-color: #0056b3;
  background: #ebf5ff;
}
@media (max-width: 576px) {
  .offer-item.pinned-popular {
    background: #fff !important;
    border-width: 2px !important;
    margin-bottom: 20px !important;
  }
}
.offer-item.pinned-champion {
  border: 2px solid #F59E0B !important;
  background: linear-gradient(135deg, #fff 0, #f1f5f9 100%);
  box-shadow: 0 6px 25px rgba(255, 215, 0, 0.3019607843), 0 0 0 1px rgba(229, 228, 226, 0.3019607843) inset;
}

.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 10px;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@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-radius: 30px;
  padding: 5px 10px;
  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;
}
@media (max-width: 1023px) {
  .offer-category {
    background: #f7fafc;
    color: #4a5568;
    border-color: #edf2f7;
    padding: 3px 0;
    border-radius: 6px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .offer-category {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-size: 12px;
	font-weight: 700;
	padding: 5px;
  }
}
@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;
  }
}

/* Obrazek oferty */
.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-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;
}
.filter-bar-lista {
    margin: 8px 0 8px;
    position: relative;
}
.filter-bar-toggle {
    display: none; /* widoczny tylko mobile */
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid var(--border, #ddd);
    border-radius: 8px;
    background: var(--bg, #fff);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
	color: #151515;
}
.filter-active-dot {
    width: 7px; height: 7px;
    background: #e74c3c;
    border-radius: 50%;
    display: inline-block;
}
.filter-bar-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  background-color: whitesmoke;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 8px 25px -10px rgba(59, 130, 246, 0.25);
}
.filter-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.filter-group-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-muted, #888);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.filter-tag {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #50b524;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  transition: all 0.15s;
  background-color: white;
}
.filter-tag:hover {
    border-color: var(--color-primary, #3498db);
    color: var(--color-primary, #3498db);
}
.filter-tag.active {
    background: var(--color-primary, #3498db);
    border-color: var(--color-primary, #3498db);
    color: #fff;
    font-weight: 600;
}
.filter-clear {
    font-size: 13px;
    color: #e74c3c;
    text-decoration: none;
    padding: 4px 8px;
}
.filter-clear:hover { text-decoration: underline; }

.brak-wynikow-filtr {
    text-align: center;
    padding: 48px 24px;
    background: var(--bg, #fff);
}
.brak-wynikow-ikona {
    font-size: 48px;
    margin-bottom: 16px;
}
.brak-wynikow-tytul {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--color-text, #222);
}
.brak-wynikow-podtytul {
    font-size: 14px;
    color: var(--color-muted, #888);
    margin: 0 0 28px;
}
.brak-wynikow-akcje {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.btn-brak-wynikow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
}
.btn-brak-wynikow.btn-primary {
    background: var(--color-primary, #3498db);
    color: #fff;
    border: 2px solid var(--color-primary, #3498db);
}
.btn-brak-wynikow.btn-primary:hover {
    opacity: 0.88;
}
.btn-brak-wynikow.btn-secondary {
    background: #27ae60;
    color: #fff;
    border: 2px solid #27ae60;
}
.btn-brak-wynikow.btn-secondary:hover {
    opacity: 0.88;
}
.btn-brak-wynikow.btn-outline {
    background: transparent;
    color: var(--color-text, #333);
    border: 2px solid var(--border, #ddd);
}
.btn-brak-wynikow.btn-outline:hover {
    border-color: var(--color-primary, #3498db);
    color: var(--color-primary, #3498db);
}
@media (max-width: 480px) {
    .brak-wynikow-akcje {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-brak-wynikow {
        justify-content: center;
    }
}
.dark-mode .brak-wynikow-filtr {
  background: #1e293b;
}
.dark-mode .brak-wynikow-tytul {
  color: #d0c7c7;
}
.dark-mode .btn-brak-wynikow.btn-outline {
  background: #5c9b4a00;
  color: var(--color-text, #f2efef);
  border: 2px solid #5792df;
}
.dark-mode .btn-brak-wynikow.btn-secondary {
  background: #27ae6000;
  color: #fff;
  border: 2px solid #27ae60;
}
.dark-mode .btn-brak-wynikow.btn-primary {
  background: #27ae6000;
  color: #fff;
  border: 2px solid var(--color-primary, #3498db);
}
/* Mobile */
@media (max-width: 768px) {
    .filter-bar-toggle { display: flex; }
    .filter-bar-groups {
        display: none;
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .filter-bar-lista.open .filter-bar-groups {
        display: flex;
    }
}
/* ═══════════════════════════════════════════════
   BADŻE / PINNED
═══════════════════════════════════════════════ */
.top-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 800;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1490196078);
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .top-badge {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
    font-size: 10px;
    padding: 4px 7px;
    letter-spacing: 0.5px;
  }
}

.badge-partner {
  background: linear-gradient(-45deg, #278e32, #2ea62a, #24b51f, #65ea79);
  background-size: 400% 400%;
  animation: partnerGradient 4s ease infinite;
  color: #fff;
  border: 1px solid #059669;
}

.badge-active {
  background: linear-gradient(-45deg, #fc0, #ffe066, #fc0, #ffe066);
  background-size: 400% 400%;
  animation: goldGradient 3s ease infinite;
  color: #000;
  border: 1px solid #e6b800;
}

.badge-popular {
  background: rgba(0, 123, 255, 0.5411764706);
  color: #fff;
  border: 1px solid #0056b3;
}

.badge-champion {
  background: linear-gradient(135deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  color: #f8fafc;
  border: 1px solid #0f172a;
  animation: championPulse 2s infinite;
}

#Partnerzy .rank-badge-hero {
  background: silver;
  color: #fff;
}

/* ═══════════════════════════════════════════════
   SEPARATORY / DATA
═══════════════════════════════════════════════ */
.date-separator {
  text-align: left;
  color: #333;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 123, 255, 0.5490196078);
  width: 12%;
  margin: -30px 0 5px -110px;
  padding-bottom: 1px;
  font-size: 1.1em;
  font-weight: 700;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .date-separator {
    text-align: left;
    font-size: 1.1em;
    font-weight: 700;
    color: #FF8C42;
    margin: 2px 0 5px 0;
    border-bottom: 2px solid rgba(0, 123, 255, 0.5490196078);
    padding-bottom: 1px;
    width: 12%;
    list-style: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 600px) {
  .date-separator {
    text-align: left;
    font-size: 1.1em;
    font-weight: 700;
    color: #FF8C42;
    margin: 0 0 0 5px;
    border-bottom: 2px solid rgba(0, 123, 255, 0.5490196078);
    padding-bottom: 0;
    width: 25%;
    list-style: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 576px) {
  .date-separator {
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
  }
}

/* ═══════════════════════════════════════════════
   ULUBIONE
═══════════════════════════════════════════════ */
.fav-btn-lista {
  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-lista:hover {
  transform: scale(1.1);
}
.fav-btn-lista.active .icon-heart {
  color: #e74c3c;
}

.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.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: #fff;
  padding: 0 6px;
  border-radius: 10px;
  font-size: 0.8em;
  margin-left: 6px;
}

.lista-flagi-h2 {
  margin-top: -12px;
  margin-left: 1px;
  margin-bottom: 1px;
}

.lista-flagi-top {
  margin-bottom: 10px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ═══════════════════════════════════════════════
   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;
}

/* ═══════════════════════════════════════════════
   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 h2 {
  color: #fff;
  align-items: center;
  gap: 10px;
  margin: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}
.premium-header h3 {
  color: #fff;
  align-items: center;
  gap: 10px;
  margin: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.premium-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.premium-header-title {
  margin: 0;
}

.premium-header-meta {
  display: flex;
  align-items: center;
  gap: var(--sp-xl);
}

.premium-header-text {
  text-align: right;
}

.premium-header-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.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;
}

.avatar-container {
  width: 250px;
  height: 120px;
  margin: 0 auto 15px;
  position: relative;
}

.user-avatar {
  border: 3px solid #fff;
  border-radius: 5%;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1019607843);
  font-size: 1.2rem;
}

.verification-badge {
  color: #fff;
  background: #68b014;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
}

.premium-jobs-list {
  padding: 0;
}

.premium-job-item {
  border-bottom: 1px solid #f0f2f5;
  padding: 15px 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;
  }
}

.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-title-link {
  color: #1969b9;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.job-title-link:hover {
  color: #1969b9;
}

.job-location {
  color: #555;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
  display: flex;
  opacity: 0.85;
  margin-top: 1px;
  position: relative;
  margin-left: -30px;
}
.job-location i {
  font-size: 1.1rem;
}

.job-time {
  color: #22b724;
  margin-left: -10px;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.premium-footer {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.country-wrapper {
padding-left: 11px;
padding-right: 11px;
}
/* ═══════════════════════════════════════════════
   TABY LISTY
═══════════════════════════════════════════════ */
.tabslista {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  display: flex;
}

.tablista {
  text-align: center;
  cursor: pointer;
  color: #333;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background: rgb(241, 247, 254);
  border: 1px solid #ddd;
  flex: auto;
  max-width: 430px;
  padding: 5px 20px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  border-radius: 11px 11px 0 0;
}
.tablista:hover {
  background-color: #daeafb;
}
.tablista:hover:not(.is-active) {
  background: #e2e2e2;
}

.channel-box-lista {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  max-width: 870px;
  padding: 10px;
}

/* ═══════════════════════════════════════════════
   PAGINACJA
═══════════════════════════════════════════════ */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.pagination a,
.pagination .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 45px;
  padding: 0 12px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
  text-decoration: none;
}

.pagination a {
  background: #fff;
  border: 2px solid #e2e8f0;
  color: #1e293b;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
}
.pagination a:hover {
  background: linear-gradient(135deg, #4d8fe6 0%, #497dce 100%);
  border-color: #72ea7f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3019607843);
}

.pagination .current {
  background: linear-gradient(135deg, #62a222 0%, #47bf25 100%);
  color: #fff;
  border: none;
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3019607843);
  font-weight: 700;
}
/* Domyślnie pokazujemy tekst na desktop */
.mobile-icon {
    display: none;
}

/* Na mobilkach chowamy tekst, pokazujemy tylko ikonę */
@media (max-width: 768px) {
    .desktop-text {
        display: none;
    }
    .mobile-icon {
        display: inline;
    }
    .alert-widget-form-row important! {
  display: grid;
}
    /* Opcjonalnie: zmniejszamy padding przycisków na mobile */
    .pagination-classy .prev,
    .pagination-classy .next {
        padding: 0.5rem 0.8rem;
        min-width: 2.5rem;
        text-align: center;
    }
}
/* ═══════════════════════════════════════════════
   WOJEWÓDZTWA
═══════════════════════════════════════════════ */
.wojewodztwa-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  display: grid;
}
@media (min-width: 769px) {
  .wojewodztwa-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.wojewodztwo-link {
  color: #333;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  align-items: center;
  padding: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.wojewodztwo-link:hover {
  background: #f8f9fa;
  border-color: #007bff;
  text-decoration: none;
  color: #049;
}

/* ═══════════════════════════════════════════════
   FORMULARZE
═══════════════════════════════════════════════ */
.form-group {
  margin-bottom: 16px;
  flex-direction: column;
}

.form-label {
  color: #495057;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  display: block;
  flex: 0 0 0;
}
@media (min-width: 768px) {
  .form-label {
    flex: 0 0 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .form-label {
    flex: 0 0 100%;
    margin-bottom: 0.75rem;
  }
}

.form-control {
  border: 1px solid var(--gray-color);
  border-radius: 8px;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.form-control:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(77, 201, 139, 0.2);
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 100%;
  padding: 14px 45px 14px 18px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 15px;
  background-color: #f8f9fa;
  cursor: pointer;
  font-family: inherit;
}
.form-select:focus {
  outline: 0;
  border-color: #3498db;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1490196078);
}
@media (max-width: 480px) {
  .form-select {
    padding: 12px 15px;
    font-size: 14px;
  }
}

.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);
}

.checkbox-group {
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.checkbox {
  margin-top: 1.25rem;
  margin-right: 0.75rem;
}

.checkbox-label {
  cursor: pointer;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #718096;
}
.checkbox-label a {
  color: var(--secondary-color);
  text-decoration: none;
}
.checkbox-label a:hover {
  text-decoration: underline;
}

/* ═══════════════════════════════════════════════
   MODAL
═══════════════════════════════════════════════ */
.modal {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
  padding-top: 60px;
}

.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;
}

.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;
}

/* ═══════════════════════════════════════════════
   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 {
  min-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);
}

/* ═══════════════════════════════════════════════
   PARTNER OFFERS SIDEBAR
═══════════════════════════════════════════════ */
.partner-offers-sidebar {
  background: linear-gradient(145deg, #fff 0%, #f8faff 100%);
  border: 1px solid rgba(212, 175, 55, 0.3019607843);
  border-radius: 16px;
  padding: 20px 5px;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  overflow: hidden;
}
.partner-offers-sidebar::before {
  content: "★";
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 80px;
  color: rgba(25, 56, 177, 0.0784313725);
  transform: rotate(15deg);
  pointer-events: none;
}

.partner-offers-subtitle {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 18px;
  font-style: italic;
  margin-left: 35px;
}

.partner-offers-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.partner-offer-item {
  margin-bottom: 25px;
  padding: 8px 8px 8px 1px;
  border-radius: 10px;
  transition: all 0.2s ease;
  border-left: 3px solid rgba(55, 135, 206, 0.8196078431);
  box-shadow: 0 8px 25px -10px rgba(59, 130, 246, 0.25);
}
.partner-offer-item:hover {
  background: #fff;
  border-left-color: #d4af37;
  border-bottom: 3px solid #d4af37;
  border-color: #2bbf50;
  box-shadow: 3px 7px 12px rgba(0, 0, 0, 0.0666666667);
}

.partner-offer-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 4px;
}

.partner-offer-title {
  font-weight: 600;
  color: #2563eb;
  font-size: 0.95rem;
  line-height: 1.4;
  transition: color 0.2s;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.partner-offer-title::before {
  content: "•";
  color: #d4af37;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.partner-offer-item:hover .partner-offer-title {
  color: #d4af37;
}

.partner-offer-company {
  font-size: 0.8rem;
  color: #475569;
  margin-left: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.partner-offer-company i {
  font-size: 0.7rem;
  color: #94a3b8;
}

.partner-offer-meta {
  font-size: 0.75rem;
  color: #64748b;
  margin-left: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
.partner-offer-meta span {
  display: flex;
  align-items: center;
  gap: 3px;
}

.new-badge {
  background: #35b037;
  color: #000;
  font-size: 0.6rem;
  padding: 2px 6px;
  border-radius: 12px;
  margin-left: 8px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

/* ═══════════════════════════════════════════════
   RÓŻNE UI
═══════════════════════════════════════════════ */
.flag-container {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.btn-tab-partner i {
  color: silver;
}

.btn-wszystkie-show {
  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 20px;
  font-size: 16px;
  font-weight: 600;
}
.btn-wszystkie-show:hover {
  color: #1662b3;
  background: #fff;
  border: 1px solid #ff8c42;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1019607843);
}

.wiecej {
  margin: 20px 0;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  border: 1px dashed #ccc;
  color: #1e293b;
  background: #f9f9f9;
}

.category-intro {
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 30px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.category-intro h3 {
  color: #333;
}

.compact-detail.salary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(190, 98, 30, 0.1);
  color: #1a7f45 !important;
  font-weight: 700 !important;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════
   MISC BOXES
═══════════════════════════════════════════════ */
.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;
}

#sidebar_right {
  background: #fff;
  border-radius: 12px;
  width: 300px;
  height: 100%;
  min-height: 4200px;
  padding: 0;
  box-shadow: 5px 5px 5px #d4d9ea;
}

.channel-box-indent {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 640px) {
  .channel-box-indent {
    padding: 20px 5px;
  }
}

.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;
}

/* Flagi */
.flagi-ads-top {
  background-image: url(/flagi_ads.webp);
  background-repeat: no-repeat;
  background-size: 320px 15px;
  flex-shrink: 0;
  width: 20px;
  height: 15px;
  margin-bottom: -2px;
  display: inline-block;
  margin-right: 8px;
}

.flag-austria {
  background-position: 0 0;
}

.flag-belgia {
  background-position: -20px 0;
}

.flag-czechy {
  background-position: -40px 0;
}

.flag-dania {
  background-position: -60px 0;
}

.flag-finlandia {
  background-position: -80px 0;
}

.flag-francja {
  background-position: -100px 0;
}

.flag-hiszpania {
  background-position: -120px 0;
}

.flag-holandia {
  background-position: -140px 0;
}

.flag-irlandia {
  background-position: -160px 0;
}

.flag-niemcy {
  background-position: -180px 0;
}

.flag-norwegia {
  background-position: -200px 0;
}

.flag-szwajcaria {
  background-position: -220px 0;
}

.flag-szwecja {
  background-position: -240px 0;
}

.flag-szkocja {
  background-position: -260px 0;
}

.flag-wielka-brytania {
  background-position: -280px 0;
}

.flag-wlochy {
  background-position: -300px 0;
}

.flag-lista-sms {
  width: 35px;
  height: 25px;
  border-radius: 5px;
}

.flag-lista-md {
  width: 50px;
  height: 35px;
  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;
}

/* ═══════════════════════════════════════════════
   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;
  }
      .alert-widget-form-row {
  display: grid;
}
}

.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;
  }
}

@media (max-width: 900px) {
  .hidem {
    display: none;
  }
}
.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;
}
 .alert-widget {
        max-width: 600px;
        margin: 24px auto;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 18px 20px;
    }
    .alert-widget-inner {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 12px;
    }
    .alert-widget-icon {
        font-size: 20px;
        line-height: 1;
        flex-shrink: 0;
    }
    .alert-widget-title {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 2px;
        color: #222;
    }
    .alert-widget-subtitle {
        font-size: 13px;
        color: #666;
        margin: 0;
    }
    .alert-widget-form-row {
        display: flex;
        gap: 8px;
        margin-bottom: 10px;
    }
    .alert-widget-input {
        flex: 1;
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
    }
    .alert-widget-btn {
        white-space: nowrap;
        padding: 8px 18px;
        border: none;
        border-radius: 6px;
        background: #4682b4;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }
    .alert-widget-btn:disabled {
        opacity: 0.6;
        cursor: default;
    }
    .alert-widget-btn:hover:not(:disabled) {
        background: #3a6d97;
    }
    .alert-widget-checkbox {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 12px;
        color: #777;
        line-height: 1.5;
        cursor: pointer;
    }
    .alert-widget-checkbox input {
        margin-top: 2px;
    }
    .alert-widget-message {
        margin: 10px 0 0;
        font-size: 13px;
        padding: 8px 12px;
        border-radius: 6px;
    }
    .alert-widget-message.success {
        background: #e6f4ea;
        color: #1e6b3c;
        display: block;
    }
    .alert-widget-message.error {
        background: #fdecea;
        color: #b3261e;
        display: block;
    }
	
