.learning-resource-context{padding:.65rem 1rem;background:#eef5f1;border-left:4px solid #37826a;border-radius:8px;color:#24443b;font-size:.95rem}
.resource-selectors{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;align-items:flex-start}
.resource-selectors>div{flex:1 1 250px;min-width:0}
.resource-selectors label{display:grid;gap:.5rem;font-weight:700}
.resource-selectors select{width:100%;max-width:100%;padding:.7rem;border:1px solid #b8c9c3;border-radius:10px;background:white;color:#243c34;font:inherit}
.resource-selectors .td-note{font-size:.9rem;font-weight:400}
.resource-trace{font-size:.9rem;color:#475e55;white-space:pre-line}

#teacherWorkspace .td-resource-guides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}
#teacherWorkspace .td-resource-guides article{margin:0;align-items:flex-start;padding:20px}
#teacherWorkspace .td-resource-guides article>div{min-width:0}
#teacherWorkspace .td-resource-guides .td-icon{flex-shrink:0}
#teacherWorkspace .td-resource-guides h2{margin:0 0 8px}
#teacherWorkspace .td-resource-guides .td-guide-more{margin-top:12px;background:transparent;border:0;padding:0;text-decoration:underline;text-underline-offset:3px;font-weight:700}
#teacherWorkspace .td-resource-help{margin-top:24px;max-width:850px;line-height:1.65}
#teacherWorkspace .td-resource-help h2{scroll-margin-top:24px}
@media(max-width:700px){#teacherWorkspace .td-resource-guides{grid-template-columns:1fr}}
