.cover[data-type=background-image] .image-box:after {
    background: linear-gradient(120deg,#0360,rgb(0 51 102 / 0%));
    /* background: linear-gradient(120deg,rgba(var(--theme-color-primary-rgb,0,51,102),1) 0,rgba(var(--theme-color-primary-rgb,0,51,102),.2) 100%); */
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
