.video-description {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
}

.description-links,
.link-checks {
  display: grid;
  gap: 8px;
}

.description-links a,
.link-check span {
  overflow-wrap: anywhere;
}

.link-check {
  display: grid;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px 12px;
}

.link-check.found {
  border-color: #86efac;
  background: #f0fdf4;
}

.link-check.found strong {
  color: var(--green);
}

.link-check.missing {
  border-color: #fecaca;
  background: #fef2f2;
}

.link-check.missing strong {
  color: var(--red);
}

.channel-picker {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
}

.channel-picker legend {
  color: #4c566a;
  font-weight: 700;
  padding: 0 6px;
}

.channel-picker p {
  margin: 0 0 10px;
}

.channel-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.channel-option {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
}

.channel-option input {
  width: auto;
  margin: 0;
}

@media (max-width: 600px) {
  .channel-options { grid-template-columns: 1fr; }
}

.campaign-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.analytics-state {
  display: block;
  color: var(--muted);
}

.verification-note {
  margin: 14px 0 0;
  font-size: 13px;
}
