/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 01:40:06 */
#ugo-yt-gallery * {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

#ugo-yt-gallery {
  background: #f0f0f0;
  font-size: 13px;
  color: #333;
  padding-bottom: 20px;
}

/* TOP BAR */
#ugo-yt-gallery .yt-topbar {
  height: 50px;
  background: linear-gradient(to bottom, #eeeeee 0%, #e0e0e0 50%, #d4d4d4 51%, #dcdcdc 100%);
  border-bottom: 1px solid #b8b8b8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 10px;
}

#ugo-yt-gallery .yt-logo img {
  height: 28px;
  display: block;
}

#ugo-yt-gallery .yt-search-wrap {
  display: flex;
  flex: 1;
  max-width: 420px;
}

#ugo-yt-gallery .yt-search-input {
  flex: 1;
  height: 26px;
  border: 1px solid #b0b0b0;
  border-right: none;
  padding: 0 8px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  background: #fff;
  border-radius: 2px 0 0 2px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: #333;
}

#ugo-yt-gallery .yt-search-input:focus {
  border-color: #4d90fe;
}

#ugo-yt-gallery .yt-search-btn {
  width: 56px;
  height: 26px;
  border: 1px solid #b0b0b0;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 50%, #dcdcdc 51%, #e4e4e4 100%);
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
  color: #666;
}

#ugo-yt-gallery .yt-search-btn:hover { background: #ddd; }
#ugo-yt-gallery .yt-search-btn:active { background: #ccc; }

#ugo-yt-gallery .yt-topbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

#ugo-yt-gallery .yt-top-link {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  gap: 3px;
}

#ugo-yt-gallery .yt-top-link:hover { color: #cc0000; }

#ugo-yt-gallery .yt-top-sep {
  color: #bbb;
  font-size: 11px;
}

#ugo-yt-gallery .yt-signin-btn {
  height: 26px;
  padding: 0 10px;
  border: 1px solid #b0b0b0;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 50%, #dcdcdc 51%, #e4e4e4 100%);
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #333;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

#ugo-yt-gallery .yt-signin-btn:hover { background: linear-gradient(to bottom, #eee 0%, #ddd 100%); }

/* CHANNEL BANNER */
#ugo-yt-gallery .yt-banner {
  background: linear-gradient(to bottom, #d40000 0%, #aa0000 100%);
  border-bottom: 1px solid #800000;
  padding: 12px 16px 0;
}

#ugo-yt-gallery .yt-banner-inner {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  max-width: 1060px;
}

#ugo-yt-gallery .yt-avatar {
  width: 64px;
  height: 64px;
  border-radius: 3px;
  border: 2px solid rgba(255,255,255,0.55);
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.35);
  background: #ccc;
}

#ugo-yt-gallery .yt-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#ugo-yt-gallery .yt-chan-info {
  padding-bottom: 8px;
  flex: 1;
}

#ugo-yt-gallery .yt-chan-name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  margin-bottom: 3px;
}

#ugo-yt-gallery .yt-chan-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.75);
}

#ugo-yt-gallery .yt-sub-btn {
  margin-bottom: 10px;
  height: 28px;
  padding: 0 12px;
  border: 1px solid #999;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 50%, #dcdcdc 51%, #e4e4e4 100%);
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #333;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
  white-space: nowrap;
}

#ugo-yt-gallery .yt-sub-btn:hover { background: linear-gradient(to bottom, #eee 0%, #ddd 100%); }
#ugo-yt-gallery .yt-sub-btn.subbed { color: #888; background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%); }

#ugo-yt-gallery .yt-tabs {
  display: flex;
  gap: 0;
  margin-top: 8px;
}

#ugo-yt-gallery .yt-tab {
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,0.85);
  padding: 7px 14px;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}

#ugo-yt-gallery .yt-tab:hover { background: rgba(255,255,255,0.1); }
#ugo-yt-gallery .yt-tab.active { background: #f0f0f0; color: #333; }

/* MAIN LAYOUT */
#ugo-yt-gallery .yt-main {
  display: flex;
  padding: 14px 16px;
  max-width: 1060px;
  gap: 0;
}

#ugo-yt-gallery .yt-content { flex: 1; min-width: 0; }
#ugo-yt-gallery .yt-sidebar { width: 220px; flex-shrink: 0; margin-left: 16px; }

/* FILTER BAR */
#ugo-yt-gallery .yt-filter {
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 50%, #dedede 51%, #e5e5e5 100%);
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  padding: 7px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.06);
}

#ugo-yt-gallery .yt-filter-label {
  font-size: 12px;
  color: #444;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

#ugo-yt-gallery .yt-filter-select {
  font-size: 11px;
  border: 1px solid #b0b0b0;
  border-radius: 2px;
  padding: 2px 5px;
  background: linear-gradient(to bottom, #fafafa, #efefef);
  color: #333;
  cursor: pointer;
  font-family: Arial, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

#ugo-yt-gallery .yt-view-btns {
  display: flex;
  gap: 2px;
  margin-left: auto;
}

#ugo-yt-gallery .yt-vbtn {
  width: 24px;
  height: 22px;
  border: 1px solid #b0b0b0;
  background: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

