.coupon-editable {
    display: flex;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    margin: 20px 0;
}

.ce-bonus-part {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    background: #f2f2f2;
    color: #000000;
    padding: 8px;
}

.ce-bonus {
    font-size: 30px;
    font-weight: bold;
}

.ce-container-part {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.ce-showcase-part {
    width: 100%;
    padding: 16px 16px 0px 16px;
}

.ce-infos-part {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.ce-terms-part {
    width: 100%;
}
.ce-terms-part.on .ce-terms-text {
    display: block;
}
.ce-terms-title {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    padding: 6px 16px;
    user-select: none;
    font-weight: bold;
    color: #000;
}

.ce-terms-text {
    display: none;
    font-size: 12px;
    line-height: 1;
    padding: 8px 16px;
    border-top: 1px solid #e6e6e6;
}

.ce-terms-title span {
    cursor: pointer;
}
.ce-desc-part {
    padding-right: 16px;
}
.ced-title {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}

.ced-text {
    color: #000000;
    line-height: 1.2;
}

.ce-cta-part {
    min-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-button a {
    font-weight: bold;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    border-radius: 50px;
    transition: 0.3s;
}

.ce-bonus-text {
    font-size: 18px;
}

.ce-showcase-text {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 2px;
}
.ce-button-copy {
    display: flex;
    align-items: stretch;
    cursor: pointer;
    width: 100%;
    height: 50px;
    justify-content: space-between;
}
.cebc-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 5px;
    min-width: 60px;
    user-select: none;
    line-height: 1;
}

.cebc-code {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 6px;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 1;
}
.cebc-code span {
    font-size: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.coupon-editable.gray {
    filter: grayscale(1);
}

@media (max-width: 767px) {
    .ce-infos-part {
        flex-direction: column;
        align-items: flex-start;
    }
    .ce-cta-part {
        width: 100%;
    }
    .ce-desc-part {
        padding-right: 0;
        padding-bottom: 16px;
    }
    .ce-button {
        display: flex;
    }
    .ce-button,
    .ce-button a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .coupon-editable {
        flex-direction: column;
    }

    .ce-bonus-part {
        padding: 16px;
    }
}

/* Specific override */

.ce-showcase-text {
    background: rgb(238 0 0 / 70%);
    color: #fff;
}
.ce-button a {
    background: #ee0000;
    color: white !important;
}

.ce-button a:hover {
    background: #212121;
}
.ce-button-copy {
    border: 2px solid #ee0000;
    border-radius: 2px;
}

.cebc-copy {
    background: #ee0000;
}
