.promosbox {
    margin: 10px;
}
span.promo_coupon_notice {
    cursor: pointer;
}
span.promo_coupon_notice:hover + .promo_debug {
    display: block;
}
.promo_debug {
    display:none;
    font-size: 12px;
    background-color: red;
    position: absolute;
    z-index: 1;
    padding: 10px;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.promo_debug b {
    color: #000;
}
.coupon_card1 {
    width: 330px;
    color: #565656;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 8px;
    position: relative;
    border-radius: 5px;
    border: solid 1px #dc143c;
}
.coupon_card1 .main,
.coupon_card1 .copy-button {
    display: flex;
    justify-content: space-between;
    padding: 1px 10px;
    align-items: center;
}
.coupon_card1::after,
.coupon_card1::before {
    position: absolute;
    content: "";
    height: 20%;
    z-index: 1;
    top: 38%;
    background-color: #dc143c;
    width: 20px;
}
.coupon_card1::after {
    right: 0px;
    border-radius: 40px 0 0 40px;
    border-left: 2px solid #dc143c;
}
.coupon_card1::before {
    left: 0px;
    border-radius: 0 40px 40px 0;
    border-right: 2px solid #dc143c;
}
.coupon_card1 .co-img {
    width: 36%;
}
.coupon_card1 .vertical {
    border-left: 5px dotted black;
    height: 100px;
    margin: 0 10px;
}
.coupon_card1 .content {
    font-size: 1rem;
    width: 52%;
}
.coupon_card1 .content h1 {
    font-size: 2rem;
    margin: 5px 0;
}
.coupon_card1 .content p {
    margin: 3px 0;
}
.coupon_card1 .copy-button {
    margin: 4px 0 0 0;
    border-radius: 4px;
}
.coupon_card1 .copy-button input {
    border: none;
    font-size: 1.2rem;
    padding: 4px 0;
}
.coupon_card1 .copy-button button {
    padding: 5px 20px;
    background-color: #dc143c;
    color: #fff;
    border: none;
    cursor: pointer;
}
.coupon_card2 {
    width: 330px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #eee;
    padding: 10px;
}
.coupon_card2 .main,
.coupon_card2 .copy-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon_card2 .coupon-rate h1 {
    font-size: 2rem;
    color: #565656;
}
.coupon_card2 .vertical {
    border-left: 5px dotted black;
    height: 100px;
}
.coupon_card2 .content h2 {
    font-size: 1rem;
    color: #565656;
    text-transform: uppercase;
}
.coupon_card2 .content p {
    font-size: 1rem;
    color: #696969;
}
.coupon_card2 .copy-button {
    margin-top: 12px;
    padding: 0 5px;
    border-top: 2px solid #ccc;
    font-size: 1rem;
}
.coupon_card2 .copy-button p {
    margin: 8px 0;
}
.coupon_card2 .copy-button button {
    padding: 5px 20px;
    background-color: #dc143c;
    color: #fff;
    border: 1px solid transparent;
}
