/* Base block */
.lp-fsn{
  margin: 8px 0 24px;
  padding: 16px 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

/* Success (>= threshold) */
.lp-fsn--success{
  background: #e5f8e5;
  color: #2a7c2a;
  font-weight: 700;
}

/* Remaining (< threshold) */
.lp-fsn--remain{
  background: #f5f7fa;
  color: #333;
}

.lp-fsn__msg{
  display: inline-block;
}

/* Progress bar */
.lp-fsn__progress{
  margin-top: 8px;
  height: 8px;
  background: #e0e6ed;
  border-radius: 6px;
  overflow: hidden;
}

.lp-fsn__progress-bar{
  display: block;
  height: 100%;
  width: 0;
  background: #99ca3c;
  transition: width .25s ease;
  border-radius: 6px 0 0 6px;
}

/* Мини-корзина */
.widget_shopping_cart_content .lp-fsn{ display:block; }

                          
  .lp-fsn--pickup {
  background: #fff8e5;
  color: #a26a00;
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

 /* --- Pickup-only notice (самовывоз) --- */
.lp-fsn--pickup {
    background: #fff8e1;
    color: #4a3d00;
    border: 1px solid #ffe082;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.lp-fsn--pickup::before {
    content: "🚗";
    font-size: 18px;
    line-height: 1;
}

.lp-fsn--pickup strong {
    color: #c47f00;
}
