/* ONE HIT MUSIC — stable Reels UI V179: normal compact section header */
html body #reels {
  position: relative !important;
  contain: layout style !important;
}
html body #reels > .head,
html body #reels .ohm-reel-serial,
html body #reels [class*="serial"] {
  display: none !important;
}
html body #reels:not([data-reels-ready="true"]) #reelGrid {
  min-height: 420px !important;
  visibility: hidden !important;
}
html body #reels[data-reels-ready="true"] #reelGrid {
  visibility: visible !important;
}
html body #reels *,
html body #reels *::before,
html body #reels *::after {
  animation: none !important;
  scroll-behavior: auto !important;
}
html body #reels .ohm-reels-header-v177 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 3px !important;
}
html body #reels .ohm-reels-heading-v177 {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}
html body #reels .ohm-reels-heading-v177 > img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 5px rgba(255, 48, 167, .22)) !important;
}
html body #reels .ohm-reels-heading-v177 h1 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}
html body #reels .ohm-reels-heading-v177 p {
  margin: 3px 0 0 !important;
  color: #bcc8da !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
html body #reels .ohm-highest-chip-v177 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-height: 30px !important;
  padding: 0 11px !important;
  color: #fff !important;
  background: rgba(30, 13, 48, .75) !important;
  border: 1px solid rgba(255, 63, 187, .9) !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  box-shadow: inset 0 0 14px rgba(184, 41, 255, .08) !important;
}
html body #reels #reelGrid.ohm-reels-grid-v177 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
html body #reels .ohm-reel-group-v177 {
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 12px !important;
  overflow: hidden !important;
  background: linear-gradient(155deg, rgba(8, 31, 52, .98), rgba(12, 20, 45, .98)) !important;
  border: 1px solid rgba(54, 141, 205, .28) !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .025) !important;
}
html body #reels .ohm-reel-group-head-v177 {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  padding: 0 1px !important;
}
html body #reels .ohm-reel-group-head-v177 h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}
html body #reels .ohm-reel-group-head-v177 p {
  margin: 4px 0 0 !important;
  color: #adbacd !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  line-height: 1.1 !important;
}
html body #reels .ohm-reel-group-head-v177 strong {
  flex: 0 0 auto !important;
  color: #e8eff8 !important;
  font-size: 8.5px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
html body #reels .ohm-reel-cards-v177 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
}
html body #reels .ohm-reel-card-v177 {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(21, 28, 57, .98), rgba(10, 17, 37, .99)) !important;
  border: 1px solid rgba(255, 69, 185, .48) !important;
  border-radius: 13px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .24), inset 0 0 16px rgba(62, 109, 196, .06) !important;
  transform: none !important;
  transition: none !important;
}
html body #reels .ohm-reel-media-v177 {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 9 / 13.8 !important;
  overflow: hidden !important;
  background: #080d19 !important;
}
html body #reels .ohm-reel-media-v177 > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: saturate(1.04) contrast(1.02) !important;
}
html body #reels .ohm-reel-views-v177 {
  position: absolute !important;
  z-index: 3 !important;
  top: 6px !important;
  left: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 20px !important;
  padding: 0 7px !important;
  color: #fff !important;
  background: rgba(4, 10, 20, .82) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 999px !important;
  font-size: 8px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  backdrop-filter: blur(7px) !important;
}
html body #reels .ohm-reel-views-v177 span {
  color: #eaf6ff !important;
  font-size: 7px !important;
}
html body #reels .ohm-reel-play-v177 {
  position: absolute !important;
  z-index: 3 !important;
  top: 50% !important;
  left: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) !important;
  color: #fff !important;
  background: rgba(8, 12, 22, .46) !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25) !important;
  backdrop-filter: blur(5px) !important;
  cursor: pointer !important;
}
html body #reels .ohm-reel-play-v177 span {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 3px !important;
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 12px solid #fff !important;
}
html body #reels .ohm-reel-duration-v177 {
  position: absolute !important;
  z-index: 3 !important;
  right: 5px !important;
  bottom: 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 18px !important;
  padding: 0 5px !important;
  color: #fff !important;
  background: rgba(2, 6, 14, .78) !important;
  border-radius: 5px !important;
  font-size: 9px !important;
  font-weight: 850 !important;
}
html body #reels .ohm-reel-info-v177 {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 92px !important;
  padding: 7px 6px 6px !important;
}
html body #reels .ohm-reel-info-v177 h3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  min-height: 28px !important;
  max-height: 28px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}
