.students-subjects-view{grid-template-columns:repeat(auto-fit,minmax(370px,1fr));align-items:center;gap:5px;display:grid}.students-subject{text-align:center;cursor:pointer;width:340px;height:360px;color:var(--dark-blue);background-color:#fff;border-radius:5px;flex-direction:column;justify-self:center;text-decoration:none;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 4px #0003}.students-subject:hover{color:var(--dark-text);z-index:1;position:relative;transform:scale(1.1)}.students-subject.old{filter:grayscale();cursor:not-allowed}.students-subject.new{box-shadow:0 0 20px gold}.ss-img{width:100%;max-height:330px}.ss-title{padding:2px;font-size:large;font-weight:700}@media (max-width:768px){.students-subject{border-radius:5px;width:300px;height:290px}.students-subjects-view{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.ss-img{grid-area:image;width:100%;height:100%;max-height:220px}}details{border-radius:5px;padding:1ch;box-shadow:0 2px 4px #0003}details>summary{cursor:pointer;justify-content:space-between;display:flex}@media (max-width:600px){details>summary{flex-direction:column;align-items:flex-start}}summary>span{font-size:larger;font-weight:700}summary>time{font-style:italic}details[open]>article{background-color:#fff8dc;padding:1ch}aside{width:10%;position:fixed;top:20%;left:3%}aside a{color:#0366d6;text-decoration:none;box-shadow:0 2px 4px #0003}aside a:hover{text-decoration:underline}
