.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;
}

/* Regular Cart & Checkout: This style is required to style button and link inside notification. */
.wc-block-components-notice-banner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

/* Mobile View */
@media screen and (max-width: 479px) {
  .acfw-coupons-list-block .acfw-coupons-grid {
     grid-template-columns: 1fr !important;
   }
}.aioseo-toc-header{width:100%;position:relative}.aioseo-toc-header:has(.aioseo-toc-header-area){flex-direction:column;align-items:flex-start}.aioseo-toc-header .aioseo-toc-header-title{align-items:center;color:#434960;display:flex;flex:1 0 auto;font-size:24px;font-weight:700;line-height:125%;max-width:100%;gap:8px}.aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{display:flex;border-radius:2px;cursor:pointer;transition:transform .3s ease;background-color:#e5f0ff;box-sizing:border-box;justify-content:center;align-items:center}[dir=ltr] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{padding:8px 0 8px 10px}[dir=rtl] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{padding:8px 10px 8px 0}.aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{width:14px;height:14px}[dir=ltr] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{margin-right:10px}[dir=rtl] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{margin-left:10px}.aioseo-toc-header .aioseo-toc-header-instructions{color:#2c324c;font-size:16px;margin-bottom:0;margin-top:16px}.aioseo-toc-header .aioseo-toc-header-buttons{flex:0 1 auto}.aioseo-toc-contents{transition:transform .3s ease,opacity .3s ease;transform-origin:top;display:block;opacity:1;transform:scaleY(1);padding-top:12px}.aioseo-toc-collapsed{opacity:0;transform:scaleY(0);height:0;overflow:hidden}