.local-video-placeholder {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f5f5f5;
  color: #222;
  text-align: center;
}

.local-video-placeholder strong {
  font-size: 1.4rem;
}

.local-video-placeholder a {
  display: inline-block;
  padding: 10px 18px;
  background: #bd1e2d;
  color: #fff;
  text-decoration: none;
}

.local-form-status {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 4px solid #bd1e2d;
  background: #f7f7f7;
  color: #222;
}
