/**
 * MISTER FAST LiveMapChat WEB V3.5.3.4
 * Runtime-driven inline news ticker.
 * This stylesheet deliberately disables all legacy CSS animations.
 */

.mf353-news-ticker{display:none!important}

.mf16-workspace-header.mf3532-inline-news-header{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  height:58px!important;
  min-height:58px!important;
  padding:0 8px 0 18px!important;
  overflow:hidden!important;
  background:#fff!important;
  border-bottom:1px solid #dce7f4!important;
}

.mf3532-inline-news{
  flex:1 1 0!important;
  width:0!important;
  min-width:0!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}

.mf3532-news-label{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  padding-right:12px!important;
  position:relative!important;
  z-index:2!important;
  background:#fff!important;
  color:#003da5!important;
  font-size:14px!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.mf3532-news-viewport{
  position:relative!important;
  flex:1 1 0!important;
  width:0!important;
  min-width:0!important;
  height:100%!important;
  display:block!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}

.mf3532-news-track{
  position:absolute!important;
  left:0!important;
  top:50%!important;
  width:max-content!important;
  max-width:none!important;
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  padding:0!important;
  margin:0!important;
  white-space:nowrap!important;
  font-size:13px!important;
  line-height:1!important;
  animation:none!important;
  transition:none!important;
  transform:translate3d(0,-50%,0);
  will-change:transform!important;
}

.mf3532-news-track span,
.mf3532-news-track i,
.mf3532-news-track b{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}

.mf3532-news-track i{
  font-style:normal!important;
  color:#b9c7da!important;
}

.mf3532-news-track b{
  color:#003da5!important;
}

.mf3532-inline-news-header .mf16-header-tools{
  position:static!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  padding:0!important;
  z-index:3!important;
}

@media (max-width:900px){
  .mf16-workspace-header.mf3532-inline-news-header{
    height:54px!important;
    min-height:54px!important;
    padding-left:10px!important;
    gap:8px!important;
  }
  .mf3532-news-label{font-size:12px!important;padding-right:8px!important}
  .mf3532-news-track{font-size:12px!important;gap:10px!important}
}

@media (max-width:560px){
  .mf16-workspace-header.mf3532-inline-news-header{
    height:50px!important;
    min-height:50px!important;
    padding:0 6px 0 8px!important;
  }
  .mf3532-news-label b{font-size:0!important}
  .mf3532-news-label b::after{content:'ข่าว :'!important;font-size:11px!important}
  .mf3532-inline-news-header .mf16-header-tools{gap:4px!important}
}
