/* TIMPHAT_HOME_LIVE_DATA_V91 */
[data-live-data-v91="1"]{
  background:#fff!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:0 10px 30px rgba(80,50,20,.08)!important;
}

.tp-live-head-v91{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:18px 20px!important;
  border-bottom:1px solid rgba(130,90,35,.12)!important;
}

.tp-live-head-v91 h2{
  margin:0!important;
  font-size:22px!important;
  line-height:1.25!important;
  color:#2b2118!important;
}

.tp-live-head-v91 a{
  color:#9a641f!important;
  font-weight:800!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.tp-live-grid-v91{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  padding:18px!important;
}

.tp-live-article-v91{
  border:1px solid rgba(130,90,35,.12)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
}

.tp-live-article-v91 img{
  width:100%!important;
  height:145px!important;
  object-fit:cover!important;
  display:block!important;
}

.tp-live-article-body-v91{
  padding:14px!important;
}

.tp-live-article-body-v91 h3{
  margin:0 0 8px!important;
  font-size:17px!important;
  line-height:1.28!important;
  color:#231b14!important;
}

.tp-live-article-body-v91 p{
  margin:0 0 12px!important;
  color:#6f6255!important;
  line-height:1.45!important;
  font-size:14px!important;
}

.tp-live-article-body-v91 a{
  display:inline-flex!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  border:1px solid rgba(150,95,25,.25)!important;
  color:#9a641f!important;
  text-decoration:none!important;
  font-weight:800!important;
}

@media(max-width:760px){
  .tp-live-grid-v91{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    padding:12px!important;
  }

  .tp-live-head-v91{
    padding:16px!important;
  }

  .tp-live-head-v91 h2{
    font-size:20px!important;
  }

  .tp-live-article-v91 img{
    height:118px!important;
  }

  .tp-live-article-body-v91{
    padding:12px!important;
  }

  .tp-live-article-body-v91 h3{
    font-size:15px!important;
  }

  .tp-live-article-body-v91 p{
    font-size:13px!important;
  }
}
