.tyc-table-scroll{
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
}

.tyc-facts-cards{
  display:none;
}

.tyc-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}

.tyc-table th,
.tyc-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--border);
  text-align:left;
  vertical-align:top;
}

.tyc-table tr:last-child th,
.tyc-table tr:last-child td{
  border-bottom:none;
}

.tyc-table th{
  width:28%;
  background:#f8fafc;
}

@media (max-width: 767px){
  .tyc-table-scroll{
    display:none;
  }

  .tyc-facts-cards{
    display:grid;
    gap:14px;
  }

  .tyc-facts-card{
    padding:18px;
    border:1px solid var(--border);
    border-radius:18px;
    background:linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
    box-shadow:var(--shadow-soft);
  }

  .tyc-facts-card__title{
    margin:0 0 .65rem;
    font-size:1.05rem;
    line-height:1.2;
  }

  .tyc-facts-card__meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
  }

  .tyc-facts-card__meta span{
    display:inline-flex;
    align-items:center;
    padding:.45rem .75rem;
    border-radius:999px;
    background:#eef7fb;
    color:var(--c2);
    font-size:.82rem;
    font-weight:700;
    line-height:1.2;
  }
}
