/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760603124
Updated: 2025-10-16 10:25:24

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-v24-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-v24-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-v24-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Poppins', sans-serif;
}
body {
	font-family: 'Poppins', sans-serif;
}

/* Ramka wokół ocen w kroku 1 */
.step1-rating-box {
  border: 1px solid #003B50;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 16px;
}

/* .elementor-popup-modal label {
	margin-bottom: 0!important;
} */

/* ================================================
   FORMULARZ OCENY — GWIAZDKI
   ================================================ */
 
/* Etykieta tekstowa przy gwiazdkach */
.form-step-header {
  margin-bottom: 0;
}


.form-step-header-label {
	
	font-size: 18px;
	font-weight: 700;
	  text-align: center;
	margin: 8px;
	
}
.form-step-header-title {
	
	font-size: 24px;
	font-weight: 700;
	  text-align: center;
	margin-bottom: 4px;
	
}

h2.title-comments {
	display:none;
}


.acf-input {
  display: flex;
  align-items: center;
  gap: 8px;
}

.star-rating-label {
  font-size: 13px;
  color: #888;
  min-width: 100px;
  width: 100px;
  text-align: left;
  white-space: nowrap;
}
 
 
 div.step-item {
	 width:75px;
 }
 
/* Ukryj natywny input liczbowy w polach ocen */
.acf-field[data-name*="_ocena_"] .acf-input-wrap {
  display: none !important;
}
 
.star-rating-wrap {
  display: flex;
  gap: 4px;
  padding: 6px 0;
}
 
.star-rating-wrap .star {
  font-size: 2rem;
  color: transparent;
  -webkit-text-stroke: 1.5px #FF6F4F;
  cursor: pointer;
  transition: color 0.15s, -webkit-text-stroke 0.15s;
  line-height: 1;
  user-select: none;
}

.star-rating-wrap .star.active {
  color: #FF6F4F;
  -webkit-text-stroke: 1.5px #FF6F4F;
}
 
.star-rating-wrap.star-error {
  outline: 2px solid #d63638;
  border-radius: 4px;
  padding: 4px 6px;
}
 
/* ================================================
   FORMULARZ WIELOKROKOWY — WSKAŹNIK KROKÓW
   ================================================ */
 
.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 20px 0 20px;
  margin-bottom: 4px;
}
 
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
 
.step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  background: #fff;
  transition: all 0.3s;
}
 
.step-item.active .step-circle {
  border-color: #11C0F2;
  color: #11C0F2;
  background: #fff;
}
 
.step-item.completed .step-circle {
  border-color: #11C0F2;
  background: #11C0F2;
  color: #fff;
}
 
.step-label {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  white-space: nowrap;
}
 
.step-item.active .step-label {
  color: #11C0F2;
  font-weight: 600;
}
 
.step-item.completed .step-label {
  color: #11C0F2;
}
 
.step-connector {
  width: 60px;
  height: 2px;
  background: #ddd;
  margin: 0 8px;
  margin-bottom: 22px;
}
 
/* ================================================
   FORMULARZ WIELOKROKOWY — KROKI
   ================================================ */
 
.form-step {
  display: none;
}
 
.form-step[data-step] {
  animation: fadeIn 0.3s ease;
}
 
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
 
.step-instruction {
  font-size: 14px;
  color: #003B50;
  margin-bottom: 20px;
  line-height: 1.5;
}
 
.step-regulamin {
  font-size: 12px;
  color: #888;
  margin-top: 20px;
  line-height: 1.5;
}
 
.step-regulamin a {
  color: #003B50;
  text-decoration: underline;
}
 
/* Ukryj label "Komentarz" w kroku 2 */
.form-step[data-step="2"] .comment-form-comment label {
  display: none !important;
} 
 
/* ================================================
   FORMULARZ WIELOKROKOWY — NAWIGACJA
   ================================================ */
 
.step-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
}
 
.step-nav-next {
  display: inline-block;
  background: #e91e6e;
  color: #fff !important;
  border: none;
  padding: 14px 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s;
  text-decoration: none;
  margin-left: 0;
}
 
