/**
 * Helyszín kiegészítő – WordPress jelentkezés (ugyanaz, mint tuzvedelem.test/helyszinek)
 * Magas specifikitás: bootstrap-iso .badge és .btn-link felülírása.
 */
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-inline,
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-combined {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.35rem !important;
    vertical-align: middle !important;
    float: none !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    /* Badge: 0.75rem betű, 1.2 sormag, 0.45em függőleges padding */
    --helyszin-kieg-badge-height: calc(0.75rem * 1.2 + 0.75rem * 0.45 * 2);
}

html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-badges-wrap {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.35rem !important;
    float: none !important;
    max-height: none !important;
    overflow: visible !important;
}

html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-plain {
    display: inline !important;
    font-style: italic !important;
    font-weight: normal !important;
    color: #666 !important;
    font-size: 16px !important;
    float: none !important;
}

html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .card-header .btn-link .helyszin-kieg-tabler-badge.badge,
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .card-header button .helyszin-kieg-tabler-badge.badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35em !important;
    padding: 0.45em 0.45em !important;
    min-height: var(--helyszin-kieg-badge-height, calc(0.75rem * 1.2 + 0.75rem * 0.45 * 2)) !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    border-radius: 4px !important;
    background-color: var(--helyszin-badge-bg, #206bc4) !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    font-style: normal !important;
    min-height: 0 !important;
    max-height: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* Badge ikon – inline SVG (független Font Awesome-tól) */
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-tabler-badge .helyszin-kieg-svg-icon,
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-tabler-badge .helyszin-kieg-svg-icon svg {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    min-width: 1em !important;
    vertical-align: middle !important;
    fill: currentColor !important;
    color: #fff !important;
}

/* Badge FA ikon – közvetlenül <i> elem (fallback) */
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-tabler-badge > i.helyszin-kieg-tabler-icon,
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-tabler-badge .helyszin-kieg-tabler-icon-custom i.fa {
    display: inline-block !important;
    width: 1em !important;
    min-width: 1em !important;
    height: 1em !important;
    font-size: 1em !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    vertical-align: middle !important;
}
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-tabler-badge > i.helyszin-kieg-tabler-icon:before,
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-tabler-badge .helyszin-kieg-tabler-icon-custom i.fa:before {
    font-family: FontAwesome !important;
    font-weight: normal !important;
    font-style: normal !important;
    display: inline-block !important;
}
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-tabler-badge .helyszin-kieg-tabler-icon-custom {
    display: inline-flex !important;
    align-items: center !important;
    width: 1em !important;
    height: 1em !important;
}

html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-tabler-icon-custom .helyszin-kieg-custom-icon-img {
    display: block !important;
    width: 1em !important;
    height: 1em !important;
    object-fit: contain !important;
}

html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-combined img.helyszin-kieg-image,
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .card-header .helyszin-kieg-combined img.helyszin-kieg-image,
html body .bootstrap-iso.tuzvedelem-plugin-wrapper #tuzvedelem-jelentkezes-form .helyszin-kieg-image {
    display: block !important;
    flex-shrink: 0 !important;
    align-self: center !important;
    vertical-align: middle !important;
    height: var(--helyszin-kieg-badge-height, calc(0.75rem * 1.2 + 0.75rem * 0.45 * 2)) !important;
    max-height: var(--helyszin-kieg-badge-height, calc(0.75rem * 1.2 + 0.75rem * 0.45 * 2)) !important;
    width: auto !important;
    max-width: min(140px, 42vw) !important;
    object-fit: contain !important;
    object-position: center center !important;
}
