.lms-resources{box-sizing:border-box;font-family:var(--ui-font-family,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);color:#262626;font-size:14px;line-height:1.5715;padding:22px;border:1px solid #f0f0f0;border-radius:12px;background:#fff}.lms-resources h3{margin:0 0 12px;font-size:17px}.lms-resources>div{display:grid}.lms-resources a{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 0;border-top:1px solid #f0f0f0;color:#262626;text-decoration:none}.lms-resources a[data-label=""]{display:none}.lms-resources a>span:first-child{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#e6f4ff;color:#0958d9}.lms-resources a svg{width:16px;height:16px}.lms-resources a>span:nth-child(2){display:grid}.lms-resources strong{font-size:13px}.lms-resources small{color:var(--ui-color-text-tertiary,rgba(0,0,0,.58));font-size:11px}.lms-resources b{color:#0958d9;font-size:11px}.lms-resources a[data-status=locked]{cursor:not-allowed}.lms-resources a[data-status=locked]>span:first-child{background:#f5f5f5;color:var(--ui-color-text-tertiary,rgba(0,0,0,.58))}.lms-resources a[data-status=locked] b{color:var(--ui-color-text-tertiary,rgba(0,0,0,.58))}@media(max-width:480px){.lms-resources a{grid-template-columns:32px minmax(0,1fr)}.lms-resources a>b{grid-column:2}}