/* Remove blue focus outline from buttons, links, and cards */
.zuzuur-login-btn,
.view-all-btn,
.you-scroll-btn,
.you-scroll-container > * {
    outline: none !important;
    -webkit-tap-highlight-color: transparent; /* Mobile highlight */
    -moz-outline-style: none; /* Firefox */
    -webkit-user-select: none; /* Prevent text selection on tap */
    -ms-user-select: none;
    user-select: none;
}

/* Optional: Remove focus outline when using keyboard navigation */
.zuzuur-login-btn:focus,
.view-all-btn:focus,
.you-scroll-btn:focus,
.you-scroll-container > *:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Remove tap highlight on mobile for smoother UX */
.zuzuur-login-btn::-moz-focus-inner,
.view-all-btn::-moz-focus-inner,
.you-scroll-btn::-moz-focus-inner {
    border: 0;
}

/* Remove blue highlight / focus outline from footer links */
.zuzuur-footer-wrapper a,
.zuzuur-footer-wrapper a:focus,
.zuzuur-footer-wrapper a:active {
    outline: none !important;      /* Remove focus outline */
    box-shadow: none !important;   /* Remove any shadow on focus */
    -webkit-tap-highlight-color: transparent; /* Remove mobile highlight */
}

/* Optional: remove inner border for Firefox */
.zuzuur-footer-wrapper a::-moz-focus-inner {
    border: 0;
}


/* Remove blue highlight / focus outline from History menu buttons */
.history-menu-popup li,
.history-menu-popup li:focus,
.history-menu-popup li:active {
    outline: none !important;        /* Remove default focus outline */
    box-shadow: none !important;     /* Remove any focus shadow */
    -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
}

/* Optional: remove inner border for Firefox */
.history-menu-popup li::-moz-focus-inner {
    border: 0;
}

/* Also remove highlight from overlay if clickable */
.history-menu-overlay {
    -webkit-tap-highlight-color: transparent;
}




/* Remove blue highlight / focus outline from Bookmarks menu popup buttons */
.bookmarks-menu-popup li,
.bookmarks-menu-popup li:focus,
.bookmarks-menu-popup li:active {
    outline: none !important;        /* Remove default focus outline */
    box-shadow: none !important;     /* Remove any focus shadow */
    -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
}

/* Optional: remove inner border for Firefox */
.bookmarks-menu-popup li::-moz-focus-inner {
    border: 0;
}

/* Remove highlight from overlay if tapped/clicked */
.bookmarks-menu-overlay {
    -webkit-tap-highlight-color: transparent;
}



/* Remove blue highlight / focus outline from Shorts menu popup buttons */
.short-menu-popup li,
.short-menu-popup li:focus,
.short-menu-popup li:active {
    outline: none !important;              /* Remove default focus outline */
    box-shadow: none !important;           /* Remove any focus shadow */
    -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
}

/* Optional: remove inner border for Firefox */
.short-menu-popup li::-moz-focus-inner {
    border: 0;
}




/* Remove blue highlight / focus outline from Watch Later menu popup buttons */
.you-menu-popup li,
.you-menu-popup li:focus,
.you-menu-popup li:active {
    outline: none !important;              /* Remove default focus outline */
    box-shadow: none !important;           /* Remove any focus shadow */
    -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
}

/* Optional: remove inner border for Firefox */
.you-menu-popup li::-moz-focus-inner {
    border: 0;
}



/* Remove blue highlight / focus outline from Images section menu popup buttons */
.you-menu-popup-images li,
.you-menu-popup-images li:focus,
.you-menu-popup-images li:active {
    outline: none !important;                 /* Remove default focus outline */
    box-shadow: none !important;              /* Remove any focus shadow */
    -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
}

/* Optional: remove inner border for Firefox */
.you-menu-popup-images li::-moz-focus-inner {
    border: 0;
}




 /* Main Wrapper */
  .channel-page {
    max-width: 1200px;
    margin-left: 75px !important;
    margin: 0 auto;
    padding: 10px;
    font-family: Arial, sans-serif;
    color: #f1f3f4;
  }
  
  /* Header wrapper */
.zuzuur-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
    gap: 20px;
}

/* Avatar image */
.zuzuur-avatar-img {
  width: 100px;
    height: 100px;
  border-radius: 50% !important;
  object-fit: cover;
}

