    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: #111;
      color: #f5f5f5;
      margin: 0;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .wrapper {
      max-width: 900px;
      width: 100%;
    }
    video {
      width: 100%;
      max-height: 70vh;
      background: #000;
      border-radius: 8px;
    }
    h1 {
      font-size: 1.4rem;
      margin-bottom: 0.5rem;
      text-align: center;
    }
    p {
      font-size: 0.9rem;
      color: #ccc;
      text-align: center;
    }
    .meta {
      margin-top: 0.75rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.9rem;
    }
    .badge {
      padding: 0.25rem 0.6rem;
      border-radius: 999px;
      border: 1px solid #444;
      background: #1d1d1d;
      color: #f0f0f0;
      white-space: nowrap;
    }
    .download-link {
      color: #7fb5ff;
      text-decoration: none;
    }
    .download-link:hover {
      text-decoration: underline;
    }
    .af-license-block {
      max-width: 800px;
      margin: 2rem auto;
      padding: 1.75rem 2rem;
      background: #111111;
      border: 1px solid rgba(224,224,224,1);
      border-radius: 6px;
      font-family: "Georgia", "Times New Roman", serif;
      line-height: 1.5;
    }
    .af-license-block h2 {
      margin-top: 0;
      margin-bottom: 0.75rem;
      font-family: "Georgia", "Times New Roman", serif;
      font-size: 1.25rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
     .af-license-block ul {
      margin-left: 2rem;
    }   
    .af-license-footer {
      margin-top: 1.25rem;
      font-size: 0.9rem;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    
    body.dark-mode .af-license-block,
    .dark .af-license-block {
      background: rgba(0,0,0,0.45);
      border-color: rgba(255,255,255,0.25);
      color: #000000;
    }

