.acfw-coupons-list-block .acfw-coupons-grid {
display: grid;
grid-gap: 0.7em;
grid-auto-rows: 150px;
margin-bottom: 0.7em;
}
.acfw-single-coupon-block {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 300px;
padding: 1em 1em 1.7em;
border: 1px solid #ccc;
font-size: 1em;
}
.acfw-single-coupon-block .acfw-coupon-usage-limit {
position: absolute;
top: 0.5em;
right: 0.5em;
display:block;
font-size: 0.7em;
line-height: 1em;
}
.acfw-single-coupon-block .acfw-coupon-content {
width: 100%;
text-align: center;
}
.acfw-single-coupon-block .acfw-coupon-content.has-description {
text-align: left;
}
.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-code {
display: block;
margin-top: 0.2em;
font-size: 1.4em;
font-weight: bold;
line-height: 1.3em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-discount-info {
display: block;
font-size: 0.9em;
}
.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-description {
display: -webkit-box;
font-size: 0.8em;
line-height: 1.3em;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.acfw-single-coupon-block .acfw-coupon-schedule {
position: absolute;
bottom: 0.5em;
right: 0.5em;
text-align: right;
font-size: 0.7em;
line-height: 1.0em;
} .wc-block-components-notice-banner {
display: flex;
align-items: center;
height: 100%;
justify-content: space-between;
} @media screen and (max-width: 479px) {
.acfw-coupons-list-block .acfw-coupons-grid {
grid-template-columns: 1fr !important;
}
}.pwgc-applied-gift-cards {
padding-bottom: 16px;
}
.pwgc-applied-gift-cards-title {
font-weight: 600;
}
.pwgc-applied-gift-cards-list {
list-style: none;
margin: 0;
padding: 0;
}
.pwgc-applied-gift-cards-item {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-top: 4px;
}
.pwgc-gift-card-balance {
font-size: 0.9em;
opacity: 0.8;
}
.pwgc-applied-gift-cards-right {
display: flex;
align-items: flex-start;
gap: 8px;
} #pwgc-redeem-gift-card-number {
width: 100%;
}
.pwgc-apply-gift-card-button {
width: 100%;
margin-top: 4px;
} .pwgc-remove-gift-card {
border: none;
background: transparent;
cursor: pointer;
padding: 0 4px;
font-size: 1.1em;
line-height: 1;
}
.pwgc-remove-gift-card:disabled {
cursor: default;
}
.wp-block-woocommerce-checkout #pwgc-redeem-gift-card-container {
padding: 16px;
}