/* Initials circle */
.zuzuur-avatar-initials {
  width: 100%;
  height: 100%;
  background: #f1f3f4;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  font-weight: 600;
  font-size: 18px;
}

  .zuzuur-icon {
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    background: #e8eaed;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zuzuur-icon svg {
    width: 100px;
    height: 100px;
    fill: #5f6368;
    border-radius: 50% !important;
  }

  .zuzuur-info {
    display: flex;
    flex-direction: column;
  }

  .zuzuur-name {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    margin-bottom: 0px;
  }

  .zuzuur-email {
    font-size: 14px;
    color: #555;
  }
  
  /* Login / Logout Button Style */
.zuzuur-login-btn {
  margin-top: 8px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  border: solid 0.9px #e0e0e0;
  color: #000 !important;
  border-radius: 20px;
  cursor: pointer;
  width: fit-content;
  transition: 0.2s;
}

.zuzuur-login-btn:hover {
  background: #f1f2f3;
  color: #000;
  outline: none;
  border: solid 0.9px #e0e0e0;
}


  /* Section Header */
  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 10px;
    position: relative;
  }

  .section-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
  }

  .section-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .view-all-btn {
    font-size: 14px;
    font-weight: 540;
    background: #fff;
    border: solid 0.9px #e0e0e0;
    color: #000;
    padding: 6px 10px !important;
    cursor: pointer;
    outline: none;
    border-radius: 16px;
  }
  .view-all-btn:hover {
    background: #f1f2f3;
    outline: none;
    color: #000;
    border: solid 0.9px #e0e0e0;
  }

  .you-scroll-btn {
    background: #fff;
    border: solid 0.9px #e0e0e0;
    font-size: 18px;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    transition: background 0.2s;
  }

  .you-scroll-btn:hover {
    background: #f1f2f3;
    color: #000;
    outline: none;
    border: solid 0.9px #e0e0e0;
  }

  /* Scrollable Container */
  .you-scroll-container {
    display: flex;
    overflow-x: auto;
    padding-bottom: 30px;
    scroll-behavior: smooth;
  }

  .you-scroll-container::-webkit-scrollbar {
    display: none; /* hide scrollbar */
  }





/* Video Card */
.wl-video-card {
      width: 260px; /* fixed width like YouTube */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s;
  padding: 8px;
}

/* Hover effect */
.wl-video-card:hover {
  background: #f1f2f3;          /* light gray hover */
  border-radius: 12px !important;
}




.wl-video-meta {
    font-size: 12px;
  color: #555;
  line-height: 1.0;
}



.wl-video-thumbnail, 
.wl-video-thumbnail img {
     width: 100%;
  aspect-ratio: 16/9; /* YouTube-like 16:9 */
  background: #f1f3f4;
  border-radius: 12px; /* full round corners */
  object-fit: cover ;
  position: relative;
}

/* Video info below thumbnail */
.wl-video-info {
     padding: 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

/* Title row with flex for three dots */
.wl-video-title-row {
     display: flex;
  justify-content: space-between;
  align-items: center;
}

.wl-video-title {
     font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* single line like YouTube */

}


.wl-video-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    
}


.wl-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.wl-thumb-img {
  width: 100%;
  display: block;
  transition: opacity 0.15s ease;
}



.skeleton-box {
    background: #f1f2f3;
    border-radius: 6px;
    animation: skeleton-loading 1.2s infinite linear;
}

.wl-video-card .skeleton-card .wl-video-thumbnail {
    width: 100%;
  aspect-ratio: 16/9; /* YouTube-like 16:9 */
  background: #f1f3f4;
  border-radius: 12px; /* full round corners */

}

@keyframes skeleton-loading {
    0% { opacity: .6; }
    50% { opacity: .3; }
    100% { opacity: .6; }
}

    
    /* === Duration tag === */
.duration {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 3px;
  line-height: 1;
  font-family: Roboto, Arial, sans-serif;
  z-index: 99;
}

/* === Optional hover effect === */
.video-thumb:hover .duration {
  background: rgba(0, 0, 0, 0.9);
}



.video-card {
  width: 260px; /* fixed width like YouTube */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s;
  padding: 8px;
}

/* Hover effect */
.video-card:hover {
  background: #f1f2f3;          /* light gray hover */
  border-radius: 12px !important;
}