.step-nav-next:hover {
  background: #c9185e;
}
 
.step-nav-back {
  position: absolute;
  left: 0;
}
 
.step-nav-back:hover {
  color: #333 !important;
}

.step-nav {
  position: relative;
}
 
/* ================================================
   FORMULARZ — UKRYWANIE ELEMENTÓW
   ================================================ */
 
/* Ukryj pole Nazwa (author) — wypełniane automatycznie */
.comment-form-author {
  display: none !important;
}

 
/* Ukryj pole URL */
.comment-form-url {
  display: none !important;
}
 
/* Ukryj cookies checkbox */
.comment-form-cookies-consent {
  display: none !important;
}


 
/* ================================================
   FORMULARZ — POLA OCEN W KROKU 1
   ================================================ */

/* Ramka wokół wszystkich pól ocen */
.form-step[data-step="1"] .acf-input {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-width: 250px;
  justify-content: start;
}

.form-step[data-step="1"] .acf-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 !important;
}

.form-step[data-step="1"] .acf-field:last-of-type {
  border-bottom: none;
}

.form-step[data-step="1"] .acf-label {
  margin-bottom: 0;
  flex-shrink: 0;
  max-width: 50%;
}

.form-step[data-step="1"] .acf-label label {
  font-weight: 600;
  font-size: 16px;
  color: #003B50;
  
}

.form-step[data-step="1"] .acf-input {
  flex-shrink: 0;
}

.form-step[data-step="1"] .star-rating-wrap {
  justify-content: flex-end;
  padding: 2px 0;
}

/* ================================================
   FORMULARZ — PRZYCISKI TAK/NIE (polecenie)
   ================================================ */

.acf-field[data-name*="_polecenie"] .acf-input .acf-radio-list {
  display: none !important;
}

.polecenie-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-left: -7px;
}

.polecenie-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  background: #f1f2f3;
  color: #003B50;
  transition: all 0.2s;
  user-select: none;
}

.polecenie-btn:hover {
  opacity: 0.85;
}

.polecenie-btn.selected-tak,
.polecenie-btn.selected-nie {
  background: #003B50;
  color: #f1f2f3;
}
 
/* ================================================
   RESPONSYWNOŚĆ
   ================================================ */
 
@media (max-width: 600px) {
  .step-connector {
    width: 30px;
  }
 
  .step-nav-next {
    padding: 10px;
    font-size: 13px;
  }
	
	.form-step[data-step="2"] .step-nav-next {
		margin-left: 130px;
	}
	
	.form-step[data-step="3"] .step-nav input[type="submit"] {
		padding: 14px 20px;
		margin-left: 150px;
	}
	
	.step-nav-back {
		font-size: 13px;
	}
 
  .star-rating-wrap .star {
    font-size: 1.5rem;
  }
	
	.polecenie-btn {
		padding: 10px;
	}
	
	.polecenie-buttons {
		gap: 5px;
	}
	
	.form-step[data-step="1"] .star-rating-wrap {
		margin-left: 10px;
	}
	
	.form-step[data-step="1"] .acf-field {
		 padding: 6px 10px;
	}
}

/* Ukryj domyślne nagłówki formularza komentarzy w popupie */
.elementor-popup-modal .comment-respond .comment-reply-title,
.elementor-popup-modal .comment-respond > p:first-of-type,
.elementor-popup-modal .comment-respond .logged-in-as,
.elementor-popup-modal .comment-notes {
  display: none !important;
}

/*********************************************************************************************************

/* ================================================
   KROK 3 — RADIO BUTTONS (pacjent/osoba towarzysząca)
   ================================================ */
.select2-container {
    z-index: 999999 !important;
}
.select2-dropdown {
    z-index: 999999 !important;
}
/* Ukryj domyślne bullet points z listy ACF */
.form-step[data-step="3"] .acf-radio-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.form-step[data-step="3"] .acf-radio-list li {
  list-style: none !important;
  margin-bottom: 8px;
}

/* Ukryj natywny radio */
.form-step[data-step="3"] .acf-radio-list input[type="radio"] {
  display: none;
}

