.resources-list-container{flex-direction:column;gap:16px;width:100%;margin-top:20px;display:flex}.resource-card{cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:12px;justify-content:space-between;align-items:center;max-width:553px;height:80px;padding:16px 20px;transition:box-shadow .2s;display:flex}@media (width<=1092px){.resource-card{max-width:100%}}.resource-card:hover{border:1px solid #0c5ef9;box-shadow:0 2px 8px #0000001a}.resource-content{align-items:center;width:100%;display:flex}.resource-icon-container{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-right:16px;padding:8px;display:flex}.bg-blue{background-color:#e3f2fd}.bg-red{background-color:#ffebee}.bg-green{background-color:#e8f5e9}.resource-type-icon{width:42px;height:38px}.resource-type-icon img,.resource-type-icon.document-icon,.resource-type-icon.video-icon{object-fit:cover;width:42px;height:38px}body .resource-type-icon.document-icon{width:34px;height:30px}body .resource-type-icon.video-icon{width:30px;height:18px}.document-icon{color:#2196f3}.video-icon{color:#f44336}.link-icon{color:#4caf50}.resource-info{flex:1;min-width:0;overflow:hidden}.resource-header{justify-content:space-between;align-items:center;min-width:0;margin-bottom:4px;display:flex}.resource-title{color:var(--Black-and-white-B800,#15294b);white-space:nowrap;flex:auto;min-width:0;max-width:100%;margin:0;font-family:Inter,serif;font-size:16px;font-style:normal;font-weight:500;line-height:120%;position:relative;overflow:hidden}.resource-title:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff0,#fff);width:30px;position:absolute;top:0;bottom:0;right:0}.view-button{color:var(--Blue-B300,#0c5ef9);cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,serif;font-size:11px;font-style:normal;font-weight:600;line-height:120%}.view-button:hover{text-decoration:underline}.resource-description{color:var(--Black-and-white-B500,#42526d);white-space:nowrap;min-width:0;max-width:100%;margin:4px 0;font-family:Inter,serif;font-size:12px;font-style:normal;font-weight:500;line-height:120%;position:relative;overflow:hidden}.resource-description:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff0,#fff);width:30px;position:absolute;top:0;bottom:0;right:0}.resource-date{color:var(--Black-and-white-B200,#6b788e);justify-content:space-between;align-items:end;margin:4px 0 0;font-family:Inter,serif;font-size:10px;font-style:normal;font-weight:500;line-height:120%;display:flex}.resource-actions{flex-shrink:0;align-items:center;margin-left:8px;display:flex}.delete-button-resource{opacity:.7;padding:0;transition:opacity .2s;color:#d32f2f!important}.delete-button-resource:hover{opacity:1}.delete-icon{font-size:20px}.resource-actions button{padding:0}.video-dialog .MuiDialog-paper{border-radius:8px;overflow:hidden}.video-dialog-title{background-color:#f5f5f5;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.video-dialog-content{background-color:#000;justify-content:center;align-items:center;min-height:500px;display:flex;padding:0!important}.video-player{width:100%;height:100%;max-height:80vh}.video-iframe{border:none;width:100%;height:80vh}.close-button{color:#666}.close-button:hover{color:#000}.video-close-button{padding:10px 15px}
