.awcf-receive-a-coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 8px;
    margin: 5px 0;
    background: #ffeedc;
    border: 2px dotted #767676;
    color: #000000;
    font-size: 15px;
    line-height: 1em;
}