.video-thumbnail img,
.video-thumbnail {
  width: 100%;
  aspect-ratio: 16/9; /* YouTube-like 16:9 */
  background: #f1f3f4;
  border-radius: 12px; /* full round corners */
  object-fit: cover ;
}



.video-info {
  padding: 4px;
  display: flex;
  flex-direction: column;
}


 
.video-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.video-title {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* single line like YouTube */
}



.video-meta {
  font-size: 12px;
  color: #555;
  line-height: 1.0;
}

/* Three dots icon style */
.video-options {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; /* circular */
  transition: background 0.2s, color 0.2s;
}

.video-options:hover {
  background-color: #f5f5f5; /* light gray like YouTube */
  color: #111; /* optional: slightly darker on hover */
}





.history-card {
  width: 260px; /* fixed width like YouTube */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s;
  padding: 8px;
}

/* Hover effect */
.history-card:hover {
  background: #f1f2f3;          /* light gray hover */
  border-radius: 12px !important;
}




.h-video-thumbnail img,
.h-video-thumbnail {
    position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* YouTube-like 16:9 */
  background: #f1f3f4;
  border-radius: 12px; /* full round corners */
  object-fit: cover ;
  overflow: hidden;
}

.h-preview-video {
    border-radius: 12px;
}


.h-video-info {
  padding: 4px;
  display: flex;
  flex-direction: column;
}


 
.h-video-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.h-video-title {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* single line like YouTube */
}



.h-video-meta {
  font-size: 12px;
  color: #555;
  line-height: 1.0;
}

/* Three dots icon style */
.h-video-options {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; /* circular */
  transition: background 0.2s, color 0.2s;
}

.h-video-options:hover {
  background-color: #f5f5f5; /* light gray like YouTube */
  color: #111; /* optional: slightly darker on hover */
}


.short-card-link {
  text-decoration: none !important;
  color: inherit;
}

/* ===== Saved Shorts Card ===== */
.short-card {
  width: 240px; /* fixed width like zuzuur */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s;
 padding: 8px;
}


/* Hover effect */
.short-card:hover {
  background: #f1f2f3;          /* light gray hover */
  border-radius: 12px !important;
}



