/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2025 | 08:39:50 */
@media only screen and (max-width: 1024px) {
	.newsletter-arrow button.elementor-button {
		top: -360px!important;}
}	

@media only screen and (max-width: 845px) {
	.newsletter-arrow button.elementor-button {
		top: -225px!important;
		  width: 40px!important;
  height: 35px!important;
	}
	
.newsletter-arrow .elementor-field-option input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  display: inline-block; /* <- to jest kluczowe */
  box-sizing: border-box; /* <- też kluczowe */
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  flex-shrink: 0;
}


}	