html body #reels .ohm-reel-info-v177 p {
  min-height: 13px !important;
  margin: 4px 0 6px !important;
  overflow: hidden !important;
  color: #ff54b7 !important;
  font-size: 7.5px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
html body #reels .ohm-make-reel-v177 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  min-height: 32px !important;
  margin: auto 0 0 !important;
  padding: 0 7px !important;
  color: #fff !important;
  background: rgba(27, 17, 45, .72) !important;
  border: 1px solid rgba(255, 61, 181, .78) !important;
  border-radius: 9px !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: inset 0 0 12px rgba(169, 52, 255, .07) !important;
}
html body #reels .ohm-make-reel-v177 img {
  display: block !important;
  flex: 0 0 17px !important;
  width: 17px !important;
  height: 17px !important;
  object-fit: contain !important;
}
html body #reels .ohm-create-reels-v177 {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
  padding: 11px !important;
  background: linear-gradient(135deg, rgba(27, 15, 51, .98), rgba(38, 17, 55, .98)) !important;
  border: 1px solid rgba(255, 55, 183, .65) !important;
  border-radius: 15px !important;
  box-shadow: 0 11px 24px rgba(0, 0, 0, .18), inset 0 0 22px rgba(154, 45, 255, .07) !important;
}
html body #reels .ohm-create-icon-v177 {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
}
html body #reels .ohm-create-reels-v177 > div {
  min-width: 0 !important;
}
html body #reels .ohm-create-reels-v177 strong {
  display: block !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}
html body #reels .ohm-create-reels-v177 span {
  display: block !important;
  margin-top: 4px !important;
  overflow: hidden !important;
  color: #bbc6d8 !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
html body #reels .ohm-create-reels-v177 > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6c58, #c539ff) !important;
  border-radius: 9px !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
html body #reels .ohm-create-reels-v177 > a img {
  width: 15px !important;
  height: 15px !important;
}
@media (min-width: 769px) {
  html body #reels .ohm-reel-group-v177 { padding: 16px !important; }
  html body #reels .ohm-reel-cards-v177 { gap: 14px !important; }
  html body #reels .ohm-reel-info-v177 { min-height: 112px !important; padding: 10px !important; }
  html body #reels .ohm-reel-info-v177 h3 { min-height: 39px !important; max-height: 39px !important; font-size: 13px !important; }
  html body #reels .ohm-reel-info-v177 p { font-size: 10px !important; }
  html body #reels .ohm-make-reel-v177 { min-height: 41px !important; font-size: 12px !important; }
  html body #reels .ohm-make-reel-v177 img { width: 21px !important; height: 21px !important; }
  html body #reels .ohm-reel-views-v177 { min-height: 25px !important; font-size: 10px !important; }
  html body #reels .ohm-reel-duration-v177 { min-height: 21px !important; font-size: 10px !important; }
}
@media (max-width: 420px) {
  html body #reels .ohm-reel-group-v177 { padding: 9px !important; border-radius: 16px !important; }
  html body #reels .ohm-reel-cards-v177 { gap: 6px !important; }
  html body #reels .ohm-reel-group-head-v177 h2 { font-size: 17px !important; }
  html body #reels .ohm-reel-group-head-v177 strong { font-size: 7.5px !important; }
  html body #reels .ohm-reel-card-v177 { border-radius: 11px !important; }
  html body #reels .ohm-reel-views-v177 { top: 5px !important; left: 5px !important; min-height: 18px !important; padding: 0 5px !important; font-size: 7px !important; }
  html body #reels .ohm-reel-play-v177 { width: 36px !important; height: 36px !important; }
  html body #reels .ohm-reel-play-v177 span { border-top-width: 7px !important; border-bottom-width: 7px !important; border-left-width: 10px !important; }
  html body #reels .ohm-reel-info-v177 { min-height: 89px !important; padding: 6px 5px 6px !important; }
  html body #reels .ohm-reel-info-v177 h3 { min-height: 25px !important; max-height: 25px !important; font-size: 8px !important; }
  html body #reels .ohm-reel-info-v177 p { font-size: 6.5px !important; }
  html body #reels .ohm-make-reel-v177 { min-height: 31px !important; gap: 5px !important; padding: 0 6px !important; font-size: 8px !important; }
  html body #reels .ohm-make-reel-v177 img { flex-basis: 15px !important; width: 15px !important; height: 15px !important; }
  html body #reels .ohm-create-reels-v177 { grid-template-columns: 36px minmax(0, 1fr) auto !important; padding: 9px !important; }
  html body #reels .ohm-create-icon-v177 { width: 34px !important; height: 34px !important; }
  html body #reels .ohm-create-reels-v177 strong { font-size: 10px !important; }
  html body #reels .ohm-create-reels-v177 span { font-size: 7px !important; }
  html body #reels .ohm-create-reels-v177 > a { min-height: 31px !important; padding: 0 9px !important; font-size: 8px !important; }
}

