/* Consistent compact secondary-page Telegram bar. */
.topbar .shell{gap:14px}
.topbar .top-telegram{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#fff;text-decoration:none;font-size:13px;font-weight:800}
.topbar .top-brand-mini{width:25px;height:25px;display:block;object-fit:contain;background:#fff;border-radius:50%;padding:2px;box-sizing:border-box}
.topbar .top-channel-button{display:inline-flex;align-items:center;justify-content:center;background:#ff8517;color:#fff!important;border-radius:3px;padding:7px 12px;min-height:28px;box-sizing:border-box;font-size:12px;font-weight:900;white-space:nowrap;text-decoration:none}
.topbar .top-channel-button:hover{background:#ef7507}
@media(max-width:480px){.topbar .shell{gap:6px}.topbar .top-telegram{font-size:12px}.topbar .top-channel-button{font-size:10px;padding:6px 8px}.topbar .top-brand-mini{width:22px;height:22px}}
