<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Gift Card Product description */
.aw-gc-product-form-description {
    margin-bottom: 30px;
}

/* Gift Card Code block */
.aw-giftcard-codes-block .box {
    width: 25%;
}
.aw-giftcard-codes-block td {
    padding: .3em;
}
.aw-giftcard-codes-block td.balance {
    font-weight: 600;
}

/* Gift Card fieldset check on customer account */
.fieldset.aw_giftcard__check {
    margin-bottom: 15px;
}

/* Gift Card block on customer account, cart and checkout page */
.aw-giftcard-codes-block .block-title span,
#aw_giftcard__code_info .block-title span {
    font-size: 2.2rem;
    font-weight: 300;
}
.aw-giftcard-codes-block {
    margin-bottom: 10px;
}
.aw-giftcard-codes-block .block-title {
    margin-bottom: 5px;
}
.page-main .block.aw-giftcard-codes-block {
    margin-bottom: 15px;
}

/* Gift Card block on checkout page */
.aw-giftcard-totals .action-delete {
    color: #333333;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
    font-style: normal;
    vertical-align: top;
}
.aw-giftcard-totals .action-delete .delete-icon::before {
    content: '\e604';
    font-family: 'luma-icons';
}
.opc-wrapper .form-aw-giftcard {
    max-width: 500px;
}
</pre></body></html>