.wc-coupon-listing {
    position: relative;
}
.wc-coupon-listing__heading {
    margin-bottom: 5px;
}
.wc-coupon-listing__coupon-wrapper {
    width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 9;
}
.wc-coupon-listing__coupon-wrapper.show {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 4px;
    padding: 15px;
    position: absolute;
}
.wc-coupon-listing__coupon-wrapper.show .wc-coupon-listing__arrow {
    width: 48px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 0;
}
.wc-coupon-listing__coupon-wrapper.show .wc-coupon-listing__arrow::before {
    content: "";
    background-color: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #e5e5e5;
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 4px;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 18px;
}
.wc-coupon-listing__coupon-item {
    background-color: #eff7f2;
    font-size: 14px;
    border-top: 6px solid #44925f;
    line-height: normal;
    border-radius: 4px;
    padding: 15px;
}
.wc-coupon-listing__coupon-title {
    font-size: 16px;
    font-weight: 700;
    color: #295839;
    display: block;
}
.wc-coupon-listing__coupon-code {
    font-size: 12px;
    color: #295839;
}
.wc-coupon-listing__coupon-code span {
    font-size: 15px;
    font-weight: 500;
    color: #295839;
    text-transform: uppercase;
    text-decoration: underline;
}
.wc-coupon-listing__coupon-info {
    font-size: 13px;
    color: #454545;
    border-top: 1px dashed #a9d7b9;
    padding-top: 10px;
    margin-top: 10px;
}
.wc-coupon-listing__coupon-after-discount {
    background-color: #fff;
    border-radius: 50px;
    padding: 4px 10px;
    margin-top: 12px;
    display: inline-block;
}
.wc-coupon-listing__more {
    font-size: 12px;
    font-weight: 700;
}
