/* ITAHUKA Video Platform v4.6.4
   YouTube-inspired density, channel canvas and video-shelf refinement.
   Loaded after all historical styles so the public channel remains stable. */

:root {
  --it-channel-canvas-max: 1284px;
  --it-channel-gutter: clamp(12px, 1.25vw, 20px);
  --it-card-gap: 16px;
  --it-youtube-text: #0f0f0f;
  --it-youtube-muted: #606060;
  --it-youtube-hover: #f2f2f2;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --------------------------------------------------------------------------
   Stable public-channel canvas
   -------------------------------------------------------------------------- */
body.public-area.channel-page {
  background: #fff !important;
}

body.public-area.channel-page .page-space {
  padding-top: 12px !important;
}

body.public-area.channel-page .page-space > .container {
  width: min(var(--it-channel-canvas-max), calc(100% - (var(--it-channel-gutter) * 2))) !important;
  max-width: var(--it-channel-canvas-max) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  overflow: visible !important;
}

body.public-area.channel-page :is(
  .channel-page-head,
  .channel-banner,
  .channel-profile-row,
  .channel-tabs,
  .broadcast-home-alert,
  .content-section,
  .channel-content-toolbar,
  .library-hero,
  .library-toolbar,
  .library-result-summary,
  .library-video-grid,
  .library-pagination,
  .playlist-directory-header,
  .playlist-library-section,
  .playlist-signin-panel,
  .playlist-personal-section,
  .community-feed,
  .community-compose
) {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.public-area.channel-page :is(
  .page-heading,
  .library-hero,
  .playlist-directory-header,
  .shorts-heading,
  .section-heading
) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.public-area.channel-page :is(
  .page-heading h1,
  .library-hero h1,
  .playlist-directory-header h1,
  .shorts-heading h1,
  .section-heading h2
) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
}

/* --------------------------------------------------------------------------
   Channel identity geometry
   -------------------------------------------------------------------------- */
body.public-area.channel-page .channel-page-head {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #fff !important;
}

body.public-area.channel-page .channel-banner {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 214px !important;
  aspect-ratio: 6 / 1 !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background-position: center !important;
}

body.public-area.channel-page .channel-banner-state-overlay {
  right: 20px !important;
  bottom: 18px !important;
  width: min(310px, 38%) !important;
  padding: 13px 15px !important;
  border-radius: 12px !important;
}

body.public-area.channel-page .channel-banner-state-overlay strong {
  margin-top: 8px !important;
  font-size: clamp(17px, 1.45vw, 22px) !important;
}

body.public-area.channel-page .channel-profile-row {
  grid-template-columns: 132px minmax(0, 1fr) auto !important;
  gap: 20px !important;
  padding: 18px 8px 14px !important;
  align-items: center !important;
}

body.public-area.channel-page .channel-avatar-large {
  width: 128px !important;
  height: 128px !important;
  min-width: 128px !important;
  border-width: 4px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .13) !important;
}

body.public-area.channel-page .channel-avatar-state {
  bottom: -2px !important;
  border-width: 2px !important;
  font-size: 9px !important;
}

body.public-area.channel-page .channel-profile-copy h1 {
  margin: 0 0 5px !important;
  padding: 0 !important;
  font-size: clamp(29px, 2.45vw, 36px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}

body.public-area.channel-page .channel-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  margin-top: 0 !important;
  color: var(--it-youtube-muted) !important;
  font-size: 13px !important;
}

