/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 21 2026 | 15:23:16 */
/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 20 2026 | 22:20:03 */
/* =============================================================================
   10. WTYCZKA COOKIE (COMPLIANZ)
   ============================================================================= */

/* Dziedziczenie czcionki i koloru z motywu Hestia */
#cmplz-document,
#cmplz-document p,
#cmplz-document li,
#cmplz-document a,
#cmplz-document span,
#cmplz-document div {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
}

/* Nagłówki */
#cmplz-document h1,
#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4,
#cmplz-document h5,
#cmplz-document h6 {
  font-family: inherit !important;
  font-weight: 500;
  color: inherit !important;
  margin-top: 2rem;
}

/* H2 – identyczny styl jak w motywie Hestia */
#cmplz-document h2 {
  box-sizing: border-box;
  color: rgb(60, 72, 88);
  direction: ltr;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 37px;
  font-weight: 500;
  line-height: 59.866px;
  margin-top: 0;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* Ukrycie przycisku ustawień cookie */
button.cmplz-manage-consent.manage-consent-1 {
  display: none !important;
}

/* Tło pod przyciskami */
.cmplz-btn.cmplz-accept,
.cmplz-btn.cmplz-deny,
.cmplz-btn.cmplz-view-preferences,
.cmplz-btn.cmplz-save-preferences {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cmplz-btn.cmplz-accept:hover,
.cmplz-btn.cmplz-deny:hover,
.cmplz-btn.cmplz-view-preferences:hover,
.cmplz-btn.cmplz-save-preferences:hover {
	background-color: var(--green-hover) !important;
	border-color: var(--green-hover) !important;
	color: var(--bg) !important;
}


.pisol-bar-container {
  display: none !important;
}
