/* --- ÁLTALÁNOS --- */
.alkatresz-racs-wrapper, .alkatresz-lista-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
/* --- RÁCS NÉZET --- */
.alkatresz-racs-wrapper { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 30px; }
.alkatresz-kartya { border: 2px solid #e9e9e9; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.07); transition: all 0.2s ease-out; background-color: #fff; display: flex; flex-direction: column; cursor: pointer; position: relative; }
.alkatresz-kartya:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,115,230,0.15); border-color: #0073e6; }
.alkatresz-kartya.kiemelt-hirdetes { border-color: #d9534f; }
.alkatresz-kartya-kep-kontener { width: 100%; padding-bottom: 75%; position: relative; overflow: hidden; background-color: #f0f2f5; }
.alkatresz-kartya-kep.swiper-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.alkatresz-kartya-kep .swiper-slide img { width: 100%; height: 100%; object-fit: contain; }
.alkatresz-kartya-kep .swiper-button-next, .alkatresz-kartya-kep .swiper-button-prev { color: #fff; background-color: rgba(0,0,0,0.4); width: 35px; height: 35px; border-radius: 50%; opacity: 0.8; transition: opacity 0.2s ease; }
.alkatresz-kartya-kep .swiper-button-next:after, .alkatresz-kartya-kep .swiper-button-prev:after { font-size: 16px; font-weight: bold; }
.alkatresz-kartya-tartalom { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.alkatresz-kartya-tartalom h3 { margin: 0 0 5px 0; font-size: 20px; color: #1a1a1a; }
.alkatresz-kartya-tartalom .alkatresz-leiras-rovid { margin: 0 0 15px 0; color: #666; font-size: 14px; flex-grow: 1; }
.alkatresz-kartya-tartalom .alkatresz-ar { background-color: #f0f8ff; padding: 8px 12px; border-radius: 5px; font-weight: bold; color: #0056b3; text-align: center; }
.alkatresz-cimkek { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 5px; z-index: 10; }
.alkatresz-cimkek .cimke { background-color: #0073e6; color: white; padding: 3px 8px; font-size: 12px; font-weight: bold; border-radius: 4px; }
.alkatresz-kiemelt-cimke-kartya { position: absolute; top: 10px; right: 10px; background-color: #d9534f; color: white; font-size: 12px; font-weight: bold; padding: 3px 8px; border-radius: 4px; z-index: 10; }
/* --- LISTA NÉZET --- */
.alkatresz-lista-wrapper { display: flex; flex-direction: column; gap: 20px; }
.alkatresz-lista-elem { display: grid; grid-template-columns: 250px 1fr auto; gap: 25px; align-items: center; background-color: #fff; border: 2px solid #e9e9e9; border-radius: 8px; padding: 20px; transition: all 0.2s ease-out; position: relative; }
.alkatresz-lista-elem:hover { box-shadow: 0 8px 20px rgba(0,115,230,0.15); border-color: #0073e6; }
.alkatresz-lista-elem.kiemelt-hirdetes { border-color: #d9534f; }
.alkatresz-lista-main-content { display: contents; cursor: pointer; }
.alkatresz-lista-kep-wrapper { position: relative; width: 100%; aspect-ratio: 4 / 3; background-color: #f0f2f5; border-radius: 6px; overflow: hidden; }
.alkatresz-lista-kep-wrapper .alkatresz-kartya-kep.swiper-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.alkatresz-lista-kep-wrapper img { width: 100%; height: 100%; object-fit: contain; }
.alkatresz-lista-tartalom { align-self: start; }
.alkatresz-lista-tartalom h3 { margin: 0 0 5px 0; font-size: 20px; color: #1a1a1a; }
.alkatresz-lista-tartalom .hirdetes-kezdete { font-size: 13px; color: #888; margin: 0 0 15px 0; }
.alkatresz-lista-tartalom .leiras-rovid { font-size: 15px; color: #555; line-height: 1.6; }
.alkatresz-lista-cta { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; gap: 10px; border-left: 1px solid #eee; padding-left: 25px; height: 100%; }
.alkatresz-lista-cta .cta-gomb { display: flex; align-items: center; gap: 8px; font-weight: bold; font-size: 16px; text-decoration: none; }
.alkatresz-lista-cta .cta-gomb.email-gomb { color: #333; }
.alkatresz-lista-cta .cta-gomb.telefon-gomb { color: #0073e6; }
.alkatresz-lista-cta svg { width: 20px; height: 20px; fill: currentColor; }
.alkatresz-lista-cta .ar-display { font-size: 20px; font-weight: bold; color: #1a1a1a; text-align: center; }
.alkatresz-lista-cta .cta-gombok-wrapper { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; width: 100%; margin-top: auto; }
.alkatresz-lista-cta .cta-gombok-wrapper.single-cta { justify-content: center; flex-grow: 1; }
.alkatresz-kiemelt-cimke { background-color: #d9534f; color: white; font-size: 12px; font-weight: bold; padding: 4px 10px; border-radius: 4px; text-align: center; }
/* --- KÖZÖS POPUP --- */
.alkatresz-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; }
.alkatresz-popup-overlay.active { display: flex; }
.alkatresz-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; }
.alkatresz-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; }
.alkatresz-popup-close-button:hover { background-color: #e0e0e0 !important; }
.popup-bal, .popup-jobb { min-width: 0; }
.popup-galeria { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; align-content: start; }
.popup-galeria a { display: block; overflow: hidden; border-radius: 5px; position: relative; width: 100%; padding-bottom: 75%; background-color: #f0f2f5; }
.popup-galeria a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; transition: transform 0.3s ease; }
.popup-galeria a:hover img { transform: scale(1.05); }
.popup-jobb { display: flex; flex-direction: column; }
.popup-jobb h2 { font-size: 28px; font-weight: 700; margin-top: 0; margin-bottom: 5px; }
.popup-jobb h1 { font-size: 20px; color: #333; font-weight: 500; margin-bottom: 25px; }
.leiras-rovid-popup { color: #555; line-height: 1.7; margin-bottom: 30px; }
.popup-gombok { display: flex; flex-direction: column; gap: 10px; margin-top: auto; padding-top: 20px; }
.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: background-color 0.2s ease-out; }
.popup-gombok a svg { width: 20px; height: 20px; fill: currentColor; margin-right: 10px; }
.popup-gomb-kapcsolat { background-color: #4CAF50; color: #fff !important; }
.popup-gomb-kapcsolat:hover { background-color: #45a049; }
.popup-gomb-telefon { background-color: #f1f1f1; color: #333 !important; border: 1px solid #ddd; }
.popup-gomb-telefon:hover { background-color: #e0e0e0; }
body.alkatresz-popup-is-active { overflow: hidden; }
/* --- RESZPONZIVITÁS --- */
@media (max-width: 991px) { .alkatresz-lista-elem { grid-template-columns: 1fr; } .alkatresz-lista-cta { text-align: left; padding: 15px 0 0 0; border-left: none; border-top: 1px solid #eee; } .alkatresz-popup-content { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
    .alkatresz-racs-wrapper, .alkatresz-lista-elem { grid-template-columns: 1fr; }
    .alkatresz-popup-content { padding: 20px; padding-top: 60px; grid-template-columns: 1fr !important; }
    .alkatresz-popup-close-button { top: 10px; right: 10px; }
    .alkatresz-lista-cta { flex-direction: column; align-items: center; gap: 15px; }
    .alkatresz-lista-cta .alkatresz-kiemelt-cimke { order: 1; }
    .alkatresz-lista-cta .ar-display { order: 2; margin-bottom: 0; }
    .alkatresz-lista-cta .cta-gombok-wrapper { order: 3; flex-direction: row; justify-content: center; gap: 25px; }
    .alkatresz-lista-cta > .cta-gombok-wrapper.single-cta { flex-direction: row; justify-content: center; gap: 25px; }
    .alkatresz-lista-cta .cta-gomb span { display: none; }
    .alkatresz-lista-cta .cta-gomb svg { width: 32px; height: 32px; }
    .gnext, .gprev { display: flex !important; }
}