/* AWF MAIN LICENSE GAP FORCE PATCH */
.awf-gap-force-lower-card {
  margin-top: 24px !important;
}

.awf-license-gap-force-spacer {
  display: block !important;
  width: 100% !important;
  height: 24px !important;
  min-height: 24px !important;
  grid-column: 1 / -1 !important;
  flex-basis: 100% !important;
  pointer-events: none !important;
}

@media (max-width: 900px) {
  .awf-gap-force-lower-card {
    margin-top: 20px !important;
  }

  .awf-license-gap-force-spacer {
    height: 20px !important;
    min-height: 20px !important;
  }
}