.trf-my-match{display:block}
.trf-my-match-main{display:flex;justify-content:space-between;gap:16px;align-items:center}
.trf-match-orders{width:100%;margin-top:10px}
.trf-match-orders>summary{display:inline-flex;align-items:center;gap:6px;color:#475467;font-size:12px;font-weight:600;cursor:pointer;list-style:none}
.trf-match-orders>summary::-webkit-details-marker{display:none}
.trf-match-orders>summary:before{content:"▸";font-size:10px;transition:transform .2s}
.trf-match-orders[open]>summary:before{transform:rotate(90deg)}
.trf-match-orders>summary span{display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;margin:0;padding:0 5px;border-radius:10px;background:#eef1f5;color:#344054;font-size:10px}
.trf-match-orders-drawer{margin-top:10px;padding:16px;border:1px solid #e4e7ec;border-radius:9px;background:#f8fafc;animation:trfOrdersOpen .2s ease-out}
.trf-match-orders-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:12px}
.trf-export-orders{padding:5px 9px;border:1px solid #98a2b3;border-radius:5px;background:#fff;color:#344054!important;font-size:11px;font-weight:700;text-decoration:none}
.trf-match-orders-table-wrap{overflow-x:auto}
.trf-match-orders-table{width:100%;border-collapse:collapse;background:#fff;font-size:12px}
.trf-match-orders-table th,.trf-match-orders-table td{padding:9px 10px;border-bottom:1px solid #e4e7ec;text-align:left;vertical-align:top}
.trf-match-orders-table th{background:#101828;color:#fff}
.trf-match-orders-table td small{display:block;margin-top:2px;color:#667085}
@keyframes trfOrdersOpen{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:560px){.trf-my-match-main{align-items:flex-start;flex-direction:column}.trf-match-orders-heading{align-items:flex-start;flex-direction:column}.trf-match-orders-table thead{display:none}.trf-match-orders-table,.trf-match-orders-table tbody,.trf-match-orders-table tr,.trf-match-orders-table td{display:block;width:100%}.trf-match-orders-table tr{padding:8px 10px;border-bottom:1px solid #d0d5dd}.trf-match-orders-table td{display:grid;grid-template-columns:85px 1fr;gap:8px;padding:5px 0;border:0}.trf-match-orders-table td:before{content:attr(data-label);font-weight:700;color:#475467}}