body.public-area.channel-page .channel-profile-copy p {
  max-width: 720px !important;
  margin: 8px 0 2px !important;
  color: #4b4b4b !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

body.public-area.channel-page .channel-link {
  font-size: 13px !important;
  color: var(--it-youtube-text) !important;
}

body.public-area.channel-page .subscribe-pill {
  min-width: 102px !important;
  height: 36px !important;
  padding-inline: 16px !important;
  border-radius: 18px !important;
  font-size: 13px !important;
}

body.public-area.channel-page .channel-tabs {
  position: relative !important;
  top: auto !important;
  min-height: 45px !important;
  padding: 0 8px !important;
  gap: 26px !important;
  border-bottom: 0 !important;
  background: #fff !important;
}

body.public-area.channel-page .channel-tabs a {
  height: 45px !important;
  font-size: 13px !important;
  border-bottom-width: 2px !important;
}

/* --------------------------------------------------------------------------
   YouTube-like video cards
   -------------------------------------------------------------------------- */
body.public-area .video-card,
body.public-area .library-video-card {
  min-width: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.video-thumb-shell,
.library-video-thumb-shell {
  position: relative;
  min-width: 0;
}

body.public-area .video-thumb,
body.public-area .library-video-thumb {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #e5e5e5 !important;
}

body.public-area .video-thumb img,
body.public-area .library-video-thumb img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

body.public-area .duration {
  right: 5px !important;
  bottom: 5px !important;
  padding: 1px 4px !important;
  border-radius: 3px !important;
  background: rgba(0, 0, 0, .82) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.video-card-info-row,
.library-video-info-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 5px;
  align-items: start;
  min-width: 0;
  padding-top: 9px;
}

body.public-area .video-card-body,
body.public-area .library-video-copy {
  min-width: 0 !important;
  padding: 0 !important;
  display: block !important;
}

body.public-area .video-title,
body.public-area .library-video-title {
  display: -webkit-box !important;
  min-height: 2.72em !important;
  max-height: 2.72em !important;
  margin: 0 !important;
  color: var(--it-youtube-text) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.36 !important;
  letter-spacing: 0 !important;
  overflow: hidden !important;
  overflow-wrap: anywhere !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

.video-card-channel,
.library-video-channel,
.video-card-stats,
.library-video-stats {
  display: block;
  margin-top: 3px;
  color: var(--it-youtube-muted) !important;
  font-size: 12px !important;
  line-height: 1.32 !important;
}

.video-card-channel:hover { color: var(--it-youtube-text) !important; }
.video-card-stats,
.library-video-stats { margin-top: 1px; }

.video-card-menu {
  position: relative;
  z-index: 12;
  width: 28px;
  min-width: 28px;
}

.video-card-menu > summary {
  width: 28px;
  height: 32px;
  display: grid;
  place-items: center;
  margin: -4px 0 0;
  border: 0;
  border-radius: 50%;
  color: var(--it-youtube-text);
  background: transparent;
  cursor: pointer;
  list-style: none;
  font-size: 23px;
  line-height: 1;
  user-select: none;
}

.video-card-menu > summary::-webkit-details-marker { display: none; }
.video-card-menu > summary:hover,
.video-card-menu[open] > summary { background: var(--it-youtube-hover); }

.video-card-menu-popover {
  position: fixed;
  z-index: 1200;
  top: var(--it-card-menu-top, 0);
  left: var(--it-card-menu-left, 0);
  right: auto;
  width: 190px;
  padding: 6px 0;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
}

.video-card-menu-popover button,
.video-card-menu-popover a {
  width: 100%;
  min-height: 38px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--it-youtube-text);
  text-align: left;
  font-size: 13px;
}

.video-card-menu-popover button:hover,
.video-card-menu-popover a:hover { background: var(--it-youtube-hover); }
.video-card-menu-popover i { font-style: normal; font-size: 17px; text-align: center; }

.video-quick-actions {
  position: absolute;
  z-index: 5;
  top: 6px;
  right: 6px;
  display: grid;
  gap: 4px;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity .14s ease, transform .14s ease;
}

.video-card:hover .video-quick-actions,
.video-card:focus-within .video-quick-actions {
  opacity: 1;
  transform: translateY(0);
}

.video-quick-action {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: rgba(15, 15, 15, .88);
  color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
}
.video-quick-action:hover { background: #0f0f0f; }
.video-quick-action i { font-style: normal; font-size: 18px; }

/* --------------------------------------------------------------------------
   Home video shelves
   -------------------------------------------------------------------------- */
body.public-area.home-page .yt-video-shelf-section {
  margin-top: 18px !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid #dedede;
}

body.public-area.home-page .yt-video-shelf-section .section-heading {
  min-height: 42px !important;
  margin: 0 0 11px !important;
  padding: 0 !important;
  align-items: center !important;
}

body.public-area.home-page .yt-video-shelf-section .section-heading h2 {
  font-size: 20px !important;
  line-height: 1.25 !important;
}

body.public-area.home-page .yt-video-shelf-section .section-heading a {
  color: #065fd4 !important;
  font-size: 12px !important;
}

.video-shelf-frame {
  position: relative;
  min-width: 0;
}

.video-shelf {
  display: flex;
  gap: var(--it-card-gap);
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0 0 4px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.video-shelf::-webkit-scrollbar { display: none; }
.video-shelf > .video-card { flex: 0 0 auto; scroll-snap-align: start; }
.video-shelf--featured > .video-card { width: clamp(270px, 24.3vw, 310px); }
.video-shelf--compact > .video-card { width: clamp(190px, 16vw, 210px); }

.video-card--compact .video-title {
  font-size: 13px !important;
  min-height: 2.7em !important;
  max-height: 2.7em !important;
}
.video-card--compact .video-card-channel,
.video-card--compact .video-card-stats { font-size: 11px !important; }

.video-shelf-arrow {
  position: absolute;
  z-index: 18;
  top: calc(50% - 24px);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0f0f0f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .24);
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  transition: opacity .14s ease, transform .14s ease;
}
.video-shelf-arrow:hover { transform: scale(1.04); }
.video-shelf-arrow:disabled { opacity: 0; pointer-events: none; }
.video-shelf-arrow--previous { left: -18px; }
.video-shelf-arrow--next { right: -18px; }

/* --------------------------------------------------------------------------
   Video Library
   -------------------------------------------------------------------------- */
body.public-area.video-library-page .library-hero {
  padding: 18px 0 18px !important;
}
body.public-area.video-library-page .library-hero h1 {
  margin: 4px 0 7px !important;
  font-size: clamp(34px, 4vw, 46px) !important;
  line-height: 1.08 !important;
}
body.public-area.video-library-page .library-toolbar {
  margin-bottom: 18px !important;
  border-radius: 12px !important;
}
body.public-area.video-library-page .library-video-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px 16px !important;
}
body.public-area.video-library-page .library-video-copy {
  padding: 0 !important;
}
body.public-area.video-library-page .library-badge {
  left: 6px !important;
  top: 6px !important;
  padding: 3px 6px !important;
  font-size: 9px !important;
}

/* --------------------------------------------------------------------------
   Playlist directory
   -------------------------------------------------------------------------- */
body.public-area.playlist-directory-page .playlist-directory-header {
  min-height: 0 !important;
  padding: 14px 0 6px !important;
}
body.public-area.playlist-directory-page .playlist-directory-header h1 {
  margin: 4px 0 4px !important;
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.12 !important;
}
body.public-area.playlist-directory-page .playlist-directory-header p {
  margin: 0 !important;
  color: var(--it-youtube-muted) !important;
  font-size: 13px !important;
}
body.public-area.playlist-directory-page .channel-content-toolbar {
  min-height: 48px !important;
  padding: 5px 0 10px !important;
  border-bottom: 1px solid #dedede !important;
}
body.public-area.playlist-directory-page .playlist-library-section {
  padding: 20px 0 30px !important;
}
body.public-area.playlist-directory-page .playlist-library-grid {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  gap: 30px 16px !important;
}
body.public-area.playlist-directory-page .playlist-library-card {
  min-width: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.public-area.playlist-directory-page .playlist-library-thumbnail-stack {
  padding-top: 5px !important;
}
body.public-area.playlist-directory-page .playlist-stack-layer-back {
  top: 0 !important;
  left: 9px !important;
  right: 9px !important;
  height: 4px !important;
  border-radius: 8px 8px 0 0 !important;
}
body.public-area.playlist-directory-page .playlist-stack-layer-middle {
  top: 3px !important;
  left: 5px !important;
  right: 5px !important;
  height: 4px !important;
}
body.public-area.playlist-directory-page .playlist-library-thumbnail {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  border-radius: 10px !important;
}
body.public-area.playlist-directory-page .playlist-thumbnail-overlay {
  padding: 10px !important;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .72)) !important;
}
body.public-area.playlist-directory-page .playlist-library-copy {
  padding-top: 9px !important;
}
body.public-area.playlist-directory-page .playlist-library-title {
  min-height: 0 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}
body.public-area.playlist-directory-page .playlist-library-copy > span,
body.public-area.playlist-directory-page .playlist-library-link {
  margin-top: 3px !important;
  color: var(--it-youtube-muted) !important;
  font-size: 12px !important;
}
body.public-area.playlist-directory-page .playlist-library-link {
  color: var(--it-youtube-text) !important;
  font-weight: 600 !important;
}

/* --------------------------------------------------------------------------
   Generic grid cards on history and saved pages
   -------------------------------------------------------------------------- */
body.public-area.history-page .video-grid,
body.public-area.library-page .video-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px 16px !important;
}
body.public-area.history-page .video-grid > div > .meta {
  margin: 6px 0 0 !important;
  color: var(--it-youtube-muted) !important;
  font-size: 11px !important;
}

