video {
  width: 100%;
  border: 2px solid;
  border-bottom: 1px solid;
  border-radius: var(--rounded) var(--rounded) 0 0;
  box-sizing: border-box;
  display: block;
}

details {
  border-left: 2px solid;
  border-right: 2px solid;
  border-top: 2px dotted;
  padding: var(--space-xs) var(--space-sm);
}

details:first-of-type {
  border-top: none;
}

details:last-of-type {
  border: 2px solid;
  border-top: 2px dotted;
  border-radius: 0 0 var(--rounded) var(--rounded);
}