#ct-blurbrry-player .powerpress_links {
    display: none;
}

.ct-flex-inline {
    display: flex;
    gap: 30px;
}

.bg-feather {
    position: relative;
}

.bg-feather:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 40px 35px 100px 0px #ffe3f2 inset, -70px 0 60px 0 #ffe3f2 inset;
}

