:root {
    --sjw-kek: #005A9C;
    --sjw-piros: #d9534f;
    --sjw-zold: #5cb85c;
}

.sjw-lista-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sjw-lista-elem {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) auto;
    gap: 25px;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.2s ease-out;
    position: relative;
}

.sjw-lista-elem:hover {
    box-shadow: 0 8px 25px rgba(0, 50, 100, 0.1);
    border-color: #ddd;
    transform: translateY(-2px);
}

.sjw-lista-elem.sjw-kiemelt-hirdetes {
    border-color: var(--sjw-kek);
}

.sjw-lista-elem.sjw-elkelt-hirdetes {
    border-color: var(--sjw-piros);
}

.sjw-lista-elem.sjw-elerheto-hirdetes {
    border-color: var(--sjw-zold);
}

.sjw-lista-main-content {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / 3;
    gap: inherit;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.sjw-lista-kep-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #f0f2f5;
    border-radius: 6px;
    overflow: hidden;
}

.sjw-lista-kep-wrapper .sjw-kartya-kep.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- A VÉGLEGES, GARANTÁLT JAVÍTÁS A KÉPKEZELÉSRE --- */
.sjw-lista-kep-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sjw-lista-kep-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
/* --- JAVÍTÁS VÉGE --- */


.sjw-kartya-kep .swiper-button-next,
.sjw-kartya-kep .swiper-button-prev {
    color: #fff;
    opacity: 1;
    transition: opacity 0.2s ease;
    background-color: rgba(0, 0, 0, 0.3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.sjw-kartya-kep .swiper-button-next:after,
.sjw-kartya-kep .swiper-button-prev:after {
    font-size: 12px;
    font-weight: bold;
}

.sjw-lista-tartalom {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sjw-lista-tartalom h3 {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #1a1a1a;
}

.sjw-alcim {
    font-size: 16px;
    color: #777;
    margin: 0 0 15px 0;
}

.sjw-leiras-kivonat {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
}

.sjw-lista-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
    border-left: 1px solid #eee;
    padding-left: 25px;
}

.sjw-lista-cta.sjw-no-price {
    justify-content: center;
}

.sjw-ar-display {
    text-align: right;
}

.sjw-ar-netto {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    display: block;
}

.sjw-ar-brutto,
.sjw-ar-afa {
    font-size: 14px;
    color: #666;
    display: block;
}

.sjw-cta-gombok-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    min-width: 180px;
    text-align: center;
}

.sjw-cta-gomb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.sjw-cta-gomb svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.sjw-cta-gomb.sjw-adatlap-gomb {
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
}

.sjw-cta-gomb.sjw-adatlap-gomb:hover {
    background-color: #e0e0e0;
}

.sjw-cta-gomb.sjw-telefon-gomb {
    background-color: var(--sjw-kek);
    color: #fff;
}

.sjw-cta-gomb.sjw-email-gomb {
    background-color: var(--sjw-zold);
    color: #fff;
}

.sjw-elkelt-cimke,
.sjw-kiemelt-cimke,
.sjw-elerheto-cimke,
.sjw-cimkek {
    position: absolute;
    z-index: 10;
}

.sjw-elkelt-cimke,
.sjw-kiemelt-cimke,
.sjw-elerheto-cimke {
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
}

.sjw-kiemelt-cimke {
    background-color: var(--sjw-kek);
    top: 10px;
    right: 10px;
}

.sjw-elkelt-cimke {
    background-color: var(--sjw-piros);
    top: 10px;
    right: 10px;
}

.sjw-elerheto-cimke,
.sjw-cimkek {
    top: 10px;
    left: 10px;
}

.sjw-elerheto-cimke {
    background-color: var(--sjw-zold);
}

.sjw-cimkek .sjw-cimke {
    background-color: #0073e6;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
}

/* --- POPUP --- */
.sjw-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99990 !important;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.sjw-popup-overlay.active {
    display: flex;
    animation: sjw-fadeIn 0.3s ease;
}

@keyframes sjw-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sjw-popup-content {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
    padding-top: 60px;
}

.sjw-popup-close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.2s ease !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 60% !important;
    transform: none !important;
}

.sjw-popup-bal,
.sjw-popup-jobb {
    min-width: 0;
}

.sjw-popup-galeria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-content: start;
}

.sjw-popup-galeria a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    background-color: #f0f2f5;
}

.sjw-popup-galeria a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sjw-popup-jobb {
    display: flex;
    flex-direction: column;
}

.sjw-popup-jobb h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}

.sjw-alcim-popup {
    font-size: 18px;
    color: #777;
    margin-top: -5px;
    margin-bottom: 20px;
}

.sjw-ar-display-popup {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.sjw-ar-display-popup .sjw-ar-netto {
    font-size: 26px;
}

.sjw-leiras-teljes {
    line-height: 1.7;
    color: #333;
}

.sjw-leiras-teljes p:first-child {
    margin-top: 0;
}

.sjw-leiras-teljes p:last-child {
    margin-bottom: 0;
}

.sjw-popup-gombok {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.sjw-popup-gombok a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 14px;
    transition: opacity 0.2s ease-out;
    gap: 10px;
}

.sjw-popup-gombok a:hover {
    opacity: 0.85;
}

.sjw-popup-gombok svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.sjw-popup-gomb-kapcsolat {
    background-color: #4CAF50;
    color: #fff !important;
}

.sjw-popup-gomb-telefon {
    background-color: #005A9C;
    color: #fff !important;
}

body.sjw-popup-is-active {
    overflow: hidden;
}

/* --- RESZPONZIVITÁS --- */
@media (max-width: 991px) {
    .sjw-lista-main-content {
        grid-column: 1 / -1;
    }

    .sjw-lista-elem {
        grid-template-columns: 1fr;
    }

    .sjw-lista-cta {
        text-align: left;
        padding: 15px 0 0 0;
        border-left: none;
        border-top: 1px solid #eee;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sjw-popup-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sjw-lista-elem {
        padding: 15px;
        gap: 15px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .sjw-lista-tartalom h3 {
        font-size: 18px;
    }

    .sjw-alcim,
    .sjw-leiras-kivonat {
        font-size: 14px;
    }

    .sjw-ar-netto {
        font-size: 20px;
    }

    .sjw-ar-brutto,
    .sjw-ar-afa {
        display: none;
    }

    .sjw-cta-gomb {
        font-size: 13px;
        padding: 8px 12px;
    }

    .sjw-popup-content {
        padding: 20px;
        padding-top: 60px;
    }

    .sjw-lista-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .sjw-lista-cta .sjw-ar-display {
        text-align: center;
    }
}