/* ===== Motivační banner v košíku – čistý, minimalistický ===== */

.balne-banner {
  margin: 14px 0;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-left: 3px solid #4caf50;
  border-radius: 6px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.balne-banner:hover {
  background: #fafafa;
  border-color: #d0d0d0;
}

.balne-banner-text {
  font-size: 13.5px;
  color: #444;
  line-height: 1.4;
}

.balne-banner-text strong {
  color: #1a1a1a;
  font-weight: 600;
}

.balne-banner-link {
  color: #2e7d32;
  font-weight: 600;
  white-space: nowrap;
}
