
/* V11.2 – feltöltött logó és chatszoba-kezelés */
.site-logo-link{display:flex;align-items:center;flex:0 0 auto;min-width:0;padding:2px 0;text-decoration:none}
.site-logo-image{display:block;width:auto;height:62px;max-width:320px;object-fit:contain;object-position:left center;filter:drop-shadow(0 5px 8px rgba(112,45,28,.2))}
.bloom-header-inner{min-height:76px}
.room-card-top,.room-card-actions,.room-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.room-card-top{justify-content:space-between}
.room-card-actions{margin-top:auto}
.room-card-actions form,.room-header-actions form{margin:0}
.room-admin-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#fff3d8;color:#8b6218;font-size:11px;font-weight:700}
.btn-danger-outline{border:1px solid #d95f72;background:#fff;color:#a72e45;box-shadow:none}
.btn-danger-outline:hover{background:#fff0f3;color:#842138}
@media(max-width:1180px){.site-logo-image{height:54px;max-width:255px}.bloom-header-inner{min-height:68px}}
@media(max-width:760px){.site-logo-image{height:47px;max-width:215px}.bloom-header-inner{min-height:62px}.room-header-actions{width:100%;justify-content:flex-start}}
@media(max-width:420px){.site-logo-image{height:42px;max-width:180px}}
