/* ──────────────────────────────────────
   FlowPoints – style frontowe
   Kolor marki: #1b4332 (nagłówek), #40916c (akcent)
────────────────────────────────────── */

/* ── Karta produktu ── */
.flowpoints-product-info {
  margin: 12px 0 8px;
  padding: 12px 14px;
  background: #f0f9f4;
  border: 1px solid #b7dfc8;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.5;
}

.fp-earn-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.fp-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.fp-earn-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.fp-earn-text strong {
  color: #1b4332;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fp-points-value {
  font-size: 17px;
  font-weight: 700;
  color: #40916c;
  line-height: 1.2;
}

.fp-points-sub {
  font-size: 11px;
  color: #4a7c5e;
}

/* saldo / realizacja pod info o naliczaniu */
.fp-redeem-block,
.fp-balance-info,
.fp-login-hint {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c8e6d4;
  font-size: 12px;
  color: #2d6a4f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}

.fp-balance-label {
  color: #2d6a4f;
}

.fp-balance-label strong {
  color: #1b4332;
}

.fp-redeem-link {
  color: #40916c;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.fp-redeem-link:hover {
  text-decoration: underline;
}

.fp-login-hint a {
  color: #40916c;
  font-weight: 600;
  text-decoration: none;
}

.fp-login-hint a:hover {
  text-decoration: underline;
}

/* ── Koszyk ── */
.flowpoints-cart-info {
  margin: 16px 0;
  padding: 14px 16px;
  background: #f0f9f4;
  border: 1px solid #b7dfc8;
  border-radius: 6px;
  font-size: 13px;
}

.fp-cart-header {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #1b4332;
  font-size: 13px;
}

.fp-cart-header strong {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.fp-cart-earn {
  color: #2d6a4f;
  margin-bottom: 8px;
}

.fp-cart-earn .fp-points-value {
  font-weight: 700;
  color: #40916c;
  font-size: 15px;
  margin: 0 3px;
}

.fp-cart-earn .fp-points-sub {
  font-size: 11px;
  color: #4a7c5e;
}

.fp-cart-balance {
  padding-top: 8px;
  border-top: 1px solid #c8e6d4;
  color: #2d6a4f;
}

.fp-cart-balance strong {
  color: #1b4332;
}

.fp-cart-hint {
  font-size: 11px;
  color: #4a7c5e;
}

.fp-cart-redeem {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.fp-redeem-btn {
  display: inline-block;
  padding: 6px 14px;
  background: #40916c;
  color: #fff !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s;
}

.fp-redeem-btn:hover {
  background: #2d6a4f;
}

/* ── Konto klienta ── */
.flowpoints-account {
  margin: 24px 0;
  padding: 20px 24px;
  background: #f0f9f4;
  border: 1px solid #b7dfc8;
  border-radius: 8px;
}

.fp-account-title {
  font-size: 16px;
  font-weight: 700;
  color: #1b4332;
  margin: 0 0 16px;
}

.fp-account-balance {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.fp-balance-big {
  font-size: 36px;
  font-weight: 700;
  color: #40916c;
  line-height: 1;
}

.fp-account-balance .fp-balance-label {
  font-size: 16px;
  color: #2d6a4f;
}

.fp-balance-value {
  font-size: 13px;
  color: #4a7c5e;
  width: 100%;
}

.fp-account-redeem-hint,
.fp-account-progress-hint {
  font-size: 13px;
  color: #2d6a4f;
  margin-bottom: 16px;
}

.fp-account-redeem-hint {
  font-weight: 600;
  color: #1b4332;
}

/* Historia */
.fp-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-top: 12px;
}

.fp-history-table th {
  text-align: left;
  padding: 6px 8px;
  background: #d8f0e4;
  color: #1b4332;
  font-weight: 600;
  border-bottom: 1px solid #b7dfc8;
}

.fp-history-table td {
  padding: 7px 8px;
  border-bottom: 1px solid #e4f4ec;
  color: #2d4a38;
}

.fp-history-table tr:last-child td {
  border-bottom: none;
}

.fp-plus { color: #40916c; font-weight: 700; }
.fp-minus { color: #c0392b; font-weight: 700; }
