/* Keep category cards aligned even when actor is empty. */
.stui-vodlist__detail .text.actor-line{
    height:19px;
    min-height:19px;
    line-height:19px;
    overflow:hidden;
}
.stui-vodlist__detail .text.actor-line:empty::before{content:"\00a0";}