/* V180 — slightly smaller and vertically centered/lowered Reels header */
html body #reels .ohm-reels-header-v177{
  min-height:72px!important;
  padding:8px 8px 4px!important;
  align-items:center!important;
}
html body #reels .ohm-reels-heading-v177,
html body #reels .ohm-highest-chip-v177{
  transform:translateY(4px)!important;
}
html body #reels .ohm-reels-heading-v177 > img{
  width:25px!important;
  height:25px!important;
}
html body #reels .ohm-reels-heading-v177 h1{
  font-size:18px!important;
  font-weight:700!important;
}
html body #reels .ohm-reels-heading-v177 p{
  margin-top:4px!important;
  font-size:8.5px!important;
}
html body #reels .ohm-highest-chip-v177{
  min-height:28px!important;
  padding:0 10px!important;
  font-size:8.5px!important;
}
@media (max-width:420px){
  html body #reels .ohm-reels-header-v177{
    min-height:68px!important;
    padding:7px 7px 3px!important;
  }
  html body #reels .ohm-reels-heading-v177,
  html body #reels .ohm-highest-chip-v177{
    transform:translateY(4px)!important;
  }
}

/* V247: Reel cards — hide hashtags and show the complete title only. */
html body #reels .ohm-reel-info-v177 h3,
html body .page[data-view="reels"] #reels .ohm-reel-info-v177 h3,
html body .page[data-view="trending"] #trendReelCards .ohm-reel-info-v177 h3 {
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
}
html body #reels .ohm-reel-info-v177 p,
html body .page[data-view="reels"] #reels .ohm-reel-info-v177 p,
html body .page[data-view="trending"] #trendReelCards .ohm-reel-info-v177 p {
  display: none !important;
}


/* V384 — matching YouTube subscribe card below the Reels CTA */
html body #reels .ohm-promo-stack-v384 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}
html body #reels .ohm-promo-stack-v384 > .ohm-create-reels-v177 {
  margin: 0 !important;
}
html body #reels .ohm-youtube-subscribe-v384 {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, rgba(27, 15, 51, .98), rgba(38, 17, 55, .98)) !important;
  border: 1px solid rgba(255, 55, 183, .65) !important;
  border-radius: 15px !important;
  box-shadow: 0 11px 24px rgba(0, 0, 0, .18), inset 0 0 22px rgba(154, 45, 255, .07) !important;
}
html body #reels .ohm-youtube-icon-v384 {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 8px rgba(255, 0, 0, .28)) !important;
}
html body #reels .ohm-youtube-subscribe-v384 > div {
  min-width: 0 !important;
}
html body #reels .ohm-youtube-subscribe-v384 strong {
  display: block !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
html body #reels .ohm-youtube-subscribe-v384 span {
  display: block !important;
  margin-top: 4px !important;
  overflow: hidden !important;
  color: #bbc6d8 !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
