.elementor-53762 .elementor-element.elementor-element-a45fba5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:60px;--padding-left:30px;--padding-right:30px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-53762 .elementor-element.elementor-element-a45fba5{--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-f1e8b8b *//* =========================================================
   AKOL – KATALOG OFERT: JASNY UKŁAD
   ========================================================= */

/* Główny obszar katalogu */
.akol-filter-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 34px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0 50px;
}

/* =========================================================
   LEWY PANEL FILTRÓW
   ========================================================= */

.akol-filter-sidebar {
    position: sticky;
    top: 25px;
}

.akol-filter-form {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.akol-filter-grid {
    display: flex !important;
    flex-direction: column;
    gap: 16px !important;
}

.akol-filter-grid label {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
    color: #1a1a1a !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.akol-filter-grid input,
.akol-filter-grid select {
    width: 100%;
    min-height: 44px !important;
    padding: 9px 12px !important;
    border: 1px solid #d6dbe0 !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    color: #252525 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.akol-filter-grid input::placeholder {
    color: #8b949e !important;
}

.akol-filter-grid input:focus,
.akol-filter-grid select:focus {
    outline: none !important;
    border-color: #1f5d8e !important;
    box-shadow: 0 0 0 3px rgba(31, 93, 142, 0.12) !important;
}

.akol-filter-actions {
    display: flex !important;
    flex-direction: column;
    gap: 10px !important;
    margin-top: 20px !important;
}

.akol-filter-search,
.akol-filter-reset {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 5px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.akol-filter-search {
    border: 1px solid #0d4f82 !important;
    background: #0d4f82 !important;
    color: #ffffff !important;
}

.akol-filter-search:hover {
    border-color: #083f69 !important;
    background: #083f69 !important;
}

.akol-filter-reset {
    border: 1px solid #d6dbe0 !important;
    background: #ffffff !important;
    color: #2672a8 !important;
}

.akol-filter-reset:hover {
    background: #f4f7f9 !important;
}

/* =========================================================
   NAGŁÓWEK WYNIKÓW
   ========================================================= */

.akol-filter-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e2e6ea;
}

.akol-filter-count {
    color: #1c1c1c !important;
    font-size: 15px !important;
    font-weight: 500;
}

.akol-filter-count strong {
    color: #111111 !important;
    font-size: 17px;
    font-weight: 800;
}

.akol-compare-placeholder {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #363636;
    font-size: 14px;
}

.akol-compare-placeholder span {
    display: inline-grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: #0d4f82;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

/* =========================================================
   SIATKA OFERT
   ========================================================= */

.akol-cars-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.akol-car-card--modern {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3e7ea !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 3px 12px rgba(15, 35, 50, 0.08) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.akol-car-card--modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(15, 35, 50, 0.14) !important;
}

/* Zdjęcie */
.akol-car-card--modern .akol-car-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #edf0f2;
}

.akol-car-card--modern .akol-car-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.akol-car-card--modern:hover .akol-car-card__image img {
    transform: scale(1.025);
}

/* Treść karty */
.akol-car-card--modern .akol-car-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px !important;
    background: #ffffff !important;
}

.akol-car-card--modern h3,
.akol-car-card--modern h3 a {
    min-height: 0 !important;
    margin: 0 0 8px !important;
    color: #1c1c1c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}

.akol-car-card--modern h3 a:hover {
    color: #0d4f82 !important;
}

/* Cena */
.akol-car-card--modern .akol-car-card__price {
    margin: 0 0 14px !important;
    color: #111111 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

/* Parametry jako kapsułki */
.akol-car-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 0;
}

.akol-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 29px;
    padding: 5px 9px;
    border: 1px solid #e0e4e7;
    border-radius: 999px;
    background: #ffffff;
    color: #4b5560;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.akol-chip-icon {
    color: #0d4f82;
    font-size: 11px;
}

.akol-chip--wide {
    flex-basis: 100%;
    justify-content: center;
}

/* Link do szczegółów */
.akol-car-card__details {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 16px;
    color: #0d4f82 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.akol-car-card__details::after {
    margin-left: 5px;
    content: "→";
}

.akol-car-card__details:hover {
    color: #083f69 !important;
}

/* Paginacja */
.akol-filter-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.akol-filter-pagination button {
    min-width: 38px;
    padding: 8px 12px;
    border: 1px solid #d9dfe3;
    border-radius: 5px;
    background: #ffffff;
    color: #1f2933;
    cursor: pointer;
}

.akol-filter-pagination button:hover,
.akol-filter-pagination .is-active {
    border-color: #0d4f82;
    background: #0d4f82;
    color: #ffffff;
}

/* =========================================================
   AKOL – SZCZEGÓŁY OFERTY, JASNY UKŁAD
   ========================================================= */

.akol-car-single {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 70px;
    color: #1b1b1b;
}

/* Powrót */
.akol-car-single .akol-back-link {
    display: inline-block;
    margin-bottom: 18px;
    color: #0d4f82;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.akol-car-single .akol-back-link:hover {
    color: #083f69;
    text-decoration: underline;
}

/* Tytuł + cena */
.akol-car-single__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
    padding: 0 0 20px;
    margin: 0 0 22px;
    border-bottom: 3px solid #354b5e;
}

