.tj-widget{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.tj-item{
  display:flex;
  gap:12px;
  align-items:stretch;
  padding-bottom:12px;
  border-bottom:1px solid rgba(0,0,0,.15);
}

.tj-item:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.tj-thumb{
  width:120px;
  flex:0 0 120px;
}

.tj-thumb a{ display:block; line-height:0; }

.tj-thumb img{
  width:100%;
  height:80px;
  object-fit:cover;
  display:block;
  border-radius:3px;
}

.tj-content{
  flex:1;
  height:80px;
  display:flex;
  flex-direction:column;
}

.tj-title a{
  color:#111;
  text-decoration:none;
  font-size:15px;
  line-height:1.25;
  font-weight:700;

  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.tj-title a:hover{ text-decoration:underline; }

.tj-more{
  margin-top:auto;
  padding-top:8px;
}

.tj-more a{
  display:inline-block;
  padding:6px 10px;
  border:1px solid #000;
  border-radius:4px;

  font-size:11px;
  font-weight:800;
  letter-spacing:.3px;
  text-transform:uppercase;

  color:#000;
  background:transparent;
  text-decoration:none;

  min-width:120px;
  text-align:center;
}

.tj-more a:hover{
  background:#000;
  color:#fff;
}

@media (max-width:480px){
  .tj-thumb{ width:110px; flex:0 0 110px; }
  .tj-thumb img{ height:74px; }
  .tj-content{ height:74px; }
  .tj-title a{ font-size:14px; }
  .tj-more a{ min-width:118px; font-size:10.5px; padding:6px 9px; }
}
/* Subscribe ispod @TelevizijaJadran */
/* Subscribe ispod @TelevizijaJadran */
.tj-subscribe{
  margin-top: 10px;
  margin-bottom: 14px;
  text-align: center;
}
.tj-widget{
  gap: 12px;
}
.tj-subscribe-btn{
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 10px;      /* ISTO kao gumbi dolje */
  border: 1px solid #000;
  border-radius: 4px;

  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;   /* ISTO kao dolje */
  text-transform: uppercase;

  color: #000;
  background: transparent;
  text-decoration: none;

  min-width: 120px;       /* ista širina */
  text-align: center;
}
.tj-subscribe-btn{
  display: inline-flex;        /* umjesto inline-block */
  align-items: center;         /* vertikalni centar */
  justify-content: center;     /* horizontalni centar */

  height: 34px;                /* fiksna visina gumba */
  padding: 0 12px;             /* samo lijevo/desno */

  line-height: 1;              /* da tema ne gura baseline */
}

.tj-subscribe-btn:hover{
  background: #000;
  color: #fff;
}