/* RTBL Mobile RTL – minimal, safe defaults */
table.rtbl{border-collapse:collapse;width:100%;max-width:100%}
table.rtbl caption{display:block;margin:0 0 .5rem 0;font-weight:600}
@media (max-width:768px){
  table.rtbl{display:block;width:100%}
  table.rtbl colgroup,table.rtbl thead,table.rtbl tfoot{display:none!important}
  table.rtbl tbody,table.rtbl tr,table.rtbl td,table.rtbl th{display:block;width:100%}
  table.rtbl tbody tr{background:#fff;border:1px solid #eee;border-radius:12px;padding:.5rem .75rem;margin-bottom:.75rem;overflow:hidden}
  table.rtbl tbody tr.rtbl-head-row{display:none}
  table.rtbl td{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.5rem 0;border-bottom:1px dashed #eee}
  table.rtbl td:last-child{border-bottom:0}
  html[dir="rtl"] table.rtbl td{direction:rtl;text-align:inherit}
  table.rtbl td::before{content:attr(data-label);font-weight:700;line-height:1.4;white-space:normal;word-break:break-word;flex:0 0 auto;text-align:right}
}