.wps247-coupon-list {
    font-family: 'Roboto';
    user-select: none;
}
.wps247-coupon-list .coupon-item {
    position: relative;
    margin-bottom: 12px;
}
.wps247-coupon-list .coupon-item .coupon-item__inner {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}
.coupon-item__left {
    position: relative;
    width: 80px;
    padding: 10px;
    display: flex;
    align-self: stretch;
    align-items: center;
}
.coupon-item__right {
    position: relative;
    flex: 1;
    padding: 10px;
    border-left: 1px dashed #fecd57;
}
.coupon-item__left::before,
.coupon-item__left::after {
    content: "";
    width: 20px;
    height: 10px;
    right: -10px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.coupon-item__left::before {
    bottom: -1px;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.coupon-item__left::after {
    top: -1px;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cp-img {
    height: 64px;
    width: 64px;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
button.cp-icon {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
}
button.cp-icon:focus,
button.cp-icon:hover {
    background-color: transparent;
}
.wps247-coupon-list .cp-top h3{
    padding: 0;
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 600;
}
.cp-top p{
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}
.cp-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 14px;
}
.cp-bottom-detail p {
    margin: 0;
}
.cp-bottom-detail strong {
    text-transform: uppercase;
}
button.button.cp-btn {
    border-radius: 999px;
    background-color: #07376e;
    color: #fecd57;
    padding: 4px 12px;
    font-size: 12px;
    border: none;
}
button.button.cp-btn:hover {
    border-radius: 999px;
    background-color: #07376e;
    color: #fecd57;
}
/* popover */
.popover-body ul {
    padding: 0;
    list-style: inside;
}
.popover-body li {
    margin-bottom: 4px;
}
.popover-body {
    position: absolute;
    top: -40px;
    right: 46px;
    z-index: 999;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    min-width: 340px;
}
.popover-content .dfex-bkg {
    padding: 8px 22px;
}
.popover-content .dfex-bkg:nth-child(odd) {
    background-color: #fafafa;
}
.popover-content .dfex-txt {
    display: flex;
    align-items: center;
}
.popover-content .dfex-txt-1 {
    width: 120px;
}