/* Thumbnail */
.short-thumb-wrapper,
.short-thumbnail img,
.shortthumbnail {
  width: 100%;
  aspect-ratio: 9/12; /* zuzuur Shorts aspect ratio */
  background: #f1f3f4;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.short-overlay { display: none; } /* hide overlay */

/* Short info */
.short-info {
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
}

.short-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.short-title {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* single line like YouTube */
}

.short-meta {
  font-size: 12px;
  color: #555;
  line-height: 1.2;
  margin-top: 2px;
}

/* Three dots menu */
.short-options,
.menu-btnn {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}

.short-options:hover,
.menu-btnn:hover {
  background-color: #f5f5f5;
  color: #111;
}

/* ===== Skeletons ===== */
.skeleton-card-shorts{
  width: 240px;
   aspect-ratio: 9/12; /* zuzuur Shorts aspect ratio */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-right: 12px;
}

.skeleton {
  background: #f1f3f4;
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: loading 1.2s infinite;
}

@keyframes loading {
  0% { left: -150px; }
  50% { left: 100%; }
  100% { left: 100%; }
}

.skeleton.short-thumb {
  height: 360px;
  border-radius: 12px;
}

.skeleton.text-line {
  height: 16px;
  border-radius: 4px;
  margin-top: 8px;
  width: 80%;
}

.skeleton.text-line.short {
  height: 14px;
  border-radius: 4px;
  margin-top: 6px;
  width: 50%;
}









/* Footer Styles */
.page-footer {
  max-width: 1200px;
  margin: 25px auto 0px;
  padding: 0px 0px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #555;
  text-align: left;
}

.page-footer .footer-links {
  margin-bottom: 5px;
  
}

.page-footer .footer-links a {
  color: #555;
  text-decoration: none;
  margin: 0 5px;
  line-height: 1.4; 
}

.page-footer .footer-links a:hover {
  text-decoration: underline;
}

.page-footer .footer-links span {
  margin: 0 5px;
  color: #555;
 
}

.page-footer .footer-text {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

     
    /*=======   Footer Buttons   ========*/
   /* Footer Skeleton (REAL LOOK) */
.zuzuurfooter-skeleton {
  width: 100%;
  height: 60px;                   /* EXACT same as footer */
  background: #f1f2f3;            /* soft skeleton color */
  border-top: 1px solid #ccc;
  box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
  animation: pulse 1.3s infinite ease-in-out;
}

/* Skeleton animation */
@keyframes pulse {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}


    
    
    .zuzuur-footer-wrapper {
      width: 100%;             
      position: sticky;
      bottom: 0;
      box-sizing: border-box;
      z-index: 999;               
      background: transparent;
      padding: 0;
    }

    /* the actual footer bar - scoped name */
    .zuzuur-mobile-footer {
      width: 100%;
      max-width: 100%;
      background: #fff;
      border-top: 1px solid #ccc;
      display: flex;
      justify-content: space-around; /* equal spacing */
      align-items: center;
      box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
      box-sizing: border-box;
    }

    /* link styling inside footer only */
    .zuzuur-mobile-footer .zuzuur-footer-link {
      flex: 1;
      text-align: center;
      text-decoration: none;
      color: #333;
      font-size: 11px;
      padding: 6px 4px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      box-sizing: border-box;
    }
    
    .zuzuur-footer-link .shorts-icon {
  width: 22px;        /* similar to SVG size */
  height: 22px;
  object-fit: contain;
  display: inline-block;
}

    /* svg/icon sizing (scoped) */
    .zuzuur-mobile-footer svg,
    #zuzuur-avatar-img,
    .zuzuur-mobile-footer .glootube-icon-userrr {
      display: block;
      width: 22px;
      height: 22px;
      margin: 0 auto;
      object-fit: cover;
    }
    
     .zuzuur-mobile-footer a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
    
    #zuzuurfooteryou {
    display: inline-flex;     
    align-items: center; 
    background: #f1f2f3;
                 
}

#zuzuurfooteryou img.zuzuur-icon-user-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}


    /* user icon variant */
    .zuzuur-icon-userrr {
      width: 24px !important;
      height: 24px !important;
      border-radius: 50%;
    }
    .zuzuur-tab-wrapper {
      max-width: 1100px;      /* maximum width */
      width: 100%;             /* take full width up to max */
      margin: 0 auto;          /* center horizontally */
      padding: 0;         /* optional: small padding on sides */
      box-sizing: border-box;  /* include padding in width */
    }
    /* Active / selected button style */

    .zuzuur-footer-link.active {
      background-color: #f1f2f3;  /* blue for active */
    }
    


    /* Hover effect for top buttons */
    .zuzuur-footer-link:hover:not(.active) {
      background-color: #f1f2f3;
    }

    /* Hover effect for footer links */
    .zuzuur-footer-link:hover:not(.active) {
      background-color: #f1f2f3;
    }
    
    /* Make the footer avatar fully circular */
#zuzuurfooteryou img#zuzuur-avatar-img,
#zuzuurfooteryou .icon-userrr,
#zuzuurfooteryou .zuz-avatar { 
    border-radius: 50%;    /* makes it perfectly circular */
    object-fit: cover;     /* ensures the image covers the container */
}

    
   


    
    /* ===== Tools-style popup menu ===== */
.you-menu-popup-images {
  position: absolute;
  display: none;
  background: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  z-index: 1000;       
  padding: 4px 0;
  min-width: 180px;
  max-width: 240px;
  max-height: 200px;
  overflow-y: auto;
  font-family: Arial, sans-serif;
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: auto;
}

.you-menu-popup-images::-webkit-scrollbar {
  width: 6px;
}
.you-menu-popup-images::-webkit-scrollbar-thumb {
  background: rgba(170,170,170,0.6);
  border-radius: 10px;
}
.you-menu-popup-images::-webkit-scrollbar-thumb:hover {
  background: rgba(120,120,120,0.8);
}

.you-menu-popup-images ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.you-menu-popup-images li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.you-menu-popup-images li:hover {
  background-color: #f8f8f8;
}
.you-menu-popup-images .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #606060;
}
.you-menu-popup-images .icon svg {
  width: 20px;
  height: 20px;
  fill: #606060;
  transition: fill 0.15s ease;
}
.you-menu-popup-images li:hover .icon svg {
  fill: #000;
}

.menu-overlay-images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: 999;       /* overlay */
}
    
    
    
    

