.video-grid {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  line-height: inherit;
  --un-bg-opacity: 1;
  --un-text-opacity: 1;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  grid-column: auto;
  row-gap: 1.25rem;
  display: grid;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  column-gap: 1.5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.video-grid-items {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  line-height: inherit;
  --un-bg-opacity: 1;
  --un-text-opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-links {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  unicode-bidi: plaintext;
  text-align: start;
  color: inherit;
  text-decoration: inherit;
  display: inline-block;
  width: 100%;
}

.video-images {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  text-align: start;
  color: inherit;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: contain;
}

.video-timestamp-buffer {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  text-align: start;
  color: inherit;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  position: relative;
  width: 100%;
  height: 0.25rem;
}

.video-timestamp-containers {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  -webkit-font-smoothing: antialiased;
  text-align: start;
  color: inherit;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.video-timestamps {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  -webkit-font-smoothing: antialiased;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  background-color: rgba(0, 0, 0, var(--un-bg-opacity));
  color: rgba(255, 255, 255, var(--un-text-opacity));
  border-radius: 0.375rem;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.video-titles {
  text-size-adjust: 100%;
  tab-size: 4;
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  color-scheme: only light;
  line-height: inherit;
  --un-bg-opacity: 1;
  --un-text-opacity: 1;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, ui-sans-serif, system-ui;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: var(--un-default-border-color, #e5e7eb);
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-pan-x: ;
  --un-pan-y: ;
  --un-pinch-zoom: ;
  --un-scroll-snap-strictness: proximity;
  --un-ordinal: ;
  --un-slashed-zero: ;
  --un-numeric-figure: ;
  --un-numeric-spacing: ;
  --un-numeric-fraction: ;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 transparent;
  --un-ring-shadow: 0 0 transparent;
  --un-shadow-inset: ;
  --un-shadow: 0 0 transparent;
  --un-ring-inset: ;
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgba(147, 197, 253, 0.5);
  --un-blur: ;
  --un-brightness: ;
  --un-contrast: ;
  --un-drop-shadow: ;
  --un-grayscale: ;
  --un-hue-rotate: ;
  --un-invert: ;
  --un-saturate: ;
  --un-sepia: ;
  --un-backdrop-blur: ;
  --un-backdrop-brightness: ;
  --un-backdrop-contrast: ;
  --un-backdrop-grayscale: ;
  --un-backdrop-hue-rotate: ;
  --un-backdrop-invert: ;
  --un-backdrop-opacity: ;
  --un-backdrop-saturate: ;
  --un-backdrop-sepia: ;
  unicode-bidi: plaintext;
  text-align: start;
  margin: 0;
  overflow: hidden;
  padding-top: 0.5rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--mdb-link-color) !important;
}

.channel-links {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  unicode-bidi: plaintext;
  text-align: start;
  color: inherit;
  text-decoration: inherit;
}

.channel-images {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  text-align: start;
  color: inherit;
  aspect-ratio: auto 68 / 68;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  margin-right: 0.125rem;
  margin-top: 0.125rem;
  height: 32px;
  width: 32px;
  border-radius: 9999px;
}

.video-secondary-links {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  unicode-bidi: plaintext;
  text-align: start;
  text-decoration: inherit;
  display: block;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--mdb-blusteel) !important;
}

.svg-check {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  -webkit-font-smoothing: antialiased;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--mdb-blusteel) !important;
  border-style: solid;
  border-width: 0;
  display: var(--fa-display, inline-block);
  height: 1em;
  vertical-align: -0.125em;
  margin-left: 0.375rem;
  overflow: visible;
  box-sizing: content-box;
}

.video-metrics {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  --un-bg-opacity: 1;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--mdb-blusteel) !important;
}

.svg-viewers {
  text-size-adjust: 100%;
  tab-size: 4;
  color-scheme: only light;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--mdb-blusteel) !important;
  border-style: solid;
  border-width: 0;
  display: "inline-block";
  height: 1em;
  vertical-align: -0.125em;
  overflow: visible;
  box-sizing: content-box;
}
