.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #8d9091;
    font-weight: 400!important;
        font-size: .88em;
    line-height: 1.3;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item label a{
     color: #414141;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:3px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}

textarea.w-input{
    height: 70px;
}
.wpcf7-submit{
    display:none;
}
.is-blog-item:hover .button-more{
    color: #2578c6;
}
.is-blog-item:hover .button-more{
    border-color:#2578c6;
}
.cat-flex{
    gap:10px;
}
.single-post-max{
    max-width:750px;
    margin:0 auto;
}
.is-steps{
    display:flex;
}
.w-checkbox-input--inputType-custom{
    box-shadow:none!important;
}
.kontakt-cl .image-4{
    height:46em;
}
.is-step-one .c-item-inpt.is-flex .is-checkbox{
    width:48%;
}
.form-status-message.success{
     background: #008000a3;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;   
}
.zapytania-list {
    /* Style dla całej sekcji, jeśli potrzebne */
}

.zapytania-table-wrapper {
    overflow-x: auto; /* Dla responsywności na małych ekranach */
    margin-top: 20px;
}

.zapytania-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px; /* Przykładowy rozmiar */
}

.zapytania-table th,
.zapytania-table td {
    border: 1px solid #eee; /* Przykładowa ramka */
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.zapytania-table th {
    background-color: #f8f8f8; /* Przykładowe tło nagłówka */
    font-weight: bold;
}

.zapytania-table tbody tr:nth-child(even) {
    background-color: #fafafa; /* Przykładowe pasy zebry */
}

.zapytania-table .status-cell span {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.zapytania-table .status-nowe { background-color: #ffc107; color: #333; } /* Żółty */
.zapytania-table .status-zaakceptowane { background-color: #28a745; } /* Zielony */
.zapytania-table .status-odrzucone { background-color: #dc3545; } /* Czerwony */
.zapytania-table .status-błąd { background-color: #6c757d; } /* Szary */

.zapytania-table .actions-cell {
    white-space: nowrap; /* Zapobiega łamaniu przycisków */
}

.zapytania-action-btn {
    background-color: #007bff; /* Przykładowy kolor */
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    margin-right: 5px;
    transition: background-color 0.2s ease;
}

.zapytania-action-btn:hover {
    background-color: #0056b3;
}

.zapytania-action-btn.reject {
    background-color: #dc3545; /* Czerwony dla odrzucenia */
}
.zapytania-action-btn.reject:hover {
    background-color: #c82333;
}

.zapytania-action-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.view-details-link {
    font-size: 12px;
    margin-left: 10px;
    color: #007bff;
    text-decoration: none;
}
.view-details-link:hover {
    text-decoration: underline;
}

/* Style dla przełączania zakładek */
.user-account-section {
    /* Style dla sekcji, np. padding */
    padding-top: 20px;
}
 

/* --- Style dla Modala Szczegółów Zapytania --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Półprzezroczyste tło */
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 700px; /* Maksymalna szerokość modala */
    width: 100%;
    position: relative;
    max-height: 90vh; /* Maksymalna wysokość */
    overflow-y: auto; /* Scroll, jeśli treść jest za długa */
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #888;
}
.modal-close-btn:hover {
    color: #333;
}

.modal-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px; /* Dostosuj */
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.modal-body p {
    margin-bottom: 12px;
    line-height: 1.6;
}
.modal-body strong {
    min-width: 140px; /* Wyrównanie etykiet */
    display: inline-block;
    color: #555;
}
.modal-body hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 15px 0;
}
.modal-body ul {
    margin-top: 5px;
    margin-bottom: 15px;
}
.modal-body [data-detail="opis"] {
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Dostosuj styl przycisku "Szczegóły" */
.view-details-btn {
    background: none;
    border: none;
    color: #007bff; /* Kolor linku */
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px; /* Jak link */
    padding: 0;
    margin-left: 0px; /* Jak link */
}
.view-details-btn:hover {
    color: #0056b3;
}
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select{
     color: #0b0b0b;
    background-color: #0000;
    border: 0 solid #000;
    border-bottom: 1px solid #8b8e92;
    height: 2.81em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    line-height: 1.5;
    outline:none!important;   
}
.acf-field[data-width]+.acf-field[data-width]{
    border:0;
}
.acf-field{
 
    float:none!important;
    margin:0 1% 30px 0;
}
.acf-fields .form-block-4{
    display:flex;
    flex-wrap:wrap;
}
.acf-field-tab{
    display:block!important;
    opacity:0;
}
.acf-field .acf-label label {
    display: block;
    font-weight: 500;
    margin: 0 0 3px;
    padding: 0;
    font-size: 1em;
    line-height: 1;
    color: #0b0b0b;
    font-family: stolzl, sans-serif;
    font-weight: 400;
}
.acf-field-message{
    margin-bottom: .94em;
    font-size: 1.25em;
    font-weight: 500!important;
    line-height: 1.5;
}
.acf-field-message label{
     font-weight: 500!important;
}
.acf-field-message p {
      color: #6a89a6!important;
    margin-bottom: 1.25em;
    font-size: .68em;
    line-height: 1.5;
    font-weight:400!important;
}
.acf-tab-group{
    padding:0;
    border:0;
}
.acf-tab-group li a {
    padding: 5px 10px;
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border: 0;
    border-bottom: 0 none;
    text-decoration: none;
    background: transparent;
    color: #0b0b0b;
    border-bottom: 1px solid #2578c6;
    padding-top: .38em;
    padding-bottom: .38em;
    text-decoration: none;
    transition: all .3s;
    font-weight: 400;
}
.acf-tab-group li a:hover,
.acf-tab-group li.active a{
    color:#fff;
    background:#2578c6;
}
.user-account-section .updated{
      background: #008000a3;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px; 
}
.user-account-section .updated p{
    margin:0;
}
.acf-field textarea{
    height:8em;
    background:#fff;
    border:0;
    padding:10px;
}
.description{
    color: #6a89a6!important;
    margin-bottom: 1.25em;
    font-size: .88em;
    line-height: 1.5;
}
.acf-url i{
    top:10px!important;
}
.acf-field-68f9dfb382afe {
    margin-top: 20px;
    border-top: 1px solid rgb(238, 238, 238)!important;
    padding-top: 40px;
}
.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select{
    background:#fff;
    padding-left:15px;
}
.form-cat-item{
    width:9%;
}
 
.acf-button{
      background: #fff;
    padding: 10px;
    color: #0b0b0b;  
        border-radius: 5px;
}
.acf-gallery .acf-button{
      background: #0b0b0b;
    padding: 10px;
    color: #fff;  
    display:block;
}
.view-details-btn{
       background: #0b0b0b;
    padding: 7px 10px;
    color: #fff;  
    display:block; 
    text-decoration: none;
    border-radius:5px;  
    transition:0.5s all;
}
.view-details-btn:hover{
    background:#fff;
    color:#0b0b0b;
}
.zapytania-table .actions-cell {
    white-space: nowrap;
    display: flex
;
    align-items: center;
}
.zapytania-table th, .zapytania-table td{
    vertical-align:middle;
}
.user-profile-link.is-active{
        color: #2578c6;
}
.sprzedawca-galeria .slick-slide {
      margin: 0 12px;
  }
.sprzedawca-galeria .slick-list {
      margin: 0 -12px;
  }
.sprzedawca-galeria .slick-track
{
    display: flex !important;
}

.sprzedawca-galeria .slick-slide
{
    height: inherit !important;
}
.sp-offer-title{
    max-width:100px;
}
.sp-offer-items{
    justify-content: flex-start;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
}
.is-nieautoryzowany .form-cat-item {
    width: 85px;
}
/* --- Style dla strony Logowania (page-logowanie.php) --- */

 
/* Dostosuj .form-block-3 jeśli wp_login_form dodaje własny wrapper */
.is-logowanie-box .form-block-3 {
    /* Ewentualne dodatkowe style */
}

/* Etykiety pól (Username/Password) */
#loginform label {
    display: block; /* Upewnij się, że są blokowe */
    margin-bottom: 8px; /* Odstęp pod etykietą */
    /* Dopasuj style do .c-label-text */
    font-size: 16px; 
    color: #333;
    font-weight: bold; 
}

/* Kontener pola (WordPress dodaje <p>) - symuluje .contact-form-item */
#loginform p {
    margin-bottom: 20px; /* Odstęp między polami - dopasuj do 'less' */
}
#loginform p.login-remember {
     margin-top: 25px; /* Odstęp nad "Zapamiętaj" - dopasuj do 'more-top' */
}
#loginform p.login-submit {
     margin-top: 10px; /* Odstęp nad przyciskiem Zaloguj */
     margin-bottom: 0; /* Usuń dolny margines przycisku */
}


/* Inputy (Login/Password) */
#loginform input[type="text"],
#loginform input[type="email"], /* WordPress może używać email zamiast text */
#loginform input[type="password"] {
    /* Dopasuj style do .form-input.colored.w-input */
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da; /* Przykładowa ramka */
    background-color: #e9ecef; /* Przykładowe tło 'colored' */
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box; /* Ważne */
}
#loginform input[type="text"]:focus,
#loginform input[type="email"]:focus,
#loginform input[type="password"]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


