<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gift-coupon {
    display: block !important;
}

.webshop-coupon-question {
    display: none;
}

#gift-coupon label,
#formfielderror_gift-coupon {
    font-size: .9rem;
}

#gift-coupon .fieldinput {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: wrap;
}

#coupon_code {
    width: 100%;
}

#activate-coupon {
    color: inherit;
    background-color: transparent;
}
</pre></body></html>