/* ===============================
   SOLPLUS – Produktkort styling
   =============================== */

/* Wrapper omkring produktbillede */
.solplus-card-image-wrap {
  position: relative;
  display: block;
}

/* Badge ovenpå billedet */
.solplus-card-image-wrap .solplus-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f2a900; /* Solplus orange */
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 0; /* firkantet */
  line-height: 1;
  z-index: 10;
}

/* Bullets under prisen */
.solplus-card-bullets {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 13px;
}

.solplus-card-bullets li {
  margin: 4px 0;
  padding-left: 14px;
  position: relative;
}

.solplus-card-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