/* Checkbox "Zapamiętaj" */
#loginform p.login-remember {
    /* Dopasuj do .c-item-inpt.is-flex.spbt */
    display: flex; 
    justify-content: space-between; /* To przesunie link "Nie pamiętam hasła" w prawo */
    align-items: center;
}

#loginform label[for="rememberme"] {
    /* Dopasuj do .w-checkbox.is-checkbox */
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0; /* Usuń margines, bo jest na <p> */
    font-weight: normal; /* Usuń pogrubienie z domyślnej etykiety */
}

#loginform input#rememberme {
    /* Ukryj domyślny checkbox */
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/* Stwórz niestandardowy wygląd checkboxa */
#loginform label[for="rememberme"]::before {
    content: '';
    display: inline-block;
    width: 18px; /* Dopasuj rozmiar */
    height: 18px;
    border: 1px solid #adb5bd; /* Ramka checkboxa */
    background-color: #fff; /* Tło */
    border-radius: 3px;
    margin-right: 8px; /* Odstęp od tekstu */
    vertical-align: middle; /* Wyrównanie */
}

/* Wygląd zaznaczonego checkboxa */
#loginform input#rememberme:checked + label[for="rememberme"]::before {
    background-color: #007bff; /* Kolor tła zaznaczonego */
    border-color: #007bff;
    /* Możesz dodać ikonę "ptaszka" za pomocą background-image lub pseudo-elementu ::after */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.6-1.5-1.5L0 4.26 2.974 7.25 8 2.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}


