.welpen-streams {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.welpen-streams__item {
  width: 100%;
}

.welpen-streams__title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  line-height: 1.3;
}

/* Responsive 16:9 wrapper */
.welpen-streams__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.welpen-streams__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.welpen-streams__empty {
  padding: 2rem;
  text-align: center;
  color: #666;
  background: #f4f4f4;
  border-radius: 8px;
}
