/* BG – Dobór dodatków: styling checkboxa, żeby pasował do brandingu (Best Granit) */

.bg-addons-contact{
  /* Zmień kolor akcentu tu, jeśli chcesz: */
  --bg-addons-accent: #6a3822;      /* główny brąz */
  --bg-addons-accent-dark: #28150d; /* ciemniejszy brąz */
  border-color: rgba(106, 56, 34, .25) !important;
  background: rgba(106, 56, 34, .03);
}

.bg-addons-contact strong{
  color: var(--bg-addons-accent-dark);
}

/* Nowoczesne przeglądarki: */
.bg-addons-contact input[type="checkbox"]{
  width: 18px;
  height: 18px;
  accent-color: var(--bg-addons-accent);
}

/* Focus accessibility */
.bg-addons-contact input[type="checkbox"]:focus-visible{
  outline: 2px solid var(--bg-addons-accent);
  outline-offset: 2px;
}
