.yks-results { width:100%; border-collapse:collapse; font-size:1rem; }
.yks-results th,.yks-results td { padding:.75rem .5rem; border-bottom:1px solid #ccc; vertical-align:top; overflow-wrap:anywhere; }
.yks-results caption { caption-side:top; color:inherit; font-weight:600; }
.yks-results th { text-align:left; }
.yks-details { margin:1rem 0; }
.yks-details summary { cursor:pointer; font-weight:600; }
@media (max-width:767px) {
  .yks-results,.yks-results tbody,.yks-results tr,.yks-results td,.yks-results th { display:block; }
  .yks-results thead { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
  .yks-results caption { display:block; }
  .yks-results tr { border:1px solid #ccc; border-radius:.4rem; margin:.75rem 0; padding:.5rem; }
  .yks-results td { display:flex; justify-content:space-between; gap:1rem; }
  .yks-results td::before { content:attr(data-label); font-weight:600; flex:0 0 48%; }
  .yks-results td[colspan] { display:block; }
  .yks-results td[colspan]::before { content:none; }
  .yks-results td:last-child { border-bottom:0; }
}
