.tk-tv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}
.tk-tv-card{min-width:0}
.tk-tv-list{margin:0}
.tk-tv-row{display:grid;grid-template-columns:minmax(130px,42%) 1fr;gap:14px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.08)}
.tk-tv-row:last-child{border-bottom:0}
.tk-tv-row dt{font-weight:700}
.tk-tv-row dd{margin:0}
.tk-tv-feature-list{margin:0;padding-left:22px}
.tk-tv-feature-list li{margin:0 0 10px;line-height:1.55}
.tk-tv-feature-list li:last-child{margin-bottom:0}
@media(max-width:767px){.tk-tv-grid{grid-template-columns:1fr}.tk-tv-row{grid-template-columns:1fr;gap:3px}}
