.couponCard {
    border-radius: 15px;
    height: 105px;
    position: relative;
    padding: 7px 13px 10px 13px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.couponTitle {
    color: white;
    font-size: 14pt;
    font-weight: 900;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.couponSubTitle {
    color: white;
    font-size: 11pt;
}

.couponLine {
    width: 100%;
    border-bottom: 0.5px dashed white;
    margin-top: 10px;
    margin-bottom: 5px;
}

.couponLeft {
    color: white;
    font-size: 10pt;
    font-weight: 900;
    width: 45%;
    display: inline-block;
}

.couponRight {
    color: white;
    font-size: 10pt;
    font-weight: 900;
    width: 52%;
    text-align: right;
    display: inline-block;
}

.couponDot {
    background-color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 29px;
    border-radius: 10px;
}

.couponStampOuter {
    width: 60px;
    height: 60px;
    position: absolute;
    right: -10px;
    bottom: 10px;
    border-radius: 50%;
    border: 2px solid #000000;
    background-color: white;
    transform: rotate(325deg);
}

.couponStampInner {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 4.5px;
    top: 4px;
    border-radius: 24px;
    border: 1.3px solid #000000;
    font-size: 11pt;
    text-align: center;
    line-height: 1.05;
    color: #000000;
    font-weight: 900;
}

.couponStampText {
    font-size: 9pt;
}

.couponOrangeRed {
    border-color: #F15E49;
    color: #F15E49;
}

.couponDarkGreen {
    border-color: #356939;
    color: #356939;
}