/* V150 — hard align Watch Song and Share on one exact row */
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136{
  position:absolute!important;
  left:10px!important;
  right:10px!important;
  bottom:8px!important;
  display:grid!important;
  grid-template-columns:minmax(0,148px) minmax(0,148px)!important;
  align-items:center!important;
  justify-content:space-between!important;
  column-gap:18px!important;
  width:auto!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0!important;
  transform: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:relative!important;
  inset:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  justify-self:stretch!important;
  width:100%!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;
  line-height:1!important;
  vertical-align:middle!important;
  transform:none!important;
  animation:none!important;
  animation-delay:0s!important;
}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-watch{justify-self:start!important}
html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136>.ohm-blog-inline-share{justify-self:end!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(-1px)!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(.975)!important;
}
@media(min-width:561px){
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136{
    left:14px!important;
    right:14px!important;
    bottom:10px!important;
    grid-template-columns:minmax(0,170px) minmax(0,170px)!important;
    column-gap:24px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!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{
    max-width:170px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
  }
}

/* V152 — compact actions pinned to opposite sides on one exact row. */
@media(max-width:560px){
  html body #blogPage .ohm-blog-cover .ohm-blog-action-row-v136{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!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:relative!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    flex:0 0 40%!important;
    align-self:center!important;
    width:40%!important;
    max-width:148px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:0!important;
    transform:translateY(0)!important;
    animation:none!important;
  }
}
