.wpccl-featherlight .featherlight-content{
    border-radius: 10px;
}
.wpccl-coupon{
    background: #75421b !important;
    color: white !important;
    padding: 14px 18px 14px 28px !important; 
    border-radius: 10px !important;
    position: relative;
}

.wpccl-coupon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
}
.wpccl-coupon-info{
    padding-left: 37px;
}
.wpccl-coupon::after {
    content: "";
    position: absolute;
    left: 55px;
    top: 10px;
    bottom: 10px;
    width: 6px;
    border-left: 2px dashed rgba(255, 255, 255, .5);
}


.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-value {
    color: white !important;
}

.wpccl-coupons .wpccl-coupon:hover {
    border-color: white !important;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code{
    border: none !important;
    background-color: transparent !important;
    color: white !important;
    padding: 5px 0px !important;
    font-size: 16px !important;
    font-style: italic;
    text-transform: uppercase;
}

.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap {
    flex-direction: column;
    align-items: start !important;
}
