.talk-video-block {
  display: block;
  width: 100%;
  max-width: 20rem;
  margin-top: 0.35rem;
}

.video_floater {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.video_frame {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.35);
  border-radius: 0.5rem;
  box-sizing: border-box;
  background: #000;
}

.video_embed {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.playbutton {
  font-size: 24pt;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.25em 0.75em;
  border-radius: 0.75em;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1;
}

.talk-video-link {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}

.talk-video-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.35);
  border-radius: 0.5rem;
  box-sizing: border-box;
  background: #000;
}

.talk-video-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.talk-video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  color: #fff;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.12));
}

.talk-video-overlay .playbutton {
  flex: 0 0 auto;
  font-size: 16pt;
  padding: 0.2em 0.55em;
  border-radius: 0.6em;
}

.talk-video-meta {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.talk-video-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

.talk-video-title {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}

.talk-video-link:hover .talk-video-thumb,
.talk-video-link:focus-visible .talk-video-thumb {
  border-color: rgba(127, 127, 127, 0.6);
}

.talk-video-link:focus-visible {
  outline: none;
}

.talk-video-link:focus-visible .talk-video-thumb {
  border-color: rgba(127, 127, 127, 0.75);
}

@media (max-width: 600px) {
  .video_floater,
  .talk-video-link,
  .talk-video-block {
    max-width: 100%;
  }

  .talk-video-overlay {
    gap: 0.6rem;
    padding: 0.65rem;
  }

  .talk-video-overlay .playbutton {
    font-size: 14pt;
    padding: 0.18em 0.48em;
  }
}
