/* Balaton Szállások – Frontend stílusok */

/* ── Szűrők (header-márka redesign: navy #1B2D3F + narancs #E8943A) ── */
.szallasok-filters {
    margin-bottom: 16px;
    background: linear-gradient(135deg, #f8fafd 0%, #f0f4f9 100%);
    border: 1px solid #dce5f0;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(27,45,63,0.06);
}
.szallasok-filters .bsza-filter-title {
    display: flex; align-items: center; gap: 7px;
    margin-bottom: 14px; padding-bottom: 12px;
    border-bottom: 1px solid #dce5f0;
    color: #1B2D3F; font-size: 0.95em; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.04em;
}
.szallasok-filters .bsza-filter-title > i { color: #E8943A; }

.filter-group, .filter-felszereltseg { margin-bottom: 12px; width: 100%; }
.filter-group label, .felszereltseg-label {
    display: flex; align-items: center; gap: 5px;
    margin-bottom: 5px; color: #4a5568; font-weight: 600; font-size: 0.8em;
}
.filter-group label i, .felszereltseg-label i { color: #94a3b8; font-size: 0.9em; }

/* Egységes mezők + saját diszkrét legördülő-nyíl */
.sort-select, .filter-group select, .bsza-input {
    box-sizing: border-box; width: 100%; height: 40px;
    padding: 8px 12px; border: 1px solid #d0d9e8; border-radius: 8px;
    background: #fff; color: #1B2D3F; font-size: 0.85em;
}
.sort-select, .filter-group select {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    padding-right: 32px; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 11px center;
}
.sort-select:focus, .filter-group select:focus, .bsza-input:focus {
    outline: none; border-color: #E8943A;
    box-shadow: 0 0 0 3px rgba(232,148,58,0.20);
}

/* Felszereltség – chip-toggle (kiválasztva narancs) */
.felszereltseg-options { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 0; background: transparent; border: none; }
.checkbox-label {
    display: flex; align-items: center; gap: 5px;
    padding: 6px 8px; background: #fff; border: 1px solid #d0d9e8; border-radius: 8px;
    color: #4a5568; cursor: pointer; transition: all 0.16s; font-size: 0.78em; user-select: none;
}
.checkbox-label input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.checkbox-label:hover { border-color: #E8943A; }
.checkbox-label:has(input:checked) { background: #E8943A; border-color: #E8943A; color: #fff; font-weight: 600; }
.checkbox-label:has(input:focus-visible) { outline: 2px solid #1B2D3F; outline-offset: 1px; }

/* Akció gombok */
.bsza-filter-actions { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.bsza-wrap .filter-button {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    padding: 10px 16px; background: #E8943A; color: #fff; border: none; border-radius: 8px;
    cursor: pointer; font-weight: 700; font-size: 0.85em;
    transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
    box-shadow: 0 2px 8px rgba(232,148,58,0.32);
    width: 100%; text-align: center; text-decoration: none; box-sizing: border-box;
}
.bsza-wrap .filter-button:hover { background: #d67f24; box-shadow: 0 4px 14px rgba(232,148,58,0.40); transform: translateY(-1px); }
.bsza-wrap .bsza-reset-btn {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 9px 16px; background: transparent; color: #64748b;
    border: 1px solid #cbd5e0; border-radius: 8px; cursor: pointer;
    font-weight: 600; font-size: 0.8em; text-decoration: none;
    transition: all 0.15s; box-sizing: border-box; width: 100%;
}
.bsza-wrap .bsza-reset-btn:hover { background: #edf2f7; color: #334155; border-color: #94a3b8; }

/* ══════════════════════════════════════════════════════════════
   LISTA / TÉRKÉP VÁLTÓ
══════════════════════════════════════════════════════════════ */
/* Segmented control – egybefüggő sáv (header-márka, aktív = navy) */
.bsza-view-toggle {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
    padding: 4px;
    background: #eef2f7;
    border: 1px solid #dce5f0;
    border-radius: 10px;
    width: 100%;
}
.bsza-wrap .bsza-view-btn {
    flex: 1;
    padding: 7px 10px;
    border: none;
    border-radius: 7px;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 0.8em;
    cursor: pointer;
    transition: background 0.16s, color 0.16s, box-shadow 0.16s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    margin: 0;
    width: auto;
}
.bsza-wrap .bsza-view-btn.active {
    background: #1B2D3F;
    color: #fff;
    box-shadow: 0 1px 3px rgba(27,45,63,0.35);
}
.bsza-wrap .bsza-view-btn:hover:not(.active) { background: #e2e8f0; color: #334155; }

/* ══════════════════════════════════════════════════════════════
   GOOGLE MAPS TÉRKÉP NÉZET
══════════════════════════════════════════════════════════════ */
#bsza-google-map {
    width: 100%;
    height: 600px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}
.bsza-terkep-info {
    margin-top: 10px;
    color: #718096;
    font-size: 0.88em;
    text-align: center;
}
.bsza-terkep-info i { margin-right: 4px; color: #4299e1; }
.bsza-terkep-no-coords {
    text-align: center;
    padding: 60px 20px;
    color: #718096;
    background: #f7fafc;
    border-radius: 12px;
    border: 2px dashed #e2e8f0;
}
.bsza-terkep-no-coords i { font-size: 3em; margin-bottom: 16px; color: #cbd5e0; display: block; }
.bsza-terkep-no-coords h3 { color: #2d3748; margin-bottom: 8px; }

/* Google Maps InfoWindow egyedi stílus */
.bsza-infowindow {
    min-width: 200px;
    max-width: 240px;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
}
.bsza-infowindow strong {
    display: block;
    font-size: 14px;
    color: #1a202c;
    margin-bottom: 6px;
}
.bsza-infowindow div {
    color: #4a5568;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.bsza-infowindow div i { color: #4299e1; font-size: 11px; }
.bsza-iw-actions {
    display: flex !important;
    gap: 6px;
    margin-top: 10px;
    flex-direction: row !important;
}
.bsza-iw-btn {
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    flex: 1;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s;
}
.bsza-iw-btn:hover { opacity: 0.85; }
.bsza-iw-foglalas { background: #4299e1; color: white !important; }
.bsza-iw-reszletek { background: #f0f4f8; color: #2d3748; }

/* ── Kártya lista ── */
.szallasok-container { max-width: 1200px; margin: 0 auto; padding: 8px; }
.szallasok-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 1200px; margin: 0 auto; align-items: stretch; }
.szallas-card { width: 100%; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; transition: all 0.3s ease; background: white; display: flex; flex-direction: column; }
.szallas-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,0.1); }
.szallas-image { position: relative; width: 100%; height: 160px; overflow: hidden !important; background: #ffffff; flex-shrink: 0; }
.szallas-image img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center center !important; display: block; transition: transform 0.3s ease; }
.szallas-thumbnails { display: flex; gap: 4px; padding: 4px 6px; background: rgba(255,255,255,0.9); overflow-x: auto; margin-top: 0; flex-shrink: 0; }
.thumbnail { width: 34px; height: 34px; border-radius: 3px; overflow: hidden; cursor: pointer; opacity: 0.7; transition: opacity 0.3s ease; flex-shrink: 0; }
.thumbnail.active { opacity: 1; border: 2px solid #4299e1; }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.szallas-content { padding: 8px 11px 10px; flex: 1; display: flex; flex-direction: column; }
.szallas-title { font-size: 0.95em; color: #2d3748; margin: 0 0 5px 0; font-weight: 700; line-height: 1.3; }
.szallas-hely, .szallas-tipus { display: flex; align-items: center; gap: 5px; margin-bottom: 3px; color: #4a5568; font-size: 0.8em; }
.szallas-leiras { display: none; }
.szallas-contact { margin: 5px 0; display: flex; flex-direction: column; gap: 3px; }
.contact-link { display: flex; align-items: center; gap: 5px; color: #4299e1; text-decoration: none; transition: color 0.2s; font-size: 0.79em; }
.contact-link:hover { color: #2b6cb0; }
.szallas-felszereltseg { display: flex; flex-wrap: wrap; gap: 3px; margin-top: auto; padding-top: 6px; }
.felszereltseg-item { background: #f7fafc; padding: 1px 5px; border-radius: 3px; font-size: 0.73em; color: #4a5568; display: flex; align-items: center; gap: 3px; }
.felszereltseg-tobbi { background: #edf2f7; padding: 1px 6px; border-radius: 3px; font-size: 0.73em; color: #718096; font-style: italic; }

/* ── Kártya akciók (modal gomb + saját oldal ikon) ── */
.szallas-card-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}
.szallas-card-actions .szallas-reszletek-btn {
    margin-top: 0;
    flex: 1;
    width: auto;
}
.bsza-wrap .szallas-reszletek-btn { padding: 6px 0; background: transparent; color: #4299e1; border: 2px solid #4299e1; border-radius: 50px; cursor: pointer; font-weight: 600; font-size: 0.78em; transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 5px; line-height: 1.4; text-transform: none; text-decoration: none; width: 100%; box-shadow: none; }
.bsza-wrap .szallas-reszletek-btn:hover { background: #4299e1; color: white; box-shadow: 0 4px 14px rgba(66,153,225,0.35); transform: translateY(-2px); }
.szallas-oldal-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    color: #a0aec0;
    text-decoration: none;
    transition: all 0.2s;
    flex-shrink: 0;
}
.szallas-oldal-link:hover {
    border-color: #4299e1;
    color: #4299e1;
    background: #ebf4ff;
    transform: translateY(-1px);
}

/* Loading / nincs találat */
.loading-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.8); z-index: 9999; justify-content: center; align-items: center; }
.loading-spinner { width: 50px; height: 50px; border: 3px solid #f3f3f3; border-top: 3px solid #4299e1; border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.no-results { grid-column: 1 / -1; text-align: center; padding: 40px 20px; color: #4a5568; }
.no-results h3 { color: #2d3748; margin-bottom: 10px; }
.reset-filters { margin-top: 15px; padding: 8px 20px; background: #4299e1; color: white; border: none; border-radius: 50px !important; cursor: pointer; font-weight: 600; transition: all 0.25s ease; box-shadow: 0 4px 14px rgba(66,153,225,0.3); }
.reset-filters:hover { background: #2b6cb0; }

/* Load More */
.load-more-container { display: flex; flex-direction: column; align-items: center; margin: 40px 0 20px 0; gap: 15px; }
.load-more-btn { background: linear-gradient(135deg, #4299e1, #3182ce); color: white; border: none; padding: 15px 30px; border-radius: 50px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(66,153,225,0.3); display: flex; align-items: center; gap: 10px; }
.load-more-btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(66,153,225,0.4); background: linear-gradient(135deg, #3182ce, #2c5aa0); }
.load-more-btn:disabled { opacity: 0.7; cursor: not-allowed; }
.load-more-info { font-size: 14px; opacity: 0.85; font-weight: 400; }
.all-loaded { text-align: center; padding: 16px 24px; background: #f0fff4; border: 2px solid #68d391; border-radius: 12px; color: #38a169; font-weight: 600; font-size: 15px; }
.all-loaded i { margin-right: 6px; }

/* ══════════════════════════════════════════════════════════════
   MODAL
══════════════════════════════════════════════════════════════ */
body.bsza-modal-open { overflow: hidden; }
#bsza-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity 0.3s ease; }
#bsza-modal-overlay.active { opacity: 1; }
#bsza-modal { background: #fff; border-radius: 14px; width: 100%; max-width: 900px; max-height: 90vh; display: flex; flex-direction: column; overflow: hidden; transform: translateY(30px); transition: transform 0.3s ease; box-shadow: 0 25px 60px rgba(0,0,0,0.3); }
#bsza-modal-overlay.active #bsza-modal { transform: translateY(0); }
.bsza-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid #e2e8f0; flex-shrink: 0; }
.bsza-modal-title { font-size: 1.4em; color: #1a202c; margin: 0; font-weight: 700; }
#bsza-modal-close { width: 38px; height: 38px; border: none; background: transparent; padding: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform 0.18s ease; flex-shrink: 0; }
#bsza-modal-close:hover { transform: scale(1.12); }
.bsza-close-ikon { width: 30px; height: 30px; display: block; pointer-events: none; }
.bsza-modal-body { overflow-y: auto; flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.bsza-modal-gallery { background: #1a202c; position: relative; display: flex; flex-direction: column; }
.bsza-modal-main-img-wrap { position: relative; flex: 1; min-height: 280px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.bsza-modal-main-img { width: 100%; height: 100%; object-fit: contain; display: block; cursor: zoom-in; transition: opacity 0.15s; }
/* Lapozó nyilak – frameless brand-narancs SVG (arrow-square), drop-shadow a fotó fölött */
.bsza-lb-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: transparent !important; border: none !important; box-shadow: none !important; color: #E8943A; width: 44px; height: 44px; padding: 0; cursor: pointer; transition: transform 0.18s ease, color 0.15s, filter 0.15s; display: flex; align-items: center; justify-content: center; z-index: 2; filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5)); }
.bsza-lb-arrow:hover { color: #d67f24; transform: translateY(-50%) scale(1.12); filter: drop-shadow(0 3px 7px rgba(0,0,0,0.6)); }
.bsza-lb-prev { left: 8px; }
.bsza-lb-next { right: 8px; }
.bsza-arrow-ikon { width: 34px !important; height: 34px !important; max-width: none !important; display: block; pointer-events: none; }
.bsza-fs-arrow .bsza-arrow-ikon { width: 42px !important; height: 42px !important; }
.bsza-lb-fullscreen { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,0.45) !important; border: none !important; box-shadow: none !important; color: #E8943A; width: 36px; height: 36px; border-radius: 8px; cursor: pointer; font-size: 0.95em; transition: background 0.2s, color 0.15s; display: flex; align-items: center; justify-content: center; z-index: 2; backdrop-filter: blur(2px); }
.bsza-lb-fullscreen:hover { background: rgba(0,0,0,0.7); color: #d67f24; }
.bsza-modal-thumbs { display: flex; gap: 6px; padding: 8px; overflow-x: auto; background: #0d1117; flex-shrink: 0; }
.bsza-modal-thumb { width: 54px; height: 54px; object-fit: cover; border-radius: 4px; cursor: pointer; opacity: 0.55; border: 2px solid transparent; transition: opacity 0.2s, border-color 0.2s; flex-shrink: 0; }
.bsza-modal-thumb.active, .bsza-modal-thumb:hover { opacity: 1; border-color: #4299e1; }
.bsza-modal-info { padding: 24px; overflow-y: auto; display: flex; flex-direction: column; gap: 18px; }
.bsza-modal-meta { display: flex; flex-direction: column; gap: 8px; }
.bsza-modal-meta-item { display: flex; align-items: center; gap: 8px; color: #4a5568; font-size: 0.95em; }
.bsza-modal-meta-item i { color: #4299e1; width: 16px; }
.bsza-modal-leiras { font-size: 0.93em; color: #4a5568; line-height: 1.7; background: #f7fafc; padding: 12px 14px; border-left: 3px solid #4299e1; border-radius: 0 6px 6px 0; }
.bsza-modal-leiras p { margin: 0; }
.bsza-modal-kontakt { display: flex; flex-direction: column; gap: 10px; }
.bsza-modal-link { display: flex; align-items: center; gap: 8px; color: #4299e1; text-decoration: none; font-size: 0.93em; transition: color 0.2s; }
.bsza-modal-link:hover { color: #2b6cb0; }
.bsza-modal-foglalas { background: #4299e1; color: white !important; padding: 10px 16px; border-radius: 50px !important; font-weight: 600; justify-content: center; transition: background 0.2s !important; }
.bsza-modal-foglalas:hover { background: #2b6cb0 !important; color: white !important; }
.bsza-modal-foglalas i { color: white !important; }
.bsza-modal-felszereltseg h4 { margin: 0 0 10px 0; color: #2d3748; font-size: 0.95em; font-weight: 600; }
.bsza-modal-felszereltseg-lista { display: flex; flex-wrap: wrap; gap: 7px; }
.bsza-modal-map { border-radius: 8px; overflow: hidden; border: 1px solid #e2e8f0; }
.bsza-modal-map iframe { display: block; }

/* ══════════════════════════════════════════════════════════════
   LIGHTBOX
══════════════════════════════════════════════════════════════ */
#bsza-lightbox-fs { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 999999; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.25s; }
#bsza-lightbox-fs.active { opacity: 1; }
#bsza-fs-img { max-width: 90vw; max-height: 85vh; object-fit: contain; display: block; border-radius: 4px; }
#bsza-fs-close { position: absolute; top: 16px; right: 20px; background: transparent; border: none; width: 44px; height: 44px; padding: 0; cursor: pointer; transition: transform 0.18s ease, filter 0.15s; display: flex; align-items: center; justify-content: center; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6)); z-index: 3; }
#bsza-fs-close:hover { transform: scale(1.12); filter: drop-shadow(0 3px 8px rgba(0,0,0,0.7)); }
#bsza-fs-close .bsza-close-ikon { width: 36px; height: 36px; }
.bsza-fs-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: transparent !important; border: none !important; box-shadow: none !important; color: #E8943A; width: 56px; height: 56px; cursor: pointer; transition: transform 0.18s ease, color 0.15s, filter 0.15s; display: flex; align-items: center; justify-content: center; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6)); }
.bsza-fs-arrow:hover { color: #d67f24; transform: translateY(-50%) scale(1.12); }
.bsza-fs-arrow .bsza-arrow-ikon { width: 42px; height: 42px; }
#bsza-fs-prev { left: 20px; }
#bsza-fs-next { right: 20px; }
#bsza-fs-counter { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.7); font-size: 0.9em; background: rgba(0,0,0,0.4); padding: 4px 12px; border-radius: 20px; }

/* ══════════════════════════════════════════════════════════════
   EGYEDI SZÁLLÁS OLDAL (single-szallasok.php)
══════════════════════════════════════════════════════════════ */
.bsza-single-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 20px 48px;
}

/* Visszalépési link */
.bsza-single-breadcrumb {
    margin-bottom: 20px;
}
.bsza-single-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #4299e1;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.93em;
    transition: color 0.2s;
}
.bsza-single-back:hover { color: #2b6cb0; }

/* Kétoszlopos belső */
.bsza-single-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    border: 1px solid #e2e8f0;
}

/* ── Galéria (bal) ── */
.bsza-single-gallery {
    background: #1a202c;
    display: flex;
    flex-direction: column;
    min-height: 420px;
}
.bsza-single-main-img-wrap {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 340px;
}
.bsza-single-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: zoom-in;
    transition: opacity 0.15s;
}
.bsza-single-img-counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.45);
    color: rgba(255,255,255,0.85);
    font-size: 0.82em;
    padding: 3px 10px;
    border-radius: 12px;
    pointer-events: none;
}
.bsza-single-thumbs {
    display: flex;
    gap: 6px;
    padding: 8px;
    overflow-x: auto;
    background: #0d1117;
    flex-shrink: 0;
}
.bsza-single-no-image {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    gap: 12px;
}
.bsza-single-no-image i { font-size: 3em; color: #4a5568; }

/* ── Info (jobb) ── */
.bsza-single-info {
    padding: 28px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow-y: auto;
}
.bsza-single-title {
    font-size: 1.7em;
    color: #1a202c;
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
}
.bsza-single-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bsza-single-leiras {
    font-size: 0.94em;
    color: #4a5568;
    line-height: 1.75;
    background: #f7fafc;
    padding: 14px 16px;
    border-left: 3px solid #4299e1;
    border-radius: 0 6px 6px 0;
}
.bsza-single-leiras p { margin: 0 0 10px 0; }
.bsza-single-leiras p:last-child { margin-bottom: 0; }
.bsza-single-kontakt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bsza-single-map {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    margin-top: 4px;
}
.bsza-single-map iframe { display: block; }

/* ── Reszponzív ── */
@media (max-width: 1100px) { .szallasok-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) {
    .szallasok-grid { grid-template-columns: 1fr !important; }
    .sort-select { width: 100%; }
    .load-more-btn { padding: 12px 24px; font-size: 15px; }
    .bsza-modal-body { grid-template-columns: 1fr; }
    .bsza-modal-gallery { min-height: 240px; }
    #bsza-modal { max-height: 95vh; }
    .bsza-modal-title { font-size: 1.1em; }
    #bsza-google-map { height: 400px; }
    .bsza-view-toggle { width: 100%; }
    .bsza-view-btn { flex: 1; justify-content: center; }

    /* Single oldal mobilon: egymás alatt */
    .bsza-single-inner { grid-template-columns: 1fr; }
    .bsza-single-gallery { min-height: 280px; }
    .bsza-single-main-img-wrap { min-height: 240px; }
    .bsza-single-info { padding: 20px; }
    .bsza-single-title { font-size: 1.35em; }
}
