.pp-personal-recs {
    .pp-recs-list {
        display: flex;
        gap: 1rem;
        list-style: none;
        margin: 36px 0 0 0;
        padding: 0;

        .pp-rec-item {
            display: flex;
            gap: 1rem;
            box-sizing: border-box;

            img {
                max-width: 90px;
                max-height: 72px;
                width: auto;
            }

            .pp-rec-link {
                text-decoration: none;

                &:hover {
                    text-decoration: underline;
                }

                .pp-rec-title {

                }
            }
        }
    }
}
