/* Przełącznik wyglądu */
.theme-toggle-btn-2c5fb492 {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #1a1a1a;
	color: #ffffff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.theme-toggle-btn-2c5fb492:hover {
	transform: scale(1.08);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Ikony */
.theme-toggle-btn-2c5fb492 svg {
	transition: transform 0.5s ease;
}

html.dark-mode-2c5fb492 .theme-toggle-btn-2c5fb492 {
	background-color: #ffffff;
	color: #1a1a1a;
}

html.dark-mode-2c5fb492 .moon-icon-2c5fb492 {
	display: none;
}

html:not(.dark-mode-2c5fb492) .sun-icon-2c5fb492 {
	display: none;
}

/* Tryb Ciemny - bardzo silne, precyzyjne nadpisywanie tła */
html.dark-mode-2c5fb492,
html.dark-mode-2c5fb492 body,
html.dark-mode-2c5fb492 #page,
html.dark-mode-2c5fb492 .site,
html.dark-mode-2c5fb492 main,
html.dark-mode-2c5fb492 #content,
html.dark-mode-2c5fb492 .elementor,
html.dark-mode-2c5fb492 .elementor-section,
html.dark-mode-2c5fb492 .elementor-column,
html.dark-mode-2c5fb492 .elementor-column-wrap,
html.dark-mode-2c5fb492 .elementor-widget-wrap,
html.dark-mode-2c5fb492 .elementor-widget-container,
html.dark-mode-2c5fb492 .wp-block-group,
html.dark-mode-2c5fb492 .wp-block-group__inner-container,
html.dark-mode-2c5fb492 .wp-block-columns,
html.dark-mode-2c5fb492 .wp-block-column,
html.dark-mode-2c5fb492 article,
html.dark-mode-2c5fb492 header,
html.dark-mode-2c5fb492 footer {
	background-color: #1e1b18 !important;
}

/* Wyczyszczenie nakładek i tła w Elementorze */
html.dark-mode-2c5fb492 .elementor-background-overlay {
	background-color: transparent !important;
	opacity: 0 !important;
}

/* Bardzo silne nadpisywanie kolorów liter / tekstów */
html.dark-mode-2c5fb492 p,
html.dark-mode-2c5fb492 li,
html.dark-mode-2c5fb492 span,
html.dark-mode-2c5fb492 div:not(.elementor-widget-container),
html.dark-mode-2c5fb492 .elementor-widget-text-editor,
html.dark-mode-2c5fb492 .elementor-widget-text-editor *,
html.dark-mode-2c5fb492 .elementor-heading-title,
html.dark-mode-2c5fb492 a:not(.elementor-button) {
	color: #F2EEE8 !important;
}

/* Precyzyjne nagłówki */
html.dark-mode-2c5fb492 h1,
html.dark-mode-2c5fb492 h1 *,
html.dark-mode-2c5fb492 h2,
html.dark-mode-2c5fb492 h2 *,
html.dark-mode-2c5fb492 h3,
html.dark-mode-2c5fb492 h3 *,
html.dark-mode-2c5fb492 h4,
html.dark-mode-2c5fb492 h4 *,
html.dark-mode-2c5fb492 h5,
html.dark-mode-2c5fb492 h5 *,
html.dark-mode-2c5fb492 h6,
html.dark-mode-2c5fb492 h6 * {
	color: #C54923 !important;
}

html.dark-mode-2c5fb492 a:not(.elementor-button):hover {
	color: #C54923 !important;
}
