.hkp-hero{position:relative;min-height:calc(100svh - 118px);max-height:860px;display:flex;align-items:center;padding:80px 0;overflow:hidden;background:var(--color-graphite);color:var(--color-white)}.hkp-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(at 70% 20%,rgb(222 51 10 / .12),transparent 50%),radial-gradient(at 20% 80%,rgb(46 166 114 / .08),transparent 50%),var(--hero-bg,none);background-size:cover;background-position:center;z-index:1}.hkp-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(26 31 42 / .95) 0%,rgb(26 31 42 / .6) 100%);z-index:2}.hkp-hero .container{position:relative;z-index:3}.hkp-hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:64px;align-items:center}.hkp-hero-eyebrow{display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--brand-primary);margin:0 0 20px;padding:6px 12px;background:rgb(222 51 10 / .12);border:1px solid rgb(222 51 10 / .3);border-radius:4px}.hkp-hero-headline{color:var(--color-white);font-size:clamp(32px, 5vw, 64px);line-height:1.05;margin:0 0 24px;font-weight:800;letter-spacing:-.02em}.hkp-hero-headline strong{color:var(--brand-primary);font-weight:800}.hkp-hero-subtitle{font-family:var(--font-body);color:rgb(255 255 255 / .85);font-size:clamp(16px, 1.5vw, 19px);line-height:1.6;margin:0 0 32px;max-width:520px}.hkp-configurator{background:rgb(255 255 255 / .05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgb(255 255 255 / .1);border-radius:var(--radius-lg);padding:32px}.hkp-configurator-eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:2px;color:var(--brand-primary);font-weight:700;margin:0 0 20px}.hkp-configurator-form{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.hkp-config-select{height:56px;padding:0 16px;border:2px solid rgb(255 255 255 / .1);border-radius:var(--radius-md);background:rgb(26 31 42 / .6);color:var(--color-white);font-size:16px;font-family:var(--font-body);font-weight:500;cursor:pointer;transition:all var(--duration-fast);appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23de330a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 16px center;padding-right:48px}.hkp-config-select:disabled{opacity:.4;cursor:not-allowed}.hkp-config-select:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px rgb(222 51 10 / .15)}.hkp-config-select option{background:var(--color-graphite);color:var(--color-white)}.hkp-configurator .btn-primary{width:100%;justify-content:center}.hkp-configurator-fallback{font-size:14px;color:rgb(255 255 255 / .65);margin:12px 0 0;text-align:center}.hkp-configurator-fallback a{color:var(--brand-primary);font-weight:600}.hkp-hero-badges{display:flex;gap:32px;margin-top:48px;padding-top:32px;border-top:1px solid rgb(255 255 255 / .1);align-items:center;flex-wrap:wrap}.hkp-hero-badges .badge{background:rgb(255 255 255 / .05);border-color:rgb(255 255 255 / .15);color:rgb(255 255 255 / .85)}@media (max-width:1023px){.hkp-hero-grid{grid-template-columns:1fr;gap:32px}.hkp-configurator{padding:24px}}@media (max-width:1023px) and (max-height:900px){.hkp-hero{min-height:calc(100svh - 110px);max-height:none;padding:56px 0}}@media (max-width:575px){.hkp-hero{min-height:calc(100svh - 60px);height:auto;max-height:none;padding:28px 0 24px;align-items:flex-start;justify-content:flex-start}.hkp-hero .container{display:flex;flex-direction:column;padding-top:0}.hkp-hero-grid{gap:0}.hkp-configurator{display:none!important}.hkp-hero-headline,.hkp-hero h1{font-size:clamp(24px, 7.5vw, 34px)!important;margin:0 0 12px!important}.hkp-hero-subtitle,.hkp-hero-content p:not(.eyebrow):not(.hkp-trust-badge):not(.hkp-hero-eyebrow){font-size:14px!important;line-height:1.55!important;margin:0 0 22px!important}.hkp-hero-eyebrow,.hkp-hero .eyebrow{font-size:10px!important;letter-spacing:2px!important;margin-bottom:10px}.hkp-hero-content .btn.btn-lg,.hkp-hero .btn.btn-lg{width:100%;justify-content:center;padding:16px 20px!important;min-height:52px;font-size:15px!important}.hkp-hero-badges,.hkp-trust-badges{margin-top:20px;gap:14px;justify-content:flex-start}.hkp-trust-badge{height:30px}.hkp-trust-badge svg{height:30px!important}}@media (max-width:1023px) and (max-height:800px){.hkp-hero{min-height:calc(100svh - 110px);height:auto}}.hkp-welcome{text-align:center}.hkp-atuty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.hkp-atut{padding:32px 24px;background:var(--color-anthracite);border-radius:var(--radius-md);border:1px solid rgb(255 255 255 / .05);transition:all var(--duration-base) var(--ease-out-quint)}.hkp-atut:hover{transform:translateY(-2px);border-color:var(--brand-primary);box-shadow:var(--shadow-lg)}.hkp-atut .icon-wrap{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgb(222 51 10 / .15);border-radius:var(--radius-md);margin-bottom:20px}.hkp-atut .icon-wrap .icon{width:24px;height:24px;color:var(--brand-primary)}.hkp-atut h4{color:var(--color-white);font-size:18px;margin:0 0 8px}.hkp-atut p{color:rgb(255 255 255 / .7);font-size:14px;line-height:1.6;margin:0}@media (max-width:1023px){.hkp-atuty-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.hkp-atuty-grid{grid-template-columns:1fr}}.hkp-numbers-section{position:relative;overflow:hidden;padding-top:clamp(72px, 8vw, 112px);padding-bottom:clamp(72px, 8vw, 112px);background:radial-gradient(circle at 18% 18%,rgb(255 255 255 / .11),transparent 28%),radial-gradient(circle at 84% 22%,rgb(136 149 167 / .14),transparent 32%),radial-gradient(circle at 50% 100%,rgba(var(--brand-primary-rgb),.14),transparent 42%),linear-gradient(135deg,#141922 0%,#1A1F2A 48%,#111720 100%)!important}.hkp-numbers-section::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .055) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .045) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(circle at 50% 45%,#000 0%,transparent 76%);opacity:.45;pointer-events:none}.hkp-numbers-section::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(var(--brand-primary-rgb),.22),transparent 24%,transparent 76%,rgb(255 255 255 / .08)),linear-gradient(180deg,rgb(255 255 255 / .05),transparent 36%);pointer-events:none}.hkp-numbers-section .container{position:relative;z-index:1}.hkp-numbers-section .eyebrow{padding:7px 12px;color:var(--brand-primary);background:rgba(var(--brand-primary-rgb),.11);border:1px solid rgba(var(--brand-primary-rgb),.22);border-radius:999px}.hkp-numbers-section .section-heading{max-width:760px;margin-right:auto;margin-left:auto}.hkp-liczby-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}.hkp-liczby-grid>div{position:relative;min-height:190px;padding:32px 22px;overflow:hidden;background:linear-gradient(145deg,rgb(255 255 255 / .105),rgb(255 255 255 / .035));border:1px solid rgb(255 255 255 / .12);border-radius:10px;box-shadow:0 18px 42px rgb(0 0 0 / .16);backdrop-filter:blur(8px)}.hkp-liczby-grid>div::before{content:'';position:absolute;top:0;right:24px;left:24px;height:2px;background:linear-gradient(90deg,transparent,var(--brand-primary),transparent);opacity:.88}.hkp-liczby-grid>div::after{content:'';position:absolute;right:-34px;bottom:-34px;width:96px;height:96px;border:1px solid rgb(255 255 255 / .1);border-radius:50%}.hkp-liczba-num{font-family:var(--font-headline);font-size:clamp(40px, 6vw, 72px);font-weight:800;color:var(--brand-primary);letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums;text-shadow:0 12px 34px rgba(var(--brand-primary-rgb),.24)}.hkp-liczba-label{font-size:13px;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-steel);font-weight:600;margin-top:8px}.section-dark .hkp-liczba-label{color:rgb(255 255 255 / .68)}@media (max-width:1023px){.hkp-liczby-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.hkp-liczby-grid{grid-template-columns:1fr}.hkp-liczby-grid>div{min-height:154px}}.hkp-cta-section{position:relative;padding:96px 0;text-align:center;background:var(--color-graphite);color:var(--color-white);overflow:hidden}.hkp-cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(at 70% 50%,rgb(222 51 10 / .15),transparent 60%)}.hkp-cta-section .container{position:relative;z-index:2}.hkp-cta-section .buttons{display:flex;gap:16px;justify-content:center;margin-top:32px;flex-wrap:wrap}.hkp-dzialy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hkp-dzial{background:var(--color-white);border-radius:var(--radius-md);padding:32px 24px;border:1px solid var(--color-line);transition:all var(--duration-base)}.hkp-dzial:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-md)}.hkp-dzial h4{color:var(--color-graphite);margin:0 0 16px;font-size:20px}.hkp-dzial .contact-line{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:14px;color:var(--color-steel)}.hkp-dzial .contact-line .icon{width:16px;height:16px;color:var(--brand-primary)}.hkp-dzial a{color:var(--color-graphite);font-weight:600}.hkp-dzial a:hover{color:var(--brand-primary)}@media (max-width:1023px){.hkp-dzialy-grid{grid-template-columns:1fr}}.hkp-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.hkp-news-card{background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-line);overflow:hidden;transition:all var(--duration-base);display:flex;flex-direction:column}.hkp-news-card:hover{border-color:var(--brand-primary);transform:translateY(-2px)}.hkp-news-card-img{aspect-ratio:16/9;background:var(--color-paper)}.hkp-news-card-img img{width:100%;height:100%;object-fit:cover}.hkp-news-card-body{padding:20px}.hkp-news-card-date{font-size:12px;color:var(--color-steel-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.hkp-news-card h3{font-size:18px;margin:0 0 12px;line-height:1.3}.hkp-news-card h3 a{color:var(--color-graphite);text-decoration:none}.hkp-news-card h3 a:hover{color:var(--brand-primary)}.hkp-news-card-excerpt{font-size:14px;color:var(--color-steel);line-height:1.6;margin:0 0 16px}@media (max-width:1023px){.hkp-news-grid{grid-template-columns:1fr}}.hkp-single-product{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;margin-bottom:48px}.hkp-product-media{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-line);padding:48px;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3}.hkp-product-media img{max-width:100%;max-height:100%;object-fit:contain}.hkp-product-placeholder{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--color-steel-light)}.hkp-product-placeholder .sku{font-family:var(--font-mono);font-size:32px;font-weight:600;color:var(--brand-primary)}.hkp-product-info h1{margin:0 0 16px;font-size:clamp(28px, 3vw, 40px)}.hkp-product-sku-line{display:flex;gap:12px;align-items:center;margin-bottom:24px}.hkp-product-sku-line .sku{background:var(--brand-primary);color:var(--color-graphite);padding:6px 12px;border-radius:var(--radius-sm);font-family:var(--font-mono);font-weight:700;letter-spacing:.05em}.hkp-product-quick-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.hkp-product-quick-spec{padding:16px;background:var(--color-paper);border-radius:var(--radius-md);text-align:center}.hkp-product-quick-spec .label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--color-steel-light);margin-bottom:4px;font-weight:600}.hkp-product-quick-spec .value{font-family:var(--font-headline);font-size:22px;font-weight:700;color:var(--color-graphite);font-variant-numeric:tabular-nums}.hkp-product-features{display:flex;gap:16px;flex-wrap:wrap;margin:16px 0 24px}.hkp-product-feature{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--color-paper);border-radius:var(--radius-sm);font-size:13px;color:var(--color-steel)}.hkp-product-feature.yes{color:var(--color-success)}.hkp-product-feature.no{color:var(--color-danger)}.hkp-product-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}@media (max-width:1023px){.hkp-single-product{grid-template-columns:1fr;gap:32px}.hkp-product-quick-specs{grid-template-columns:repeat(3,1fr)}}.hkp-archive-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.hkp-filter-sidebar{background:var(--color-white);border-radius:var(--radius-md);padding:24px;border:1px solid var(--color-line);position:sticky;top:100px}.hkp-filter-group{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--color-line)}.hkp-filter-group:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.hkp-filter-group h4{margin:0 0 12px;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:var(--color-steel)}.hkp-filter-group label{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;cursor:pointer}.hkp-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hkp-archive-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--color-line)}.hkp-archive-count{font-size:14px;color:var(--color-steel)}.hkp-archive-count strong{color:var(--color-graphite)}@media (max-width:1023px){.hkp-archive-layout{grid-template-columns:1fr}.hkp-filter-sidebar{position:static}.hkp-archive-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.hkp-archive-grid{grid-template-columns:1fr}}.hkp-pagination{display:flex;gap:8px;justify-content:center;margin:32px 0}.hkp-pagination a,.hkp-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 8px;border:1.5px solid var(--color-line);border-radius:var(--radius-sm);text-decoration:none;color:var(--color-graphite);font-weight:600;font-size:14px;transition:all var(--duration-fast)}.hkp-pagination a:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--color-graphite)}.hkp-pagination .current{background:var(--brand-primary);border-color:var(--brand-primary);color:#F8F8FF}body.post-type-archive-hak .hkp-archive-layout,body.tax-marka_auta .hkp-archive-layout,body.tax-model_auta .hkp-archive-layout,body.tax-typ_haka .hkp-archive-layout,body.tax-kategoria_haka .hkp-archive-layout{max-width:1600px;margin-left:auto;margin-right:auto}body.post-type-archive-hak .container,body.tax-marka_auta .container,body.tax-model_auta .container,body.tax-typ_haka .container,body.tax-kategoria_haka .container{max-width:1600px}.hkp-oferty-table{width:100%;border-collapse:collapse;background:var(--color-white);border:1px solid var(--color-line);border-radius:var(--radius-md);font-size:14px}.hkp-oferty-table thead{background:var(--color-graphite)}.hkp-oferty-table thead th{padding:14px 8px;font-family:var(--font-headline);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:var(--color-white);text-align:center;vertical-align:middle;border-right:1px solid rgb(255 255 255 / .08)}.hkp-oferty-table thead th:last-child{border-right:0}.hkp-oferty-table thead th.th-model,.hkp-oferty-table thead th.th-rok,.hkp-oferty-table thead th.th-numer{text-align:left;padding-left:16px}.hkp-oferty-table thead th img{display:inline-block;height:28px;width:auto;filter:brightness(0) invert(1);vertical-align:middle}.hkp-oferty-table tbody tr{border-bottom:1px solid var(--color-line);cursor:pointer;transition:background var(--duration-fast)}.hkp-oferty-table tbody tr:nth-child(even){background:var(--color-paper)}.hkp-oferty-table tbody tr:hover{background:rgb(222 51 10 / .06);box-shadow:inset 4px 0 0 0 var(--brand-primary)}.hkp-oferty-table tbody tr:focus-visible{outline:3px solid var(--brand-primary);outline-offset:-3px}.hkp-oferty-table tbody tr:last-child{border-bottom:0}.hkp-oferty-table td{padding:14px 8px;text-align:center;vertical-align:middle;font-variant-numeric:tabular-nums}.hkp-oferty-table td.td-model{text-align:left;padding-left:16px;font-weight:600;color:var(--color-graphite)}.hkp-oferty-table td.td-model a{color:inherit;text-decoration:none}.hkp-oferty-table td.td-model a:hover{color:var(--brand-primary)}.hkp-oferty-table td.td-rok{text-align:left;padding-left:16px;font-family:var(--font-mono);font-size:13px;color:var(--color-steel)}.hkp-oferty-table td.td-numer{text-align:left;padding-left:16px;font-weight:700}.hkp-oferty-table td.td-numer .numer-katalogowy{font-family:var(--font-mono);background:var(--brand-primary);color:var(--color-white);padding:4px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:700;white-space:nowrap}.hkp-oferty-table td.td-uciag,.hkp-oferty-table td.td-nacisk,.hkp-oferty-table td.td-d{font-weight:700;color:var(--color-graphite)}.hkp-oferty-table td img{display:inline-block;height:24px;width:auto;vertical-align:middle}.hkp-oferty-table td.td-instrukcja a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:background var(--duration-fast)}.hkp-oferty-table td.td-instrukcja a:hover{background:var(--brand-primary)}.hkp-oferty-table td.td-instrukcja a:hover img{filter:brightness(0) invert(1)}@media (max-width:1199px){.hkp-oferty-table .th-d,.hkp-oferty-table .td-d{display:none}}@media (max-width:1023px){body.post-type-archive-hak .hkp-archive-layout,body.tax-marka_auta .hkp-archive-layout,body.tax-model_auta .hkp-archive-layout{grid-template-columns:1fr}body.post-type-archive-hak .hkp-filter-sidebar,body.tax-marka_auta .hkp-filter-sidebar,body.tax-model_auta .hkp-filter-sidebar{position:static}.hkp-oferty-table .th-nacisk,.hkp-oferty-table .td-nacisk{display:none}.hkp-oferty-table{font-size:13px}.hkp-oferty-table thead th,.hkp-oferty-table td{padding:10px 6px}}@media (max-width:767px){.hkp-oferty-table thead{display:none}.hkp-oferty-table,.hkp-oferty-table tbody,.hkp-oferty-table tr,.hkp-oferty-table td{display:block;width:100%}.hkp-oferty-table tbody tr{margin-bottom:12px;border:1px solid var(--color-line);border-radius:var(--radius-md);padding:16px;background:var(--color-white)}.hkp-oferty-table tbody tr:nth-child(even){background:var(--color-white)}.hkp-oferty-table td{text-align:left;padding:6px 0;border:0}.hkp-oferty-table td::before{content:attr(data-label);display:inline-block;margin-right:8px;color:var(--color-steel-light);font-size:12px;text-transform:uppercase}.hkp-oferty-table td.td-model{font-size:16px;padding-left:0;margin-bottom:4px}.hkp-oferty-table td.td-numer{padding-left:0}}.hkp-archive-toolbar-right{display:flex;align-items:center;gap:12px}.hkp-view-switch{display:inline-flex;border:1.5px solid var(--color-line);border-radius:var(--radius-md);overflow:hidden;background:var(--color-white)}.hkp-view-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;background:#fff0;cursor:pointer;color:var(--color-steel);transition:all var(--duration-fast)}.hkp-view-btn:hover{color:var(--color-graphite);background:var(--color-paper)}.hkp-view-btn[aria-pressed="true"],.hkp-view-btn.is-active{background:var(--brand-primary);color:var(--color-white)}.hkp-view-btn+.hkp-view-btn{border-left:1.5px solid var(--color-line)}body[data-view="grid"] .hkp-oferty-table{display:none}body[data-view="table"] #hkp-results-grid{display:none}body:not([data-view]) #hkp-results-grid{display:none}.hkp-archive-layout{align-items:start}.hkp-archive-toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--color-white);border:1px solid var(--color-line);border-radius:var(--radius-md);margin-bottom:16px;min-height:66px}.hkp-filter-sidebar>h3{display:flex;align-items:center;min-height:42px;margin:0 0 16px}.hak-card-icon{width:15px;height:15px;flex-shrink:0;opacity:.75}.hak-card-img-kula{max-width:96px;max-height:96px;object-fit:contain}.hak-card-badges{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.hak-card-badge-wrap{display:inline-flex;align-items:center;justify-content:center}.hak-card-badges img,.hak-card-badge-wrap img{height:24px;width:auto;opacity:.85;transition:opacity 160ms ease;display:block}.hak-card:hover .hak-card-badge-wrap img{opacity:1}.hak-card-badge-wrap[data-tip]:hover::after,.hak-card-spec[data-tip]:hover::after{white-space:nowrap;font-size:11.5px}@media (max-width:1199px){.hkp-archive-layout{grid-template-columns:1fr!important;gap:16px}.hkp-filter-sidebar{position:static!important;padding:16px 20px}.hkp-filter-sidebar>h3{margin-bottom:12px;font-size:16px}.hkp-filter-sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px 24px;align-items:start}.hkp-filter-sidebar>h3{grid-column:1 / -1;margin:0}.hkp-filter-group{margin:0;padding:0;border:0}.hkp-filter-group h4{font-size:12px;margin-bottom:8px}.hkp-filter-group label{font-size:13px;margin-bottom:4px}#hkp-filter-reset{grid-column:1 / -1;margin-top:8px}}@media (max-width:767px){.hkp-filter-sidebar{grid-template-columns:1fr 1fr}.hkp-filter-sidebar>h3,.hkp-filter-group:has(#hkp-filter-marka),.hkp-filter-group:has(#hkp-filter-model){grid-column:1 / -1}}.hkp-view-switch button svg,.hkp-view-btn svg{fill:none!important;stroke:currentColor;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;display:block}.hkp-filter-actions{margin-top:8px}.hkp-filter-sidebar form{display:contents}.hkp-oferty-table thead th[data-tip]{cursor:help}.hkp-oferty-table td[data-tip]{cursor:help}@media (max-width:1199px){.hkp-filter-actions{grid-column:1 / -1;display:flex;gap:8px}.hkp-filter-actions .btn{flex:1;margin-top:0!important}}.hkp-view-btn svg,.hkp-view-btn svg *{fill:none!important;stroke:currentColor!important}.hkp-view-btn svg{width:20px!important;height:20px!important}.hkp-oferty-table thead th[data-tip],.hkp-oferty-table td[data-tip]{cursor:default}.hkp-view-btn[data-tip]{cursor:pointer}.hkp-oferty-table{overflow:visible}.hkp-archive-toolbar{overflow:visible}.hkp-view-btn[data-view="table"] svg,.hkp-view-btn[data-view="table"] svg *{fill:none!important;stroke:currentColor!important}.hkp-view-btn[data-view="grid"] svg,.hkp-view-btn[data-view="grid"] svg *{fill:currentColor!important;stroke:none!important}