.akol-car-single__header h1 {
    margin: 0;
    color: #222222;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.akol-car-single__price {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    margin: 0 !important;
    padding: 12px 18px;
    background: #0d4f82;
    color: #ffffff !important;
    font-size: clamp(26px, 2.4vw, 34px) !important;
    font-weight: 800;
    line-height: 1;
}

/* =========================================================
   AKOL – GALERIA OFERTY
   ========================================================= */

.akol-gallery {
    display: grid !important;
    grid-template-columns: minmax(0, 1.8fr) minmax(200px, 0.58fr) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 0 26px !important;
    overflow: hidden;
}

/* Kontenery zdjęć */
.akol-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 145px;
    border-radius: 7px;
    background: #edf0f2;
    cursor: zoom-in;
}

/* Główne zdjęcie */
.akol-gallery a:first-child {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    min-height: 300px;
}

/* Widoczne miniatury */
.akol-gallery a:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.akol-gallery a:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

/* Pozostałe zdjęcia trzymamy w HTML dla lightboxa,
   ale ukrywamy na widoku głównym */
.akol-gallery a:nth-child(n + 4) {
    display: none;
}

.akol-gallery img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.akol-gallery a:hover img {
    transform: scale(1.03);
}

/* Ikona lupy po najechaniu */
.akol-gallery a::after {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    content: "⌕";
    font-size: 22px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.akol-gallery a:hover::after {
    opacity: 1;
}

/* =========================================================
   LIGHTBOX
   ========================================================= */

.akol-lightbox {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 50px 80px;
    background: rgba(0, 0, 0, 0.92);
}

.akol-lightbox.is-open {
    display: flex;
}

.akol-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 100px);
    object-fit: contain;
}

.akol-lightbox__close,
.akol-lightbox__prev,
.akol-lightbox__next {
    position: absolute;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    transition: background 0.2s ease;
}

.akol-lightbox__close:hover,
.akol-lightbox__prev:hover,
.akol-lightbox__next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.akol-lightbox__close {
    top: 20px;
    right: 25px;
    font-size: 26px;
}

.akol-lightbox__prev {
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

.akol-lightbox__next {
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
}

.akol-lightbox__counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    padding: 7px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 13px;
    transform: translateX(-50%);
}

/* Mobile */
@media (max-width: 600px) {
    .akol-gallery {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: 210px 105px !important;
        gap: 7px !important;
    }

    .akol-gallery a {
        min-height: 105px;
    }

    .akol-gallery a:first-child {
        grid-column: 1 / span 2 !important;
        grid-row: 1 !important;
        min-height: 210px;
    }

    .akol-gallery a:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .akol-gallery a:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .akol-lightbox {
        padding: 50px 12px;
    }

    .akol-lightbox__prev {
        left: 10px;
    }

    .akol-lightbox__next {
        right: 10px;
    }

    .akol-lightbox__close {
        top: 12px;
        right: 12px;
    }
}

/* Dane samochodu – jak tabela szczegółów */
.akol-specs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 0 26px !important;
    border-top: 1px solid #e3e7ea;
    border-left: 1px solid #e3e7ea;
    border-radius: 0;
    background: transparent !important;
    overflow: visible;
}

.akol-specs div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 60px;
    padding: 0 14px !important;
    border-right: 1px solid #e3e7ea;
    border-bottom: 1px solid #e3e7ea;
    background: #ffffff !important;
    align-items: center;
}

