<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.component-wrapper {
    padding: 10px 0;
}
.component-wrapper .action-toolbar .action-delete{
    float: left;
    width: 15px;
    text-decoration: none;
}
.component-wrapper .action-toolbar .action-delete::before {
    content: '\e616';
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #757575;
    font-family: 'luma-icons';
}
.component-wrapper .action-toolbar .action-delete span{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.coupon-list .coupon{
    line-height: 20px;
    list-style: none;
    float: left;
    display: inline-block;
    padding: 5px 12px 0px;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 5px 10px 0 0;
}
.coupon .action-toolbar {
	display: inline-block;
}
.coupon-list .coupon span{
    float: left;
    padding-right: 15px;
    
}
div#applied-coupons {
    display: table;
    clear: both;
    margin: 0 auto;
}
.payment-option div#applied-coupons {
    display: block;
}</pre></body></html>