.tn-teaser{
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 16px 40px;
}

.tn-teaser__footer{
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

/* CTA header center */
.tn-teaser .tn-header{
  text-align: center;
}

/* footer center */
.tn-teaser__footer{
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.tn-teaser__footer .tn-btn{
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #111;     /* ベースは黒枠 */
  color: #111;                /* ベースは黒文字 */
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: transparent;
}

.tn-teaser__footer .tn-btn:hover{
  background-color: #111;     /* 反転：背景黒 */
  color: #fff;                /* 反転：文字白 */
  text-decoration: none;
}


/* Viewボタン：枠線だけ・下線なし・四角 */
.tn-view-btn,
.tn-view-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 18px;
  border: 1px solid currentColor;
  border-radius: 0;         /* 四角 */
  background: transparent;  /* 塗りなし */
  color: inherit;

  text-decoration: none;    /* 下線消す */
  line-height: 1;
}



.tn-view-btn:hover {
  text-decoration: none;    /* hoverでも下線出さない */
  opacity: 0.85;
}


/* CTA内のアイテム数だけ非表示 */
.home-cta .tn-count,
.home-cta .tn-items-count,
.home-cta .topic-count {
  display: none !important;
}

/* Mobile: button text smaller */
@media (max-width: 480px){
  .tn-teaser__footer .tn-btn{
    font-size: 11px;
    padding: 12px 24px; /* ついでに少しコンパクト */
  }
}

/* タイトル下の余白の原因（tn-status）を、空なら消す */
#tnTeaserStatus:empty{
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