html body #reels .ohm-youtube-subscribe-v384 > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff3a34, #e00000) !important;
  border: 1px solid rgba(255, 123, 123, .52) !important;
  border-radius: 9px !important;
  box-shadow: 0 6px 15px rgba(236, 0, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .16) !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
html body #reels .ohm-youtube-subscribe-v384 > a img {
  display: block !important;
  flex: 0 0 17px !important;
  width: 17px !important;
  height: 17px !important;
  object-fit: contain !important;
}
@media (max-width: 420px) {
  html body #reels .ohm-promo-stack-v384 { gap: 8px !important; }
  html body #reels .ohm-youtube-subscribe-v384 {
    grid-template-columns: 36px minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 9px !important;
  }
  html body #reels .ohm-youtube-icon-v384 {
    width: 34px !important;
    height: 34px !important;
  }
  html body #reels .ohm-youtube-subscribe-v384 strong { font-size: 10px !important; }
  html body #reels .ohm-youtube-subscribe-v384 span { font-size: 7px !important; }
  html body #reels .ohm-youtube-subscribe-v384 > a {
    min-height: 31px !important;
    padding: 0 9px !important;
    font-size: 8px !important;
  }
  html body #reels .ohm-youtube-subscribe-v384 > a img {
    flex-basis: 15px !important;
    width: 15px !important;
    height: 15px !important;
  }
}
@media (max-width: 345px) {
  html body #reels .ohm-youtube-subscribe-v384,
  html body #reels .ohm-create-reels-v177 {
    grid-template-columns: 32px minmax(0, 1fr) auto !important;
    gap: 6px !important;
    padding: 8px !important;
  }
  html body #reels .ohm-youtube-icon-v384,
  html body #reels .ohm-create-icon-v177 {
    width: 30px !important;
    height: 30px !important;
  }
  html body #reels .ohm-youtube-subscribe-v384 > a,
  html body #reels .ohm-create-reels-v177 > a {
    gap: 4px !important;
    padding: 0 7px !important;
  }
}


/* V386 — real glossy CTA buttons with identical dimensions */
html body #reels .ohm-create-reels-v177>a,
html body #reels .ohm-youtube-subscribe-v384>a{
  box-sizing:border-box!important;
  width:116px!important;
  min-width:116px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0 10px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:10px!important;
  box-shadow:0 7px 16px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.26),inset 0 -2px 6px rgba(63,0,76,.18)!important;
  transition:transform .16s ease,filter .16s ease!important;
}
html body #reels .ohm-create-reels-v177>a{
  background:linear-gradient(135deg,#ff7956 0%,#ff356f 42%,#c72cff 100%)!important;
}
html body #reels .ohm-youtube-subscribe-v384>a{
  background:linear-gradient(145deg,#ff403a 0%,#f10b16 48%,#d80008 100%)!important;
}
html body #reels .ohm-create-reels-v177>a:hover,
html body #reels .ohm-youtube-subscribe-v384>a:hover{
  filter:brightness(1.07)!important;
  transform:translateY(-1px)!important;
}
html body #reels .ohm-create-reels-v177>a:active,
html body #reels .ohm-youtube-subscribe-v384>a:active{
  transform:translateY(0) scale(.98)!important;
}
html body #reels .ohm-create-reels-v177>a img,
html body #reels .ohm-youtube-subscribe-v384>a img{
  flex:0 0 17px!important;
  width:17px!important;
  height:17px!important;
}
@media(max-width:420px){
  html body #reels .ohm-create-reels-v177>a,
  html body #reels .ohm-youtube-subscribe-v384>a{
    width:98px!important;
    min-width:98px!important;
    height:32px!important;
    min-height:32px!important;
    padding:0 7px!important;
    font-size:8px!important;
  }
  html body #reels .ohm-create-reels-v177>a img,
  html body #reels .ohm-youtube-subscribe-v384>a img{
    flex-basis:15px!important;
    width:15px!important;
    height:15px!important;
  }
}
@media(max-width:345px){
  html body #reels .ohm-create-reels-v177>a,
  html body #reels .ohm-youtube-subscribe-v384>a{
    width:90px!important;
    min-width:90px!important;
    padding:0 6px!important;
    font-size:7.5px!important;
  }
}