/* ===== watch later-style popup menu ===== */
.you-menu-popup {
  position: absolute;
  display: none;
  background: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  z-index: 1000;       
  padding: 4px 0;
  min-width: 180px;
  max-width: 240px;
  max-height: 200px;
  overflow-y: auto;
  font-family: Arial, sans-serif;
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: auto;
}

.you-menu-popup::-webkit-scrollbar {
  width: 6px;
}
.you-menu-popup::-webkit-scrollbar-thumb {
  background: rgba(170,170,170,0.6);
  border-radius: 10px;
}
.you-menu-popup::-webkit-scrollbar-thumb:hover {
  background: rgba(120,120,120,0.8);
}

.you-menu-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.you-menu-popup li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.you-menu-popup li:hover {
  background-color: #f8f8f8;
}
.you-menu-popup .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #606060;
}
.you-menu-popup .icon svg {
  width: 20px;
  height: 20px;
  fill: #606060;
  transition: fill 0.15s ease;
}
.you-menu-popup li:hover .icon svg {
  fill: #000;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: 999;       /* overlay */
}





/* ===== Shorts popup menu ===== */
.short-menu-popup {
  position: absolute;
  display: none;
  background: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  z-index: 1000;       
  padding: 4px 0;
  min-width: 180px;
  max-width: 240px;
  max-height: 200px;
  overflow-y: auto;
  font-family: Arial, sans-serif;
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: auto;
}

.short-menu-popup::-webkit-scrollbar {
  width: 6px;
}
.short-menu-popup::-webkit-scrollbar-thumb {
  background: rgba(170,170,170,0.6);
  border-radius: 10px;
}
.short-menu-popup::-webkit-scrollbar-thumb:hover {
  background: rgba(120,120,120,0.8);
}

.short-menu-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.short-menu-popup li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.short-menu-popup li:hover {
  background-color: #f8f8f8;
}
.short-menu-popup .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #606060;
}
.short-menu-popup .icon svg {
  width: 20px;
  height: 20px;
  fill: #606060;
  transition: fill 0.15s ease;
}
.short-menu-popup li:hover .icon svg {
  fill: #000;
}

.short-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: 999;       /* overlay */
}




/* ===== History style popup menu ===== */
.history-menu-popup {
  position: absolute;
  display: none;
  background: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  z-index: 1000;       
  padding: 4px 0;
  min-width: 180px;
  max-width: 240px;
  max-height: 200px;
  overflow-y: auto;
  font-family: Arial, sans-serif;
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: auto;
}

.history-menu-popup::-webkit-scrollbar {
  width: 6px;
}
.history-menu-popup::-webkit-scrollbar-thumb {
  background: rgba(170,170,170,0.6);
  border-radius: 10px;
}
.history-menu-popup::-webkit-scrollbar-thumb:hover {
  background: rgba(120,120,120,0.8);
}

.history-menu-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.history-menu-popup li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.history-menu-popup li:hover {
  background-color: #f8f8f8;
}
.history-menu-popup .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #606060;
}
.history-menu-popup .icon svg {
  width: 20px;
  height: 20px;
  fill: #606060;
  transition: fill 0.15s ease;
}
.history-menu-popup li:hover .icon svg {
  fill: #000;
}

.history-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: 999;       /* overlay */
}




/* ===== bookamrks style popup menu ===== */
.bookmarks-menu-popup {
  position: absolute;
  display: none;
  background: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  z-index: 1000;       
  padding: 4px 0;
  min-width: 180px;
  max-width: 240px;
  max-height: 200px;
  overflow-y: auto;
  font-family: Arial, sans-serif;
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: auto;
}

.bookmarks-menu-popup::-webkit-scrollbar {
  width: 6px;
}
.bookmarks-menu-popup::-webkit-scrollbar-thumb {
  background: rgba(170,170,170,0.6);
  border-radius: 10px;
}
.bookmarks-menu-popup::-webkit-scrollbar-thumb:hover {
  background: rgba(120,120,120,0.8);
}

.bookmarks-menu-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bookmarks-menu-popup li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.bookmarks-menu-popup li:hover {
  background-color: #f8f8f8;
}
.bookmarks-menu-popup .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #606060;
}
.bookmarks-menu-popup .icon svg {
  width: 20px;
  height: 20px;
  fill: #606060;
  transition: fill 0.15s ease;
}
.bookmarks-menu-popup li:hover .icon svg {
  fill: #000;
}

.bookmarks-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: 999;       /* overlay */
}


.skeleton-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    
}