/* Custom radio kółko */
.form-step[data-step="3"] .acf-radio-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  padding: 6px 0;
}

.form-step[data-step="3"] .acf-radio-list label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  transition: all 0.2s;
  box-sizing: border-box;
}

.form-step[data-step="3"] .acf-radio-list input[type="radio"]:checked + label::before,
.form-step[data-step="3"] .acf-radio-list label:has(input[type="radio"]:checked)::before {
  border-color: #003B50;
  border-width: 6px;
}

/* Fallback — jeśli input jest przed label (ACF layout) */
.form-step[data-step="3"] .acf-radio-list li input[type="radio"]:checked ~ label::before {
  border-color: #003B50;
  border-width: 6px;
}

/* Label pola */
.form-step[data-step="3"] .acf-label label {
  font-weight: 600;
  font-size: 15px;
color: #003B50;
  margin-bottom: 8px;
  display: block;
}

/* ================================================
   KROK 3 — SELECT (schorzenie)
   ================================================ */

.form-step[data-step="3"] .acf-field[data-name*="_nowotwor"] .select2-container {
  width: 100% !important;
}

.form-step[data-step="3"] .acf-field[data-name*="_nowotwor"] .select2-selection--multiple {
  min-height: 48px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 40px 0 12px !important;
  position: relative;
  background: #fff !important;
  cursor: pointer !important;
}

.form-step[data-step="3"] .acf-field[data-name*="_nowotwor"] .select2-selection__choice__remove {
  display: none !important;
}

.form-step[data-step="3"] .acf-field[data-name*="_nowotwor"] .select2-selection__choice {
  background: transparent !important;
  border: none !important;
  color: #003B50 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  float: none !important;
}

.form-step[data-step="3"] .acf-field[data-name*="_nowotwor"] .select2-search--inline {
  display: none !important;
}

.form-step[data-step="3"] .acf-field[data-name*="_nowotwor"] .select2-selection--multiple::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #003B50;
  pointer-events: none;
}

.form-step[data-step="3"] .acf-field[data-name*="_nowotwor"] .select2-selection__rendered:empty::before {
  content: 'Wybierz schorzenie';
  color: #aaa;
  font-size: 15px;
}







/* ================================================
   KROK 3 — RADIO BUTTONS (pacjent/osoba towarzysząca)
   ================================================ */

.form-step[data-step="3"] .acf-radio-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.form-step[data-step="3"] .acf-radio-list li {
  list-style: none !important;
  margin-bottom: 8px;
}

.form-step[data-step="3"] .acf-radio-list input[type="radio"] {
  display: none;
}

.form-step[data-step="3"] .acf-radio-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
color: #003B50;
  padding: 0px 0;
}

.form-step[data-step="3"] .acf-field:not([data-name*="zgoda_"]) {
  margin-bottom: 20px;
}

.form-step[data-step="3"] .form-submit,
.form-step[data-step="3"] input[type="submit"],
.form-step[data-step="3"] button[type="submit"] {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.form-step[data-step="3"] .acf-radio-list label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  transition: all 0.2s;
  box-sizing: border-box;
}

.form-step[data-step="3"] .acf-radio-list label.selected::before,
.form-step[data-step="3"] .acf-radio-list label:has(input:checked)::before {
  border-color: #003B50;
  border-width: 6px;
}

.form-step[data-step="3"] span.message{
color: #003B50 !important;
}



/* Override flex na acf-input dla pola nowotworu */
.form-step[data-step="3"] .acf-field[data-name*="_nowotwor"] .acf-input {
  display: block !important;
}




/* ================================================
   KROK 3 — CHECKBOXY ZGÓD (wariant A - minimalistyczny)
   ================================================ */

/* Ukryj nagłówki "Zgoda RODO" i "Zgoda marketingowa" */
.form-step[data-step="3"] .acf-field[data-name="placowka_zgoda_rodo"] > .acf-label,
.form-step[data-step="3"] .acf-field[data-name="placowka_zgoda_marketing"] > .acf-label,
.form-step[data-step="3"] .acf-field[data-name="lekarz_zgoda_rodo"] > .acf-label,
.form-step[data-step="3"] .acf-field[data-name="lekarz_zgoda_marketing"] > .acf-label {
  display: none !important;
}

