<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-CJ-actions-wrapper {
    background: #f0f0f0;
    -webkit-box-shadow: 13px 13px 0px #ffc600;
    -moz-box-shadow: 13px 13px 0px #ffc600;
    box-shadow: 13px 13px 0px #ffc600;
    border-radius: 10px;
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
}

.dp-CJ-actions__actions-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dp-CJ-actions__action-item {
    width: 230px;
    text-align: center;
    position: relative;
}

.dp-CJ-actions__action-item p {
    min-height: 44px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
}

.dp-CJ-actions__action-item:first-child img {
    width: 92px;
}

.dp-CJ-actions__action-item:first-child::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 27px);
    bottom: 15px;
    width: 50px;
    height: 22px;
    background-image: url(https://www.nespresso.com/ecom/medias/sys_master/public/15780328669214/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    transform: scaleY(-1);
}

.dp-CJ-actions__action-item:last-child::before {
    content: "";
    display: block;
    position: absolute;
    right: calc(100% + 27px);
    top: 15px;
    width: 50px;
    height: 22px;
    background-image: url(https://www.nespresso.com/ecom/medias/sys_master/public/15780328669214/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.dp-CJ-actions__action-item:nth-child(2) &gt; p &gt; span {
    font-family: "Joyeux-Regular", "Lucas", sans-serif;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.dp-CJ-actions__discover-text {
    font-size: 18px;
    line-height: 22px;
}

.dp-CJ-actions__discover-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #ca9d00;
}

.dp-CJ-actions__discover-link:hover {
    text-decoration: underline;
}

.dp-CJ-actions__discover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

@media screen and (max-width: 960px) and (min-width: 767px) {
    .dp-CJ-actions__action-item:first-child::before {
        left: calc(232 / 960 * 100vw);
    }

    .dp-CJ-actions__action-item:last-child::before {
        right: calc(249 / 960 * 100vw);
    }

    .dp-CJ-actions__discover {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .dp-CJ-actions__discover-link {
        margin-top: 10px;
    }

    .dp-CJ-actions-wrapper {
        padding: 30px 20px;
    }

    .dp-CJ-actions__action-item:first-child {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .dp-CJ-actions-wrapper {
        width: 100%;
        padding: 30px 10px;
    }

    .dp-CJ-actions__actions-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .dp-CJ-actions__action-item:nth-child(2) {
        margin: 50px 0;
    }

    .dp-CJ-actions__action-item:first-child::before {
        transform: rotate(63deg);
        left: calc(100% - 13px);
        top: calc(100% + 16px);
    }

    .dp-CJ-actions__action-item:last-child::before {
        transform: scaleY(-1) rotate(-90deg);
        right: calc(100% - 13px);
        top: -36px;
    }

    .dp-CJ-actions__discover {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 90px;
    }

    .dp-CJ-actions__discover-text {
        text-align: center;
    }

    .dp-CJ-actions__discover-link {
        margin-top: 10px;
    }
}
</pre></body></html>