.private-media{margin:18px 0}.private-media img{display:block;max-width:100%;max-height:620px;margin:auto;border-radius:20px;border:1px solid var(--line)}.private-media audio{width:100%;margin:8px 0}.private-media-file{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px;border:1px solid var(--line);border-radius:16px;background:white}.private-media-file strong{display:block;color:var(--green)}.private-media-file small{display:block;color:var(--muted);margin-top:3px}.student-resources{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.student-resources h3{font-size:25px;margin:4px 0 14px}.student-resource-list{display:grid;gap:9px}.student-resource{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:14px;background:#fbfcf9;text-align:left;color:inherit;cursor:pointer}.student-resource:hover{background:#f5f8f4}.student-resource strong{display:block;font-size:13px}.student-resource small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.student-resource span:last-child{color:var(--green);font-weight:900}@media(max-width:620px){.private-media-file,.student-resource{align-items:flex-start;flex-direction:column}.student-resource span:last-child{align-self:flex-end}}