.college-source-host{position:relative;height:0;}
.college-footer,
.footer .copy,
.copy,
.copy_right,
.copyright{position:relative;}
.college-source-mark{
  position:absolute;
  right:16px;
  bottom:18px;
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#c9cdd4;
  opacity:.4;
  cursor:pointer;
  line-height:0;
  z-index:3;
}
.college-source-host > .college-source-mark{bottom:36px;}
.college-footer .college-source-mark{right:16px;bottom:18px;}
.footer .copy .college-source-mark,
.copy .college-source-mark,
.copy_right .college-source-mark,
.copyright .college-source-mark{right:0;bottom:2px;}
.college-source-mark:hover,
.college-source-mark[aria-expanded="true"]{opacity:.85;background:#86909c;}
.college-source-panel{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  max-width:720px;
  max-height:70vh;
  margin:0 auto;
  overflow:auto;
  z-index:10050;
  box-sizing:border-box;
  padding:14px 16px 16px;
  background:#fff;
  border:1px solid #e5e6eb;
  border-radius:10px;
  box-shadow:0 8px 28px rgba(15,23,42,.12);
  color:#4e5969;
  font-size:13px;
  line-height:1.55;
}
.college-source-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;}
.college-source-title{margin:0;font-size:14px;color:#1f2329;font-weight:600;}
.college-source-close{
  border:0;
  background:#f2f3f5;
  color:#4e5969;
  border-radius:6px;
  padding:4px 10px;
  cursor:pointer;
  font-size:12px;
}
.college-source-group + .college-source-group{margin-top:12px;padding-top:10px;border-top:1px solid #f2f3f5;}
.college-source-group-title{margin:0 0 8px;color:#86909c;font-size:12px;}
.college-source-row{display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px 12px;margin-bottom:6px;}
.college-source-k{color:#86909c;}
.college-source-v{color:#1f2329;word-break:break-all;white-space:pre-wrap;}
.college-source-v.is-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;}