/* Ukryj natywny checkbox */
.form-step[data-step="3"] .acf-true-false input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Kontener zgody */
.form-step[data-step="3"] .acf-true-false label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  position: relative;
  padding: 4px 0;
}

/* Custom checkbox — kwadracik */
.form-step[data-step="3"] .acf-true-false label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s;
  margin-top: 2px;
  box-sizing: border-box;
}

/* Ptaszek (ukryty domyślnie) */
.form-step[data-step="3"] .acf-true-false label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 7px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.15s;
}

/* Stan zaznaczony */
.form-step[data-step="3"] .acf-true-false input[type="checkbox"]:checked + span,
.form-step[data-step="3"] .acf-true-false input[type="checkbox"]:checked ~ span {
  color: #333;
}

.form-step[data-step="3"] .acf-true-false input[type="checkbox"]:checked ~ .message {
  color: #333;
}

/* Zaznaczony — kwadracik */
.form-step[data-step="3"] .acf-true-false label:has(input:checked)::before {
  background: #003B50;
  border-color: #003B50;
}

/* Zaznaczony — ptaszek */
.form-step[data-step="3"] .acf-true-false label:has(input:checked)::after {
  opacity: 1;
}

/* Tekst zgody */
.form-step[data-step="3"] .acf-true-false .message {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

/* Przycisk submit w kroku 3 — identyczny wygląd jak DALEJ */
.form-step[data-step="3"] .step-nav .form-submit {
  margin: 0;
  padding: 0;
}

.form-step[data-step="3"] .step-nav .form-submit input[type="submit"],
.form-step[data-step="3"] .step-nav input[type="submit"],
.form-step[data-step="3"] .step-nav button[type="submit"] {
  display: inline-block;
  background: #e91e6e;
  color: #fff !important;
  border: none;
  padding: 14px 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s;
/*   font-family: inherit; */
  width: auto;
}

.form-step[data-step="3"] .step-nav .form-submit input[type="submit"]:hover,
.form-step[data-step="3"] .step-nav input[type="submit"]:hover,
.form-step[data-step="3"] .step-nav button[type="submit"]:hover {
  background: #c9185e;
}
}

.form-step[data-step="3"] .step-nav .form-submit {
  margin: 0;
  padding: 0;
  flex-grow: 0;
  display: inline-block;
}

/* Ukryj pusty wrapper z hidden inputs — nie zajmuje miejsca */
.form-step[data-step="3"] .step-nav .form-submit {
  display: none;
}

/* Przycisk submit — identyczny wygląd jak DALEJ */
.form-step[data-step="3"] .step-nav input[type="submit"],
.form-step[data-step="3"] .step-nav button[type="submit"] {
  display: inline-block;
  background: #e91e6e;
  color: #fff !important;
  border: none;
  padding: 14px 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s;
/*   font-family: inherit; */
}

.form-step[data-step="3"] .step-nav input[type="submit"]:hover,
.form-step[data-step="3"] .step-nav button[type="submit"]:hover {
  background: #c9185e;
}

.acf-field[data-name="komentarz_naruszenie"] {
    display: none !important;
}


/* ostylowanie komunikatu o długości komentarza */

.comment-length-error {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ED2369 !important;
    font-size: 13px;
    font-weight: 500;
    margin-top: 6px;
    padding: 6px 10px;
    background: rgba(237, 35, 105, 0.07);
    border-left: 3px solid #ED2369;
    border-radius: 0 4px 4px 0;
}

/* ================================================================
   EKRAN PODZIĘKOWANIA — Thank You Screen
   Wklej do arkusza CSS motywu potomnego (np. style.css lub
   dedykowanego pliku enqueue'owanego razem z comments.js)
   ================================================================ */
 


.ty-check-wrap {
  margin-bottom: 20px;
}

.ty-check-icon {
  width: 52px;
  height: 52px;
}

.ty-check-icon circle,
.ty-check-icon path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: ty-draw 0.6s ease forwards;
}
.ty-check-icon path { animation-delay: 0.3s; }

