.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;
}
}.diamond-separator{align-items:center;display:flex;justify-content:center;margin:10px 0}.diamond-separator .line{background-color:#e4e5ec;border-radius:6px;flex:1;height:2px}.diamond-separator .diamond{background-color:#e4e5ec;height:12px;margin:0 10px;transform:rotate(45deg);width:12px}.pt-container-layout{max-width:500px}@media(min-width:768px){.pt-container-layout{min-width:400px}}.pt-container-layout .pt-container-layout-item{cursor:pointer;height:50px}.pt-container-layout .pt-container-layout-item .ant-flex,.pt-container-layout .pt-container-layout-item .ant-skeleton.ant-skeleton-element,.pt-container-layout .pt-container-layout-item .ant-skeleton.ant-skeleton-element .ant-skeleton-avatar{height:100%;width:100%}.pt-container-layout .pt-container-layout-item:hover .ant-skeleton-avatar{background-color:#d2e4ff}.pt-empty-container-block{border:1px dashed #ccc;padding:20px;width:100%}.pt-container-inner button.block-editor-button-block-appender{box-shadow:none}.rc-virtual-list-holder-inner{gap:4px}.rc-virtual-list-holder-inner .ant-select-item.ant-select-item-option:last-child{margin-bottom:22px}.components-popover.block-editor-block-popover{z-index:1031}