._v43hd-no-results{

text-align:center; color:#888; font-size:18px; display:none; margin-top:20px;
}

 ._h9k92-body {
      margin: 0;
      font-family: 'Tahoma', sans-serif;
      background: linear-gradient(135deg, #eef3f7, #ffffff);
      color: #1c1c1c;
      padding-bottom: 50px;
      scroll-behavior: smooth;
    }

    ._v43hd-page-title {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    ._p0z88-description {
      text-align: center;
      font-size: 16px;
      color: #444;
      margin: 0 12px 20px;
      line-height: 1.8;
    }

    ._v43hd-search-container {
      display: flex;
      justify-content: center;
      margin: 15px 10px;
    }

    ._v43hd-search-container input {
      width: 100%;
      max-width: 500px;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 8px;
      transition: border-color 0.3s ease;
    }

    ._v43hd-search-container input:focus {
      border-color: #007BFF;
      outline: none;
      box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    }

    ._v43hd-video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 20px;
      padding: 10px 15px 40px;
    }

    ._v43hd-video-card {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 5px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      overflow: hidden;
    }

    ._s8r33-frame {
      width: 100%;
      aspect-ratio: 16 / 9;
      border: 2px dashed #a2d5f2;
      border-radius: 12px;
      background-color: #e1f5fe;
      transition: all 0.4s ease-in-out;
      box-shadow: 0 0 6px rgba(0,0,0,0.08);
    }

    ._s8r33-frame:hover {
      transform: scale(1.01) rotate(0.3deg);
      border-color: #29b6f6;
    }

    ._d3l90-title {
      font-size: 17px;
      font-weight: 600;
      margin: 10px auto 0;
      text-align: center;
      background: linear-gradient(to right, #283593, #0288d1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0 1px 1px rgba(0,0,0,0.1);
      letter-spacing: 0.5px;
    }