/* Link "Nie pamiętam hasła" */
.login-form-extra-links { /* Kontener dodany w PHP */
   /* Upewnij się, że jest w tej samej linii co checkbox "Zapamiętaj" */
   /* Styl dla link-password */
   font-size: 14px;
   color: #007bff; /* Przykładowy kolor linku */
   text-decoration: none;
}
.login-form-extra-links .link-password:hover {
    text-decoration: underline;
}

/* Przycisk "Zaloguj" */
#loginform p.login-submit {
    text-align: left; /* Wyrównanie jak w Webflow */
}
#loginform input#wp-submit {
    /* Dopasuj style do .is-button-submit.w-inline-block */
    display: inline-flex; /* Użyj flex dla ikony */
    align-items: center;
    padding: 12px 25px; /* Dopasuj padding */
    background-color: #007bff; /* Kolor przycisku */
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
#loginform input#wp-submit:hover {
    background-color: #0056b3; /* Kolor przycisku :hover */
}

/* Dodaj ikonę do przycisku (użyj pseudo-elementu ::after) */
#loginform input#wp-submit::after {
    content: '';
    display: inline-block;
    width: 16px; /* Rozmiar ikony */
    height: 16px;
    margin-left: 10px; /* Odstęp od tekstu */
    background-image: url('/wp-content/themes/buildhub/images/SignIn.svg'); /* Ścieżka do ikony */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* Komunikaty błędów WordPress */
#login_error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
#login_error a {
    color: #721c24;
    font-weight: bold;
}

/* Komunikaty sukcesu (np. po wylogowaniu) */
.message {
     background-color: #d4edda;
     border: 1px solid #c3e6cb;
     color: #155724;
     padding: 10px 15px;
     margin-bottom: 20px;
     border-radius: 4px;
}
.w-form-fail {
    display: none;
    margin-top: 0px;
    padding: 10px;
    background-color: #ffdede;
    border-radius: 5px;
    margin-bottom: 10px;
}
.home .section-cta {
    padding-top: 4.81em;
    padding-bottom: 4.81em;
}
.c-item-inpt.is-flex.spbt{
    position:relative;
}
.form-cat-item{
    font-weight:400;
}

/* Loader for List View */
.list-view-loader {
    text-align: center;
    padding: 40px 20px;
    font-style: italic;
    color: #888;
    display: none; /* Hidden by default, shown by JS */
}

/* Optional: Style for map loader text */
#map-canvas p {
    color: #888;
    font-style: italic;
}

/* --- Custom Map Marker Styles (Example using Advanced Markers) --- */
.custom-map-marker {
    background-color: #dc3545; /* Default: Red for non-auth */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 2px solid white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    /* Add inner elements via JS if needed, e.g., icons */
}

