/* General layout */
body {
  margin: 0;
  background: #111;
  color: #eee;
  padding: 16px;
  display: flex;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wrap {
  width: 100%;
  max-width: 980px;
}

main {
  width: 100%;
}

/* Video quality row */
.row {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #444;
  background: #1d1d1d;
  font-size: 14px;
}

label {
  font-size: 14px;
  color: #ddd;
  display: flex;
  align-items: center;
  gap: 8px;
}

select {
  background: #1d1d1d;
  color: #eee;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 0.35rem 0.5rem;
  font-size: 14px;
}

/* Note under selector */
.note {
  margin-top: 8px;
  color: #bbb;
  font-size: 14px;
}

/* Video player styling */
.video-js {
  border-radius: 15px;
  overflow: hidden;
}

/* Header tweaks */
.header-subtitle sup {
  font-size: 0.6em;
}

/* Optional tech note block */
.af-tech-note {
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  border-left: 3px solid #444;
  background: #161616;
  color: #ccc;
  font-size: 13px;
  line-height: 1.5;
}