#ugo-yt-gallery .yt-vbtn.active {
  background: linear-gradient(to bottom, #e0e0e0, #c8c8c8);
  border-color: #999;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}

#ugo-yt-gallery .yt-vbtn svg { fill: #555; }
#ugo-yt-gallery .yt-vbtn.active svg { fill: #333; }

/* VIDEO CARDS */
#ugo-yt-gallery .yt-video-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#ugo-yt-gallery .yt-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

#ugo-yt-gallery .yt-card:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.14);
}

#ugo-yt-gallery .yt-thumb {
  width: 196px;
  flex-shrink: 0;
  background: #000;
  position: relative;
  overflow: hidden;
}

#ugo-yt-gallery .yt-thumb img {
  width: 196px;
  height: 110px;
  object-fit: cover;
  display: block;
  border: none;
}

#ugo-yt-gallery .yt-thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0);
  transition: background 0.15s;
  cursor: pointer;
}

#ugo-yt-gallery .yt-thumb-overlay:hover {
  background: rgba(0,0,0,0.25);
}

#ugo-yt-gallery .yt-play-icon {
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.15s;
}

#ugo-yt-gallery .yt-thumb-overlay:hover .yt-play-icon {
  opacity: 1;
}

#ugo-yt-gallery .yt-body {
  flex: 1;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#ugo-yt-gallery .yt-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a0dab;
  text-decoration: none;
  line-height: 1.35;
  margin-bottom: 3px;
  display: block;
}

#ugo-yt-gallery .yt-title:hover {
  text-decoration: underline;
  color: #1a0dab;
}

#ugo-yt-gallery .yt-meta {
  font-size: 11px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

#ugo-yt-gallery .yt-meta-item {
  display: flex;
  align-items: center;
  gap: 3px;
}

#ugo-yt-gallery .yt-likes-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

#ugo-yt-gallery .yt-like-bar {
  width: 80px;
  height: 4px;
  background: #e0e0e0;
  border-radius: 1px;
  overflow: hidden;
}

#ugo-yt-gallery .yt-like-fill {
  height: 100%;
  background: #2ba640;
  border-radius: 1px;
}

#ugo-yt-gallery .yt-like-label {
  font-size: 10px;
  color: #888;
}

#ugo-yt-gallery .yt-desc {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#ugo-yt-gallery .yt-actions {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 5px;
  border-top: 1px solid #f0f0f0;
}

#ugo-yt-gallery .yt-act-btn {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: #1a0dab;
  background: none;
  border: none;
  cursor: pointer;
  padding: 3px 7px;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

#ugo-yt-gallery .yt-act-btn:first-child { padding-left: 0; }
#ugo-yt-gallery .yt-act-btn:hover { text-decoration: underline; }

#ugo-yt-gallery .yt-act-sep {
  color: #ccc;
  font-size: 11px;
}

/* SIDEBAR */
#ugo-yt-gallery .yt-smod {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  overflow: hidden;
}

#ugo-yt-gallery .yt-smod-hdr {
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 50%, #dedede 51%, #e5e5e5 100%);
  border-bottom: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

#ugo-yt-gallery .yt-smod-body { padding: 8px 10px; }

#ugo-yt-gallery .yt-stat-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 3px 0;
  border-bottom: 1px solid #f5f5f5;
  color: #555;
}

#ugo-yt-gallery .yt-stat-row:last-child { border-bottom: none; }
#ugo-yt-gallery .yt-stat-val { font-weight: bold; color: #333; }

#ugo-yt-gallery .yt-rtile {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  margin-bottom: 8px;
  cursor: pointer;
}

#ugo-yt-gallery .yt-rtile:last-child { margin-bottom: 0; }

#ugo-yt-gallery .yt-rimg {
  width: 80px;
  height: 45px;
  background: #222;
  flex-shrink: 0;
  border: 1px solid #ccc;
  border-radius: 1px;
  overflow: hidden;
}

#ugo-yt-gallery .yt-rimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#ugo-yt-gallery .yt-rinfo { flex: 1; min-width: 0; }

#ugo-yt-gallery .yt-rtitle {
  font-size: 11px;
  color: #1a0dab;
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#ugo-yt-gallery .yt-rmeta { font-size: 10px; color: #666; }

#ugo-yt-gallery .yt-share-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 0 8px;
  border: 1px solid #b8b8b8;
  background: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
  font-size: 11px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  border-radius: 2px;
  color: #333;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  width: 100%;
  margin-bottom: 5px;
}
#ugo-yt-gallery .yt-share-btn:last-child { margin-bottom: 0; }
#ugo-yt-gallery .yt-share-btn:hover { background: linear-gradient(to bottom, #eee, #ddd); }

/* FOOTER */
#ugo-yt-gallery .yt-footer {
  background: linear-gradient(to bottom, #e8e8e8 0%, #dcdcdc 100%);
  border-top: 1px solid #c8c8c8;
  padding: 12px 16px;
  font-size: 11px;
  color: #666;
  margin-top: 4px;
}

#ugo-yt-gallery .yt-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  margin-bottom: 5px;
}

#ugo-yt-gallery .yt-footer-links a {
  color: #1a0dab;
  text-decoration: none;
}

#ugo-yt-gallery .yt-footer-links a:hover { text-decoration: underline; }
#ugo-yt-gallery .yt-footer-copy { color: #888; font-size: 11px; }
#ugo-yt-gallery .yt-footer-copy a { color: #1a0dab; text-decoration: none; }