.you-history-skeleton {
    background: #e3e3e3;
    border-radius: 6px;
    animation: skeleton-loading 1.2s infinite linear;
}



.you-history-skeleton-card .h-video-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

.you-history-skeleton-card .h-video-info {
    padding: 10px 0;
}



.skeleton-box {
    background: #e3e3e3;
    border-radius: 6px;
    animation: skeleton-loading 1.2s infinite linear;
}

.video-card.skeleton-card .video-thumbnail {
    width: 100%;
  aspect-ratio: 16/9; /* YouTube-like 16:9 */
  background: #f1f3f4;
  border-radius: 12px; /* full round corners */

}

.history-card.you-history-skeleton .h-video-thumbnail {
    width: 100%;
  aspect-ratio: 16/9; /* YouTube-like 16:9 */
  background: #f1f3f4;
  border-radius: 12px; /* full round corners */

}


@keyframes skeleton-loading {
    0% { opacity: .6; }
    50% { opacity: .3; }
    100% { opacity: .6; }
}


.short-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: none;
  z-index: 2;
  background: #000;
}

.short-thumb-wrapper {
    position: relative;
    overflow: hidden;
}

.short-thumb,
.short-preview-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.short-preview-video {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}


    
   
    
.badge-img {
  position: absolute;
  bottom: 6px;
  right: 6px;
  height: 20px;
  padding: 0 6px;
  background: rgba(0,0,0,0.85);
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
}
.badge-duration { position:absolute; bottom:6px; right:6px; background:rgba(0,0,0,0.7); color:#fff; font-size:10px; padding:1px 3px; border-radius:2px; z-index: 99; }


.badge-short {
  position: absolute;
  bottom: 6px;
  left: 6px;
  height: 20px;
  padding: 0 6px;
  background: #ff0033;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
}
    
    
    
/* ========== images delete toast notification ========== */
/* Toast container */
#toast-container {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

/* Individual toast */
.toast {
 background: #000;
  border: none;
  color: #fff;
  padding: 12px 20px;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 14px;
 /* min-width: 200px; */
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Show toast */
.toast.show {
  opacity: 1;
  transform: translateY(0);
}

 .share-popup-bookmarks {
  background: #fff;
  max-width: 460px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: fixed;       
  top: 50%;             
  left: 50%;            
  transform: translate(-50%, -50%); 
  z-index: 10000;      
}


 .share-popup {
  background: #fff;
  max-width: 460px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: fixed;       
  top: 50%;             
  left: 50%;            
  transform: translate(-50%, -50%); 
  z-index: 10000;      
}








/* shorts section share popup */
  
    .share-popup-short {
  background: #fff;
  max-width: 460px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: fixed;       
  top: 50%;             
  left: 50%;            
  transform: translate(-50%, -50%); 
  z-index: 10000;      
}


 .close-btnbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;   
  height: 35px;
  background: transparent; /* better than #55 for visibility */
  border: none;
  font-size: 38px; 
  cursor: pointer;
  color: #555;
  transition: color 0.2s ease;
  display: flex;           
  align-items: center;
  justify-content: center;
  border-radius: 50%;     
  line-height: 1; /* ensure icon is centered */
  padding: 0;      /* remove default button padding */
  text-align: center;
}

.close-btnbtn:hover {
  color: #000;
  background: none !important;
}



    .share-icons-wrapper {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .share-icons-wrapper h3 {
      margin: 0 0 15px 0;
      font-size: 16px;
      font-weight: 400;
      color: #000;
    }

    .scroll-btnbtn {
      position: absolute;
      top: 50px;
      background: #fff;
      border: none;
      font-size: 20px;
      cursor: pointer;
      width: 38px;
      height: 38px;
      color: #333;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: all 0.25s ease;
    }

    .scroll-btnbtn:hover {
      background: #f1f1f1;
      transform: scale(1.05);
    }

    .left-btnbtn {
      left: 0;
     
    }

    .right-btnbtn {
      right: 0;
    }

    .share-icons {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      scrollbar-width: none;
      scroll-behavior: smooth;
      padding: 5px 0px;
      position: relative;
    }

    .share-icons::-webkit-scrollbar {
      display: none;
    }

    .share-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      min-width: 65px;
      text-align: center;
      user-select: none;
    }

    .share-icon img {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #f5f5f5;
      padding: 6px;
      transition: transform 0.2s ease;
    }

    .share-icon:hover img {
      transform: scale(1.08);
    }

    .share-icon span {
      font-size: 12px;
      margin-top: 6px;
      color: #333;
    }

    .share-link-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 8px;
      margin: 0 1px 16px;
      margin-top: 30px;
    }

    .share-link-box input {
      border: none !important;
      outline: none !important;
      width: 80%;
      font-size: 14px;
    }

    .copy-btn {
      background-color: #065fd4;
      color: white;
      border: none;
      padding: 8px 14px;
      border-radius: 20px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
    }
     .copy-btn:hover {
       background-color: #065fd4;
       color: white;
    }








