.DigitalProductFooter {

    &-button {
        align-items: center;
        display: flex;
    }

    &-back-button {
        align-items: center;
        display: flex;

        & .Icons-chevron {
            height: 8px;
            margin-left: -10px;
            margin-right: 10px;
            transform: rotate(90deg);
            width: 13px;
        }
    }

    .Icons-right-pagination-arrow {
        fill: white;
        margin-left: 10px;
        margin-right: -10px;
    }
}
