/* MeetScribe公開ページの最小スタイル */
body {
  font-family: -apple-system, "Hiragino Sans", sans-serif;
  margin: 0;
  background: #fafafa;
  color: #222;
}
main {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 16px 64px;
}
.breadcrumb { color: #888; font-size: 14px; }
.breadcrumb a { color: #4a7dbd; text-decoration: none; }
.video { position: relative; padding-top: 56.25%; margin: 16px 0; }
.video iframe {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border-radius: 8px;
}
pre.summary, pre.transcript {
  white-space: pre-wrap;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
  line-height: 1.7;
}
ul.meetings, ul.categories { list-style: none; padding: 0; }
ul.meetings li, ul.categories li {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin: 8px 0;
  padding: 12px 16px;
}
ul.meetings a, ul.categories a {
  color: #4a7dbd; text-decoration: none; font-weight: 600;
}
ul.meetings .title { color: #666; margin-left: 12px; }
.notice { color: #888; }
