
/* Basisstijl – lichtgroen, mobielvriendelijk */
.svk-price-note{
  --svk-note-bg: #e8f7e8;          /* zacht lichtgroen */
  --svk-note-text: #1c7c1c;        /* donkergroen tekst */
  --svk-note-border: #c4e8c4;

  display: block;
  width: 100%;
  margin-top: .5rem;
  padding: .5rem .75rem;
  border-radius: .5rem;
  background: var(--svk-note-bg);
  color: var(--svk-note-text);
  border: 1px solid var(--svk-note-border);
  font-size: 0.95rem;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
}

.svk-price-note .svk-price-amount{ font-weight: 700; }
.svk-price-note .svk-price-label{ opacity: .95; font-weight: 500; }

.svk-context-loop{ margin-bottom: .5rem; }

@media (max-width: 480px){
  .svk-price-note{ font-size: 0.9rem; padding: .45rem .6rem; border-radius: .45rem; }
}