/* Watch Later section share popup */
  
    .share-popup-video {
  background: #fff;
  max-width: 460px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: fixed;       
  top: 50%;             
  left: 50%;            
  transform: translate(-50%, -50%); 
  z-index: 10000;      
}


 .close-btnbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;   
  height: 35px;
  background: transparent; /* better than #55 for visibility */
  border: none;
  font-size: 38px; 
  cursor: pointer;
  color: #555;
  transition: color 0.2s ease;
  display: flex;           
  align-items: center;
  justify-content: center;
  border-radius: 50%;     
  line-height: 1; /* ensure icon is centered */
  padding: 0;      /* remove default button padding */
  text-align: center;
}

.close-btnbtn:hover {
  color: #000;
  background: none !important;
}



    .share-icons-wrapper {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .share-icons-wrapper h3 {
      margin: 0 0 15px 0;
      font-size: 16px;
      font-weight: 400;
      color: #000;
    }

    .scroll-btnbtn {
      position: absolute;
      top: 50px;
      background: #fff;
      border: none;
      font-size: 20px;
      cursor: pointer;
      width: 38px;
      height: 38px;
      color: #333;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: all 0.25s ease;
    }

    .scroll-btnbtn:hover {
      background: #f1f1f1;
      transform: scale(1.05);
    }

    .left-btnbtn {
      left: 0;
     
    }

    .right-btnbtn {
      right: 0;
    }

    .share-icons {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      scrollbar-width: none;
      scroll-behavior: smooth;
      padding: 5px 0px;
      position: relative;
    }

    .share-icons::-webkit-scrollbar {
      display: none;
    }

    .share-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      min-width: 65px;
      text-align: center;
      user-select: none;
    }

    .share-icon img {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #f5f5f5;
      padding: 6px;
      transition: transform 0.2s ease;
    }

    .share-icon:hover img {
      transform: scale(1.08);
    }

    .share-icon span {
      font-size: 12px;
      margin-top: 6px;
      color: #333;
    }

    .share-link-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 8px;
      margin: 0 1px 16px;
      margin-top: 30px;
    }

    .share-link-box input {
      border: none !important;
      outline: none !important;
      width: 80%;
      font-size: 14px;
    }

    .copy-btn {
      background-color: #065fd4;
      color: white;
      border: none;
      padding: 8px 14px;
      border-radius: 20px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
    }
     .copy-btn:hover {
       background-color: #065fd4;
       color: white;
    }






/* Watch Later section share popup */
  
    .share-popup-history {
  background: #fff;
  max-width: 460px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: fixed;       
  top: 50%;             
  left: 50%;            
  transform: translate(-50%, -50%); 
  z-index: 10000;      
}


 .close-btnbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;   
  height: 35px;
  background: transparent; /* better than #55 for visibility */
  border: none;
  font-size: 38px; 
  cursor: pointer;
  color: #555;
  transition: color 0.2s ease;
  display: flex;           
  align-items: center;
  justify-content: center;
  border-radius: 50%;     
  line-height: 1; /* ensure icon is centered */
  padding: 0;      /* remove default button padding */
  text-align: center;
}

