/* Rotech Group — Cookie Consent Banner CSS */
#rg-cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  background: #0C3347;
  color: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 4px 12px rgba(0,0,0,0.2);
  z-index: 999999;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  #rg-cookie-banner {
    left: auto;
    right: 24px;
    bottom: 24px;
    max-width: 480px;
  }
}
#rg-cookie-banner p { margin: 0 0 14px; color: #e6eef5; }
#rg-cookie-banner strong { color: #fff; font-weight: 700; }
#rg-cookie-banner a { color: #4daee8; text-decoration: underline; }
#rg-cookie-banner h3 { margin: 0 0 14px; font-size: 16px; color: #fff; }
.rg-cookie-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.rg-c-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s ease;
  min-height: 44px;
}
.rg-c-btn-primary { background: #02C173; color: #fff; }
.rg-c-btn-primary:hover { background: #00a05f; }
.rg-c-btn-secondary { background: rgba(255,255,255,0.12); color: #fff; }
.rg-c-btn-secondary:hover { background: rgba(255,255,255,0.2); }
.rg-c-btn-link { background: transparent; color: #4daee8; text-decoration: underline; }
.rg-c-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
  cursor: pointer;
  font-size: 13px;
  color: #e6eef5;
}
.rg-c-row input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: #02C173;
  cursor: pointer;
}
.rg-c-row strong { color: #fff; }

/* v2 (2026-05-22) — pelne 4 kategorie zgody UE + opisy "co przechowujemy" */
#rg-cookie-banner .rg-c-intro {
  font-size: 12.5px;
  color: #b9c9d6;
  margin: 0 0 12px;
  line-height: 1.5;
}
#rg-cookie-banner #rg-cookie-settings {
  max-height: 70vh;
  overflow-y: auto;
}
.rg-c-row .rg-c-desc {
  display: block;
  margin-top: 3px;
  font-size: 11.5px;
  color: #b9c9d6;
  font-weight: 400;
  line-height: 1.45;
}
.rg-c-row .rg-c-desc em {
  font-style: normal;
  color: #4daee8;
  font-size: 11px;
}