/* --------------------------------------------------------------------------
   Responsive channel behavior
   -------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  body.public-area.video-library-page .library-video-grid,
  body.public-area.history-page .video-grid,
  body.public-area.library-page .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.public-area.channel-page .channel-profile-row {
    grid-template-columns: 112px minmax(0, 1fr) auto !important;
  }
  body.public-area.channel-page .channel-avatar-large {
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
  }
}

@media (max-width: 900px) {
  body.public-area.channel-page .channel-profile-row {
    grid-template-columns: 94px minmax(0, 1fr) !important;
    gap: 15px !important;
  }
  body.public-area.channel-page .channel-avatar-large {
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
  }
  body.public-area.channel-page .subscribe-pill {
    grid-column: 2 !important;
    justify-self: start !important;
  }
  body.public-area.channel-page .channel-profile-copy h1 { font-size: 27px !important; }
  body.public-area.video-library-page .library-video-grid,
  body.public-area.history-page .video-grid,
  body.public-area.library-page .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .video-shelf--featured > .video-card { width: min(42vw, 310px); }
  .video-shelf--compact > .video-card { width: min(29vw, 210px); }
}

@media (max-width: 700px) {
  body.public-area.channel-page .page-space > .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 12px !important;
  }

  body.public-area.channel-page .channel-banner {
    width: calc(100% + 24px) !important;
    margin-inline: -12px !important;
    max-height: none !important;
    aspect-ratio: 4.7 / 1 !important;
    border-radius: 0 !important;
  }

  body.public-area.channel-page .channel-banner-state-overlay {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
  }

  body.public-area.channel-page .channel-profile-row {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    padding: 14px 0 10px !important;
  }
  body.public-area.channel-page .channel-avatar-large {
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
  }
  body.public-area.channel-page .channel-profile-copy h1 { font-size: 23px !important; }
  body.public-area.channel-page .channel-profile-copy p,
  body.public-area.channel-page .channel-link { display: none !important; }
  body.public-area.channel-page .channel-tabs {
    padding: 0 !important;
    gap: 22px !important;
  }

  .video-shelf-arrow { display: none !important; }
  .video-shelf--featured > .video-card { width: 78vw; max-width: 330px; }
  .video-shelf--compact > .video-card { width: 62vw; max-width: 235px; }

  body.public-area.playlist-directory-page .playlist-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 12px !important;
  }
}

@media (max-width: 520px) {
  body.public-area.video-library-page .library-video-grid,
  body.public-area.history-page .video-grid,
  body.public-area.library-page .video-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.public-area.playlist-directory-page .playlist-library-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.public-area.channel-page .channel-stats span:nth-of-type(n+3) { display: none; }
}

@media (hover: none) {
  .video-quick-actions { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   v4.6.8 — playlists and posts use the same compact media-card geometry as
   the Videos shelf. This removes the oversized four-column playlist blocks
   and standalone community-post panel from the channel home page.
   -------------------------------------------------------------------------- */