@keyframes ty-draw {
  to { stroke-dashoffset: 0; }
}

.ty-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #1a1a2e !important;
  margin: 0 0 16px !important;
}

.ty-title-highlight { color: #00b4d8; }

.ty-text {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #555 !important;
  margin: 0 0 8px !important;
}

.ty-signature {
  font-size: 12px !important;
  color: #999 !important;
  margin: 0 0 28px !important;
  font-style: italic !important;
}

.ty-screen {
  display: flex !important;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 32px 0 0 24px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 380px;
}

.ty-body {
  flex: 1;
  max-width: 55%;
  padding-bottom: 28px;
}

.ty-photo {
  display: block;
  height: 380px;
  width: auto;
  object-fit: contain;
  object-position: bottom;
  flex-shrink: 0;
}

.ty-btn-primary {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 13px 20px !important;
  background: transparent !important;
  color: #e91e8c !important;
  border: 2px solid #e91e8c !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
}

@media (max-width: 600px) {
  .ty-screen {
    flex-direction: column;
    padding: 28px 24px;
    min-height: unset;
  }

  .ty-body {
    max-width: 100%;
    padding-bottom: 0;
  }

  .ty-photo {
    display: none;
  }
}

@media (max-width: 600px) {
  .form-step[data-step="1"] .acf-input {
    min-width: unset !important;
    flex-wrap: wrap;
    gap: 4px;
  }

  .form-step[data-step="1"] .acf-field {
    flex-wrap: wrap;
    gap: 4px;
  }

  .form-step[data-step="1"] .acf-label {
    max-width: 100%;
    width: 100%;
  }

  .star-rating-label {
    min-width: unset;
    width: auto;
    font-size: 12px;
  }

  .form-step[data-step="1"] .star-rating-wrap .star {
    font-size: 1.6rem;
  }

  .step1-rating-box {
    overflow: hidden;
  }
}

.onkomapa-lekarz-autocomplete {
  position: relative;
  z-index: 30;
}

.onkomapa-lekarz-autocomplete__list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 9999;
  max-height: 260px;
  width: 110%;
  margin: 0;
  padding: 4px;
  overflow-y: auto;
  flex: wrap;
  list-style: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

@media (max-width: 600px) {
.onkomapa-lekarz-autocomplete__list {
	width: 100%;
	}
}

.onkomapa-lekarz-autocomplete__list[hidden] {
  display: none;
}

.onkomapa-lekarz-autocomplete__list li {
  margin: 0;
  padding: 0;
}

.onkomapa-lekarz-autocomplete__list button {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 0;
  border-radius: 3px;
  font: inherit;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  color: var(--e-global-color-secondary) !important;
  background-color: #FFFFFF !important;
}

.onkomapa-lekarz-autocomplete__list button:hover,
.onkomapa-lekarz-autocomplete__list button:focus,
.onkomapa-lekarz-autocomplete__list button.is-active {
  background: #f1f1f1 !important;
  outline: none !important;
}

.onkomapa-lekarz-autocomplete__list button {
    white-space: normal !important;
    word-break: break-word !important;
    height: auto !important;
    min-height: 40px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    padding: 4px 12px !important;
}

/* .elementor-element-b5e66cc
selector::after
selector::before
selector */

.darmowe-wsparcie-content {
  position: relative;
  z-index: 2;
}

@media (min-width:600px)  {
/* ukośne tło */
.darmowe-wsparcie-content::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -180px; 
  width: calc(100% + 70px);
  height: 100%;
  background: #F7F7F7;
  clip-path: polygon(
    25% 0%,
    100% 0%,
    100% 100%,
    6% 100%
  );
  z-index: -1;
}
}

/* LOGO NA ŚRODKU */
.darmowe-wsparcie-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px; 
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background-image: url("https://alic.gcze.pl/wp-content/uploads/2026/01/Zrzut_ekranu_2026-01-08_141806-removebg-preview.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 500;
}

@media (max-width: 768px) {
 .darmowe-wsparcie-content::after {
  top: 0;
  left: 50%; 
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  }
}