.akol-specs dt {
    margin: 0 !important;
    color: #7b858d !important;
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
}

.akol-specs dd {
    margin: 0 !important;
    color: #151515 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

/* Opis jako część informacyjna */
.akol-description {
    max-width: 780px;
    margin: 0;
    padding: 26px 28px;
    border-left: 3px solid #0d4f82;
    border-radius: 0;
    background: #f6f8f9;
    color: #272727 !important;
    font-size: 15px;
    line-height: 1.78 !important;
}

.akol-description p {
    margin: 0 0 18px;
}

.akol-description p:last-child {
    margin-bottom: 0;
}

/* Film */
.akol-car-single .akol-car-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 4px;
    background: #0d4f82;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.akol-car-single .akol-car-card__button:hover {
    background: #083f69;
}

/* Tablet */
@media (max-width: 950px) {
    .akol-car-single__header {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .akol-car-single__price {
        width: 100%;
        max-width: 320px;
    }

    .akol-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Telefon */
@media (max-width: 600px) {
    .akol-car-single {
        width: min(100% - 24px, 100%);
    }

    .akol-car-single__header h1 {
        font-size: 30px;
    }

    .akol-gallery {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: 205px 100px !important;
        max-height: 314px;
        gap: 7px !important;
    }

    .akol-gallery a {
        height: 100px !important;
    }

    .akol-gallery a:first-child {
        grid-column: 1 / span 2 !important;
        grid-row: 1 !important;
        height: 205px !important;
    }

    .akol-gallery a:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .akol-gallery a:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .akol-specs {
        grid-template-columns: 1fr !important;
    }

    .akol-specs div {
        grid-template-columns: 42% 58%;
    }

    .akol-description {
        padding: 20px;
        font-size: 14px;
    }
}

/* =========================================================
   RESPONSYWNOŚĆ
   ========================================================= */

@media (max-width: 1100px) {
    .akol-filter-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 24px;
    }

    .akol-cars-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .akol-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .akol-car-single__header {
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .akol-filter-layout {
        display: block;
    }

    .akol-filter-sidebar {
        position: static;
        margin-bottom: 28px;
    }

    .akol-filter-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px !important;
    }

    .akol-cars-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 560px) {
    .akol-filter-grid {
        grid-template-columns: 1fr;
    }

    .akol-filter-results-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .akol-gallery {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: 210px 105px !important;
        max-height: 322px;
    }

    .akol-gallery a {
        height: 105px !important;
    }

    .akol-gallery a:first-child {
        grid-column: 1 / span 2 !important;
        grid-row: 1 !important;
        height: 210px !important;
    }

    .akol-gallery a:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .akol-gallery a:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .akol-specs {
        grid-template-columns: 1fr !important;
    }
}

.akol-description h2 {
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #354b5e;
    color: #1b1b1b;
    font-size: 22px;
    font-weight: 800;
}

/* =========================================================
   AKOL – WYRÓWNANIE SZCZEGÓŁÓW OFERTY
   ========================================================= */

/* Ten sam kontener dla tytułu, galerii, danych i opisu */
.akol-car-single {
    width: min(100% - 40px, 1000px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Tytuł i cena już nie wychodzą poza galerię */
.akol-car-single__header {
    grid-template-columns: minmax(0, 1fr) 200px !important;
    gap: 20px !important;
}

.akol-car-single__header h1 {
    max-width: 100%;
    font-size: clamp(28px, 3vw, 38px) !important;
}

/* Cena trochę mniejsza i spójna */
.akol-car-single__price {
    min-height: 52px !important;
    padding: 10px 16px !important;
    font-size: clamp(22px, 2vw, 28px) !important;
}

/* =========================================================
   WYPOSAŻENIE / OPIS – LEPSZA CZYTELNOŚĆ
   ========================================================= */

.akol-description {
    width: min(100%, 760px);
    max-width: none !important;
    padding: 26px 28px !important;
    border-left: 3px solid #0d4f82 !important;
    background: #f4f7f9 !important;
    color: #1f2933 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

/* Tytuł sekcji */
.akol-description h2 {
    margin: 0 0 20px !important;
    padding-bottom: 12px;
    border-bottom: 2px solid #354b5e !important;
    color: #17212b !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}

/* Każdy akapit oddzielony i bardziej widoczny */
.akol-description p {
    position: relative;
    margin: 0 0 9px !important;
    padding-left: 16px;
    color: #27323b !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Mały niebieski punkt przy każdej pozycji */
.akol-description p::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0d4f82;
    content: "";
}

/* Puste akapity jako większe przerwy między grupami */
.akol-description p:empty {
    height: 12px;
    margin: 0 !important;
    padding: 0;
}

.akol-description p:empty::before {
    display: none;
}

/* Wyróżnia pierwsze kluczowe informacje */
.akol-description p:nth-of-type(-n + 5) {
    font-weight: 700;
}

/* Mobile */
@media (max-width: 600px) {
    .akol-car-single {
        width: min(100% - 24px, 100%) !important;
    }

    .akol-car-single__header {
        grid-template-columns: 1fr !important;
    }

    .akol-car-single__price {
        width: 100%;
    }

    .akol-description {
        padding: 20px 18px !important;
    }
}

/* =========================================================
   AKOL – OPIS, WYPOSAŻENIE I INFORMACJE HANDLOWE
   ========================================================= */

.akol-offer-sections {
    display: grid;
    gap: 26px;
    width: 100%;
    max-width: none;
}

/* Wspólna karta */
.akol-offer-sections .akol-description {
    width: 100%;
    margin: 0;
    padding: 24px 26px;
    border: 1px solid #e1e6ea;
    border-left: 3px solid #0d4f82;
    border-radius: 0 8px 8px 0;
    background: #ffffff;
    color: #202a33;
}

/* Nagłówki */
.akol-offer-sections .akol-description h2 {
    margin: 0 0 18px;
    padding: 0 0 12px;
    border-bottom: 2px solid #354b5e;
    color: #18212a;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
}

/* Historia */
.akol-info-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.akol-info-list li {
    position: relative;
    padding-left: 18px;
    color: #34404a;
    font-size: 14px;
    line-height: 1.55;
}

.akol-info-list li::before {
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0d4f82;
    content: "";
}

/* Wyposażenie: dwie kolumny */
.akol-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.akol-feature-list li {
    position: relative;
    padding-left: 22px;
    color: #27323b;
    font-size: 14px;
    line-height: 1.45;
}

.akol-feature-list li::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    display: inline-grid;
    width: 15px;
    height: 15px;
    place-items: center;
    border-radius: 50%;
    background: #0d4f82;
    color: #ffffff;
    content: "✓";
    font-size: 10px;
    font-weight: 800;
}

/* Informacje handlowe */
.akol-description--commercial {
    background: #f6f8f9 !important;
}

.akol-commercial-text p {
    margin: 0 0 10px;
    color: #4a5660;
    font-size: 14px;
    line-height: 1.6;
}

.akol-commercial-text p:last-child {
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 650px) {
    .akol-offer-sections .akol-description {
        padding: 20px 18px;
    }

    .akol-feature-list {
        grid-template-columns: 1fr;
    }
}

/* AKOL – katalog ofert na całą szerokość */
.akol-filter-layout {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Jeśli Elementor ogranicza shortcode wewnętrznym kontenerem */
.elementor-widget-shortcode,
.elementor-widget-text-editor {
    max-width: none;
}

/* Więcej miejsca dla wyników */
.akol-filter-layout {
    grid-template-columns: 275px minmax(0, 1fr) !important;
    gap: 34px !important;
}

/* Trzy karty nadal w jednej linii */
.akol-filter-main {
    width: 100%;
    min-width: 0;
}

.akol-cars-grid {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.akol-filter-actions {
    width: 100% !important;
}

.akol-filter-actions .akol-filter-search,
.akol-filter-actions .akol-filter-reset {
    display: flex !important;
    width: 100% !important;
    min-width: 100% !important;
    justify-content: center;
    align-items: center;
}

/* Telefon: jedna oferta na całą szerokość */
@media (max-width: 760px) {
    .akol-filter-layout {
        display: block !important;
        width: 100% !important;
    }

    .akol-filter-sidebar,
    .akol-filter-main {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .akol-filter-sidebar {
        position: static !important;
        margin-bottom: 28px !important;
    }

    .akol-cars-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        gap: 18px !important;
    }

    .akol-cars-grid .akol-car-card,
    .akol-car-card--modern {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}/* End custom CSS */