.apply_coupon_block {

  width: 100%;
background: #e3e3e3;
padding: 20px;
border-radius: 12px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 13px;
}
.apply_coupon_block + div{
    clear:both;
}
.apply_coupon_block .default_txt {
font-weight: 700;
font-size: 16px;
line-height: 120%;
display: block;
}

.apply_coupon_block .coupon-description {
font-size: 22px;
font-family: 'Lora';
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.01em;
color: var(--wp--preset--color--primary-color);
}

.apply_coupon_block .default_txt {
font-weight: 700;
font-size: 16px;
line-height: 120%;
display: block;
color: var(--wp--preset--color--heading-text-color) !important;
}

.apply_coupon_block .coupon-notice {
font-weight: 400;
font-size: 12px;
line-height: 1.3;
}

.apply_coupon_block label.coupon-code-info {
padding: 11px;
background: rgba(253, 241, 239, 0.6);
border: 2px dashed #EC2227;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
font-family: 'Lora';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1;
}

.apply_coupon_block .copy-coupon-code {
font-size: 20px;
font-weight: 700;
color: #333;

}

.apply_coupon_block .coupon-code-wrapper {
max-width: 300px;
}

.apply_coupon_block .single-coupon-notice {

font-weight: 400;
font-size: 12px;
line-height: 1.2;
}

@media (min-width: 768px) {
    .apply_coupon_block {
        width: 48%;
        float: right;
        margin-bottom: 100px;
    }
}