/* BLOG COVER ACTIONS V129 — equal Watch Song and Share buttons */
html body #blogPage .ohm-blog-cover{
  position:relative!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch,
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{
  box-sizing:border-box!important;
  position:absolute!important;
  bottom:18px!important;
  top:auto!important;
  width:calc(50% - 27px)!important;
  min-width:0!important;
  max-width:none!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#123451 0%,#0a2339 100%)!important;
  border:1px solid rgba(73,188,255,.84)!important;
  border-radius:14px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.24),0 0 0 1px rgba(48,148,255,.08)!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  text-align:center!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  transition:transform .15s ease,filter .15s ease,border-color .15s ease!important;
  z-index:8!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch{
  left:18px!important;
  right:auto!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{
  left:auto!important;
  right:18px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch::before{
  content:"▶"!important;
  display:inline-grid!important;
  place-items:center!important;
  width:20px!important;
  height:20px!important;
  color:#ff5ab7!important;
  font-size:13px!important;
  line-height:1!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share svg{
  display:block!important;
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:#ff5ab7!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch:hover,
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share:hover{
  filter:brightness(1.08)!important;
  border-color:rgba(102,207,255,.96)!important;
  transform:translateY(-1px)!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch:active,
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share:active{
  transform:translateY(1px) scale(.985)!important;
}
html body .ohm-blog-inline-toast-v129{
  position:fixed!important;
  left:50%!important;
  bottom:92px!important;
  z-index:25000!important;
  transform:translateX(-50%) translateY(8px)!important;
  padding:10px 14px!important;
  color:#fff!important;
  background:#092139!important;
  border:1px solid rgba(86,187,255,.62)!important;
  border-radius:999px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.34)!important;
  font-size:10px!important;
  font-weight:800!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .16s ease,transform .16s ease!important;
}
html body .ohm-blog-inline-toast-v129.show{
  opacity:1!important;
  transform:translateX(-50%) translateY(0)!important;
}
@media(max-width:560px){
  html body #blogPage .ohm-blog-cover .ohm-blog-watch,
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{
    bottom:12px!important;
    width:calc(50% - 17px)!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 10px!important;
    gap:8px!important;
    border-radius:12px!important;
    font-size:11px!important;
  }
  html body #blogPage .ohm-blog-cover .ohm-blog-watch{left:10px!important;right:auto!important;}
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{right:10px!important;left:auto!important;}
  html body #blogPage .ohm-blog-cover .ohm-blog-watch::before{width:17px!important;height:17px!important;font-size:11px!important;}
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-share svg{width:18px!important;height:18px!important;}
}


/* V132 — direct blog renderer hard fix: equal buttons + inline play/pause */
html body #blogPage .ohm-blog-cover{
  padding-bottom:76px!important;
  overflow:hidden!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch,
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{
  bottom:14px!important;
  width:calc(50% - 22px)!important;
  height:48px!important;
  min-height:48px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  font-size:13px!important;
  font-weight:800!important;
  background:linear-gradient(180deg,#123451 0%,#0a2339 100%)!important;
  border:1px solid rgba(73,188,255,.84)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.24)!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch{left:14px!important;right:auto!important}
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{right:14px!important;left:auto!important}
html body #blogPage .ohm-blog-cover .ohm-blog-watch::before{
  content:"▶"!important;
  width:18px!important;height:18px!important;font-size:12px!important;
}
html body #blogPage .ohm-blog-cover.is-playing:not(.is-paused) .ohm-blog-watch::before{
  content:"Ⅱ"!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:-2px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-inline-frame{
  position:absolute!important;
  inset:0 0 76px 0!important;
  z-index:5!important;
  display:block!important;
  width:100%!important;
  height:calc(100% - 76px)!important;
  border:0!important;
  background:#000!important;
}
html body #blogPage .ohm-blog-cover.is-playing>img{visibility:hidden!important}
html body #blogPage .ohm-blog-cover .ohm-blog-watch,
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{z-index:9!important}
@media(max-width:560px){
  html body #blogPage .ohm-blog-cover{padding-bottom:66px!important}
  html body #blogPage .ohm-blog-cover .ohm-blog-watch,
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{
    bottom:10px!important;
    width:calc(50% - 15px)!important;
    height:44px!important;
    min-height:44px!important;
    font-size:11px!important;
    border-radius:12px!important;
  }
  html body #blogPage .ohm-blog-cover .ohm-blog-watch{left:10px!important}
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{right:10px!important}
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-frame{inset:0 0 66px 0!important;height:calc(100% - 66px)!important}
}

/* V135 — compact premium actions: Watch left, Share right */
html body #blogPage .ohm-blog-cover{
  padding-bottom:62px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch,
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{
  bottom:10px!important;
  width:clamp(138px,34%,190px)!important;
  min-width:0!important;
  max-width:190px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 12px!important;
  gap:8px!important;
  border-radius:12px!important;
  font-size:11px!important;
  font-weight:800!important;
  background:linear-gradient(180deg,#102f49 0%,#091f33 100%)!important;
  border:1px solid rgba(70,184,255,.82)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 7px 16px rgba(0,0,0,.22)!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch{
  left:14px!important;
  right:auto!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{
  left:auto!important;
  right:14px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-watch::before{
  width:15px!important;
  height:15px!important;
  font-size:10px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-inline-share svg{
  width:16px!important;
  height:16px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-inline-frame{
  inset:0 0 62px 0!important;
  height:calc(100% - 62px)!important;
}
@media(max-width:560px){
  html body #blogPage .ohm-blog-cover{
    padding-bottom:56px!important;
  }
  html body #blogPage .ohm-blog-cover .ohm-blog-watch,
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{
    bottom:8px!important;
    width:42%!important;
    max-width:160px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0 9px!important;
    gap:7px!important;
    border-radius:11px!important;
    font-size:10px!important;
  }
  html body #blogPage .ohm-blog-cover .ohm-blog-watch{left:10px!important;right:auto!important}
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-share{right:10px!important;left:auto!important}
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-frame{
    inset:0 0 56px 0!important;
    height:calc(100% - 56px)!important;
  }
}


/* V136 — exact same vertical alignment, smaller pills, larger text */
html body #blogPage .ohm-blog-cover{
  padding-bottom:54px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136{
  position:absolute!important;
  left:10px!important;
  right:10px!important;
  bottom:8px!important;
  z-index:12!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:auto!important;
  height:36px!important;
  margin:0!important;
  padding:0!important;
  gap:18px!important;
  pointer-events:none!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch,
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share{
  position:static!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  flex:0 0 42%!important;
  width:42%!important;
  min-width:0!important;
  max-width:148px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0 10px!important;
  gap:7px!important;
  border-radius:10px!important;
  font-size:12.5px!important;
  font-weight:800!important;
  line-height:1!important;
  transform:none!important;
  align-self:center!important;
  pointer-events:auto!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch::before{
  width:14px!important;
  height:14px!important;
  font-size:10px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share svg{
  width:16px!important;
  height:16px!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-inline-frame{
  inset:0 0 54px 0!important;
  height:calc(100% - 54px)!important;
}
@media(min-width:561px){
  html body #blogPage .ohm-blog-cover{
    padding-bottom:58px!important;
  }
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136{
    left:14px!important;
    right:14px!important;
    bottom:10px!important;
    height:38px!important;
    gap:24px!important;
  }
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch,
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share{
    flex-basis:38%!important;
    width:38%!important;
    max-width:170px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    border-radius:11px!important;
    font-size:13px!important;
  }
  html body #blogPage .ohm-blog-cover .ohm-blog-inline-frame{
    inset:0 0 58px 0!important;
    height:calc(100% - 58px)!important;
  }
}

/* V141 restore blog-cover Share button */
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:linear-gradient(180deg,#12304d 0%,#0b2238 100%)!important;border:1px solid #3eb8ff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share svg{color:#ff4fa3!important;}

/* V146 — smooth premium option motion without layout jump */
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch,
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share{
  position:relative!important;
  overflow:hidden!important;
  -webkit-tap-highlight-color:transparent!important;
  transform:translateZ(0)!important;
  backface-visibility:hidden!important;
  will-change:auto!important;
  transition:
    transform .22s cubic-bezier(.2,.8,.2,1),
    box-shadow .22s ease,
    border-color .22s ease,
    filter .22s ease,
    background .22s ease!important;
  animation:ohmBlogOptionInV146 .28s cubic-bezier(.2,.8,.2,1) both!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share{
  animation-delay:.055s!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch::after,
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share::after{
  content:""!important;
  position:absolute!important;
  top:-35%!important;
  left:-48%!important;
  width:34%!important;
  height:170%!important;
  pointer-events:none!important;
  opacity:0!important;
  transform:skewX(-20deg)!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent)!important;
  transition:left .42s cubic-bezier(.2,.8,.2,1),opacity .18s ease!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch:hover,
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share:hover{
  transform:translateY(-2px) scale(1.012)!important;
  filter:brightness(1.08)!important;
  border-color:rgba(99,204,255,.98)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 22px rgba(0,0,0,.25),0 0 14px rgba(52,160,255,.12)!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch:hover::after,
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share:hover::after{
  left:112%!important;
  opacity:1!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch:active,
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share:active{
  transform:translateY(0) scale(.965)!important;
  filter:brightness(.98)!important;
  transition-duration:.08s!important;
  box-shadow:inset 0 2px 5px rgba(0,0,0,.25),0 3px 8px rgba(0,0,0,.18)!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch:focus-visible,
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share:focus-visible{
  outline:2px solid rgba(130,220,255,.9)!important;
  outline-offset:3px!important;
}
@keyframes ohmBlogOptionInV146{
  from{opacity:0;transform:translateY(7px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media (prefers-reduced-motion:reduce){
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch,
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share{
    animation:none!important;
    transition:none!important;
  }
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch::after,
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share::after{display:none!important}
}
