.frame{display:flex;width:auto;flex-direction:column;gap:12px;border-radius:16px;overflow:hidden;border:1px solid var(--gray-300);background:var(--gray-100)}.listTable{border-collapse:collapse;border-radius:12px;width:auto;table-layout:fixed}.listTable td,.listTable th{padding:12px 16px;text-align:left}.listTable thead{font-weight:600}.listTable tbody tr:nth-child(2n),.listTable thead{background:var(--gray-200)}.listTable tbody tr{border-top:1px solid var(--gray-300)}.listTable tbody{font-size:14px;color:var(--gray-800)}