/* Course media: responsive video embeds and downloadable course files.
   Added for the Administration of Medication courses. */
.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1.5rem 0;
  background: #e6ecf0;
  border-radius: 8px;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.course-meta-line { color: #63697a; }
.prose .course-file {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.6rem 1rem;
  border: 1px solid #a7b1c2;
  border-radius: 6px;
  text-decoration: none;
  color: #30455c;
  font-weight: 600;
}
.prose .course-file:hover { border-color: #07c4c8; color: #07c4c8; }
.content-flag {
  border-left: 4px solid #f59070;
  background: #e6ecf0;
  padding: 0.75rem 1rem;
  margin: 1.25rem 0;
  color: #30455c;
}
