.blog-post ul {list-style:circle; margin-left:30px;margin-bottom:20px}


   
    .video-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .video-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      padding: 16px;
      margin-bottom: 20px;
    }

    

    iframe {
      width: 100%;
      height: 450px;
      border: none;
      border-radius: 6px;
    }

    .open-popup {
      margin-top: 10px;
      padding: 8px 12px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    .popup-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-content {
      background: white;
      padding: 20px;
      border-radius: 8px;
      position: relative;
      max-width: 80%;
    }

    .popup-content iframe {
      width: 100%;
      height: 500px;
    }

    .close-popup {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      cursor: pointer;
      background: none;
      border: none;
    }