.custom-map-marker.is-auth {
    background-color: #007bff; /* Blue for authorized */
}

/* Style InfoWindow if needed */
.map-infowindow h4 { margin: 0 0 5px 0; font-size: 16px; }
.map-infowindow h4 a { color: #007bff; text-decoration: none; }
.map-infowindow h4 a:hover { text-decoration: underline; }
.map-infowindow p { margin: 0; font-size: 14px; color: #555; }
.map-infowindow .auth-badge {
    display: inline-block;
    background-color: #e7f1ff;
    color: #0056b3;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: bold;
}

/* Pagination Links Styling */
.list-view-pagination a.page-numbers,
.list-view-pagination span.page-numbers {
    /* Copy styles from .pagination-link */
    display: inline-block;
    padding: 8px 15px; /* Adjust */
    margin: 0 3px;
    border: 1px solid #ddd; /* Example */
    text-decoration: none;
    color: #007bff; /* Example */
    border-radius: 4px;
}
.list-view-pagination a.page-numbers:hover {
    background-color: #eee;
}
.list-view-pagination span.page-numbers.current,
.list-view-pagination a.page-numbers.current.is-active { /* Style for active page */
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    cursor: default;
    pointer-events: none; /* Make truly inactive */
}
.list-view-pagination span.page-numbers.dots {
    border: none;
    padding: 8px 5px;
    color: #888;
}

.w-checkbox-input{
    flex: none;
}
.checkbox-2.w--redirected-checked {
    background-color: #2578c6;
}
#filter_odleglosc{
        min-width: 100px;
}

@media (min-width:991px){
.list-col {
    width: 25%;
}
}

/* --- Style dla Google Maps InfoWindow --- */
.gm-style-iw-c { /* Główny kontener Google */
    padding: 0 !important; /* Usuń domyślny padding Google */
    border-radius: 8px !important; /* Zaokrąglenie */
    max-width: 400px !important; /* Maksymalna szerokość */
}
.gm-style-iw-d { /* Kontener treści w Google */
    overflow: hidden !important; /* Ukryj domyślny scrollbar Google */
}
.gm-ui-hover-effect { /* Przycisk zamknięcia Google */
    top: 5px !important;
    right: 5px !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 50% !important;
}
.gm-ui-hover-effect span { /* Ikona X */
     margin: 6px !important;
}

/* Nasz własny kontener */
.map-infowindow {
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Tło dla autoryzowanej */
.map-infowindow.infowindow-auth {
    background-color: #CDE2F6; /* Jasnoniebieskie tło */
    color: #2578c6; /* Ciemnoniebieski tekst */
}

/* Tło dla nieautoryzowanej */
.map-infowindow.infowindow-nonauth {
    background-color: #DBDBDB;
    color: #0B0B0B;
}

/* Układ dla autoryzowanej (Flexbox) */
.infowindow-content-auth {
    display: flex;
    gap: 15px; /* Odstęp między obrazkiem a tekstem */
}
.infowindow-image {
    flex-shrink: 0; /* Zapobiega kurczeniu się obrazka */
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 4px;
}
.infowindow-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Dopasuj obrazek */
}
.infowindow-details {
    flex-grow: 1; /* Zajmuje resztę miejsca */
}

/* Elementy wewnątrz InfoWindow */
.infowindow-badge {
    display: inline-block;
    background-color: transparent;
    color: #2578c6;
font-family: Stolzl;
font-size: 12px;
font-style: normal;
font-weight: 500;
    margin-bottom: 5px;
 
}
.infowindow-title {
    margin: 0 0 5px 0;
color: var(--Black, #0B0B0B);
font-family: Stolzl;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}
.infowindow-auth .infowindow-title { /* Mniejszy margines po plakietce */
    margin-top: 5px;
}
.infowindow-address {
color: var(--Black, #0B0B0B);
font-family: Stolzl;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
    margin-bottom: 8px;
}
.infowindow-services {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 12px;
}
.infowindow-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
        display: flex
;
    flex-wrap: wrap;
    gap: 5px;
}
.infowindow-services li {
background-color: #fff;
    border-radius: 10px;
    padding: .31em .6em .49em .6em;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    font-family: Stolzl;
}
/* Przycisk "Więcej" - użyj stylów z .button-more */
.infowindow-button {
    margin-top: 10px;
}
.infowindow-button-li .button-more {
    /* Skopiuj lub dostosuj style z głównego CSS */
    display: inline-flex;
    text-decoration: none;
    font-size: 13px;
 
    border:0;
    padding:0;
}
.infowindow-button-li .button-more.is-autoryzowany {
     color: #0B0B0B; /* Inny kolor dla autoryzowanego? */
}
.infowindow-button-li .button-more .binner {
    display: flex;
    align-items: center;
    gap:0.5em;
}
.infowindow-button-li .button-more svg {
    width: 16px; /* Rozmiar SVG */
    height: 16px;
    margin-left: 5px;
}

.infowindow-button-li .button-more.is-autoryzowany svg{
    color: #2578c6;
}
.gm-style .gm-style-iw-d{
    margin-top:-30px;
}
.gm-ui-hover-effect{
    width:28px!important;
    height:28px!important;
}
.gm-ui-hover-effect span{
    margin: 4px !important; 
        width: 22px!important;
    height: 21px!important;
}
.infowindow-details .code-embed-3,
.infowindow-content-nonauth .code-embed-3 {
    position: relative;
    top: 5px;
}
.gm-style .gm-style-iw-c{
    box-shadow:none!important;
}
.gm-style .gm-style-iw-tc::after{
    display:none;
}
.infowindow-content-nonauth .button-more {
    color: #0B0B0B;
}
.infowindow-services li.infowindow-button-li {
    background-color: transparent; /* Usuń tło dla elementu z przyciskiem */
    padding: 0; /* Usuń padding */
    margin-left: 8px;
}

.infowindow-services li.infowindow-button-li a.button-more {
    /* Dodatkowe style dla samego przycisku, jeśli potrzebne */
    /* np. usunięcie podkreślenia, dopasowanie rozmiaru */
    text-decoration: none;
    font-size: 13px;
}

.infowindow-services li:last-child {
    /* Usuń marginesy/odstępy z ostatniego elementu, jeśli są */
    margin-right: 0;
}
.page-template-default .section-page-content {
 
    padding-top: 8em;
}
.entry-header{
    margin-bottom:30px;
}

@media screen and (max-width: 767px) {
    .home .form-cat-item {
        grid-column-gap: 0em;
        width: 24%;
    }
}
@media screen and (max-width: 467px) {
    .home .form-cat-item {
        grid-column-gap: 0em;
        width:32%;
    }
}
.zapytanie-action-btn{
background: #0b0b0b;
    padding: 7px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s all;    
    font-size:12px;
}
.actions-cell{
    gap:10px;
}
.modal-details a{
    color:#2578C6;
}
.modal-details b, .modal-details strong{
    font-weight:400!important;
}
.modal-body ul{
     list-style: disc;
    margin-left: 0px!important;
    padding-left: 20px!important;  
}
@media (max-width:600px){
.modal-body p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
}
.is-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8d1;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
        color: #0b0b0b;
    font-family: stolzl, sans-serif;
}
.popup-inner{
    background:#F8F8F8;
    text-align:center;
    padding:50px;
    min-width:30vw;
}
.is-popup .span-color{
    display:block;
}
.is-popup .popup-btn{
    margin-top:20px;
}
.show-popup{
    display: flex;
}
 .login-loader {
    display: none; /* Ukryty domyślnie */
}
.is-loading .login-loader {
    display: block; /* Pokazuj w stanie ładowania */
}
.is-loading button[type="submit"] {
    opacity: 0.7; /* Lekko przygaś przycisk */
    pointer-events: none; /* Zablokuj klikanie */
}
.loader-spinner {
    border: 4px solid #fff; /* Light grey */
    border-top: 4px solid #0b0b0b; /* Blue */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width:991px){
    .aut-col.is-logo{
        min-height:150px;
    }
}
.dane-item-icon {
    width: 1.56em;
    min-width: 1.56em;
}

@media (max-width:800px){
    .sp-offer-items.is-autoryzowany{
        flex-wrap:wrap;
    }
    .form-cat-item {
    width: 19%;
}
}

@media (max-width:500px){
    .form-cat-item {
    width: 32%;
}
.sp-offer-items.is-autoryzowany{
    gap:0;
        grid-row-gap: 2em;
        width:100%;
}
}

.wpml-ls-legacy-dropdown{
    width:auto;
}
.wpml-ls-legacy-dropdown a{
    border:0;
    background:transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
    background:transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border-top:0;
}
@media screen and (max-width: 767px) {
    .accordion-item {
        padding-left: 10px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .kontakt-cl {
        width: 100%;
        order: 2;
    }
}
@media screen and (max-width: 767px) {
    .kontakt-cl.left-padding {
        padding-top: 2em;
        padding-left: 0;
        order: 1;
        padding-bottom:30px;
    }
}