
.brw-fsp {
  background: var(--brw-fsp-box-bg, #fff);
  border: 1px solid var(--brw-fsp-box-border, #dfe3ea);
  border-radius: 16px;
  padding: 16px 16px 14px;
  margin: 0 0 16px;
  color: var(--brw-fsp-text, #1f2937);
}

.brw-fsp__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}

.brw-fsp__message {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 12px;
}

.brw-fsp__bar-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brw-fsp__bar {
  position: relative;
  flex: 1 1 auto;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--brw-fsp-bar-bg, #e7e8ee);
}

.brw-fsp__bar-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--brw-fsp-bar-fill, #27ae60);
  transition: width .25s ease;
}

.brw-fsp__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--brw-fsp-box-border, #dfe3ea);
  color: var(--brw-fsp-text, #1f2937);
  background: #fff;
}

.brw-fsp.is-unlocked .brw-fsp__message {
  color: var(--brw-fsp-bar-fill, #27ae60);
}

.woocommerce-mini-cart .brw-fsp,
.widget_shopping_cart_content .brw-fsp,
.xoo-wsc-body .brw-fsp {
  margin-bottom: 14px;
}

@media (max-width: 640px) {
  .brw-fsp {
    padding: 14px;
    border-radius: 14px;
  }

  .brw-fsp__message {
    font-size: 16px;
  }

  .brw-fsp__icon {
    width: 36px;
    height: 36px;
  }
}
