.ctc-coupon-box {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    border: 2px dashed #00aa41;
    border-radius: 8px;
    background: #f9f9f9;
    font-weight: bold;
    color: #00aa41;
    position: relative;
    justify-content: space-between;
    margin: 0 0 24px 0;
}

.ctc-coupon-box:hover {
    background: #eefff4;
}

span.ctc-coupon {
    cursor: pointer;
}

.ctc-coupon-box h4 {
    margin: 0;
}

.ctc-message {
    display: none;
    color: green;
    font-size: 14px;
    margin-left: 10px;
}