body.public-area.home-page .yt-normalized-shelf-section {
  margin-top: 18px !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid #dedede !important;
  overflow: visible !important;
}

body.public-area.home-page .yt-normalized-shelf-section .section-heading {
  min-height: 42px !important;
  margin: 0 0 11px !important;
  padding: 0 !important;
  align-items: center !important;
}

body.public-area.home-page .yt-normalized-shelf-section .section-heading h2 {
  font-size: 20px !important;
  line-height: 1.25 !important;
}

body.public-area.home-page .yt-normalized-shelf-section .section-heading a {
  color: #065fd4 !important;
  font-size: 12px !important;
}

.normalized-media-shelf > .normalized-media-card {
  flex: 0 0 auto !important;
  width: clamp(190px, 16vw, 210px) !important;
  scroll-snap-align: start;
}

body.public-area .normalized-media-card {
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.public-area .normalized-media-thumb {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 10px !important;
  background: #e5e5e5 !important;
  overflow: hidden !important;
}

body.public-area .normalized-media-thumb > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .2s ease;
}

body.public-area .normalized-media-card:hover .normalized-media-thumb > img {
  transform: scale(1.025);
}

.normalized-media-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 14px;
  color: #fff;
  overflow: hidden;
}

.normalized-playlist-placeholder {
  flex-direction: column;
  gap: 5px;
  background: linear-gradient(135deg, #182335, #31445f);
  text-align: center;
}

.normalized-playlist-placeholder > span {
  font-size: 30px;
  line-height: 1;
}

.normalized-playlist-placeholder > b {
  font-size: 11px;
  letter-spacing: .12em;
}

.normalized-post-placeholder {
  justify-content: flex-start;
  gap: 10px;
  background: linear-gradient(145deg, #f3f6f9, #dfe7ef);
  color: #172033;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.normalized-post-placeholder > span:last-child {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.normalized-post-avatar {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #172033;
  box-shadow: 0 1px 5px rgba(15, 23, 42, .14);
  font-size: 14px;
  font-weight: 800;
}

.normalized-media-badge {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 2px 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, .82);
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800;
  line-height: 1.25 !important;
  letter-spacing: .02em;
}

.normalized-card-open {
  width: 28px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-top: -4px;
  border-radius: 50%;
  color: var(--it-youtube-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.normalized-card-open:hover {
  background: var(--it-youtube-hover);
}

.normalized-media-card .video-card-stats {
  display: -webkit-box !important;
  min-height: 1.32em;
  max-height: 2.64em;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@media (max-width: 700px) {
  .normalized-media-shelf > .normalized-media-card {
    width: 62vw !important;
    max-width: 235px !important;
  }
}