.close-btnbtn:hover {
  color: #000;
  background: none !important;
}



    .share-icons-wrapper {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .share-icons-wrapper h3 {
      margin: 0 0 15px 0;
      font-size: 16px;
      font-weight: 400;
      color: #000;
    }

    .scroll-btnbtn {
      position: absolute;
      top: 50px;
      background: #fff;
      border: none;
      font-size: 20px;
      cursor: pointer;
      width: 38px;
      height: 38px;
      color: #333;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: all 0.25s ease;
    }

    .scroll-btnbtn:hover {
      background: #f1f1f1;
      transform: scale(1.05);
    }

    .left-btnbtn {
      left: 0;
     
    }

    .right-btnbtn {
      right: 0;
    }

    .share-icons {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      scrollbar-width: none;
      scroll-behavior: smooth;
      padding: 5px 0px;
      position: relative;
    }

    .share-icons::-webkit-scrollbar {
      display: none;
    }

    .share-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      min-width: 65px;
      text-align: center;
      user-select: none;
    }

    .share-icon img {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #f5f5f5;
      padding: 6px;
      transition: transform 0.2s ease;
    }

    .share-icon:hover img {
      transform: scale(1.08);
    }

    .share-icon span {
      font-size: 12px;
      margin-top: 6px;
      color: #333;
    }

    .share-link-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 8px;
      margin: 0 1px 16px;
      margin-top: 30px;
    }

    .share-link-box input {
      border: none !important;
      outline: none !important;
      width: 80%;
      font-size: 14px;
    }

    .copy-btn {
      background-color: #065fd4;
      color: white;
      border: none;
      padding: 8px 14px;
      border-radius: 20px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
    }
    .copy-btn:hover {
       background-color: #065fd4;
       color: white;
    }

  /* Responsive */
  @media (max-width: 923px) {
  .channel-page {
    margin-left: 0px !important; }
  }
 
    /* Mobile adjustments */
@media (max-width: 823px) {
    .share-popup-short {
      max-width: 460px;
      width: 95%;
      padding: 15px;
    }
    
    .share-popup-history {
      max-width: 460px;
      width: 95%;
      padding: 15px;
    }
    
    
  .share-popup-video {
      max-width: 460px;
      width: 95%;
      padding: 15px;
    }
    
    .share-popup {
      max-width: 460px;
      width: 95%;
      padding: 15px;
    }
    .share-popup-bookmarks {
      max-width: 460px;
      width: 95%;
      padding: 15px;
    }
}



    
    
    /* Hide footer on desktop (larger than 1024px) */
@media (min-width: 824px) {
  .zuzuur-footer-wrapper {
    display: none !important;
  }
}

/* Show footer on tablets and mobile */
@media (max-width: 823px) {
  .zuzuur-footer-wrapper {
    display: block !important;
  }
  
  .you-scroll-container {
      margin-left: -10px;
      margin-right: -10px;
  }

  
.short-card {
  position: relative; /* ✅ this allows absolute children to position relative to this card */
}

/* Three dots menu button */
.menu-btnn {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;

  /* Absolute top-right corner */
  position: absolute;   /* ✅ absolute positioning */
  top: 8px;             /* distance from top of card */
  right: 8px;           /* distance from right of card */
  background: none; /* optional semi-transparent bg */
  z-index: 10;          /* ensures it’s above other elements */
}
  
.menu-btnn:hover {
  background-color: rgba(0,0,0,0.6) !important;
  color: #fff;
}
  
  .short-title,
  .short-meta {
      display: none;
  }
  
  
/* Overlay container */
.short-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  color: #fff;
  pointer-events: none; /* allow clicks through except buttons */
}



.short-overlay h4 {
  font-size: 16px;
  margin: 0;
   font-weight: 500;
  cursor: pointer;
  color: white;
  z-index: 30;
}

/* Title */
.short-overlay .short-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-right: 40px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  pointer-events: auto;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.25;
  max-height: calc(1.25em * 2);
}



/* Menu icon */
.short-overlay .menu-btnn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: none;
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 90;
  pointer-events: auto;
}

.short-overlay .menu-btnn:hover {
  background: rgba(0,0,0,0.6);
}
  
  .you-scroll-btn {
    display: none;
  }
  
  .you-menu-popup-images {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 8px 0;
    border-radius: 16px;
    max-width: 90%;
    max-height: 80%;
  }
  
  
  .short-menu-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 8px 0;
    border-radius: 16px;
    max-width: 90%;
    max-height: 80%;
  }
  
  .you-menu-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 8px 0;
    border-radius: 16px;
    max-width: 90%;
    max-height: 80%;
  }
  
  .bookmarks-menu-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 8px 0;
    border-radius: 16px;
    max-width: 90%;
    max-height: 80%;
  }
  
  .history-menu-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 8px 0;
    border-radius: 16px;
    max-width: 90%;
    max-height: 80%;
  }
  
  
  
}

