/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

html, body{
		overflow-x: hidden;
	}
	
.kwadracik:before{
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ffa100;
    margin-right: 5px;
}

.kwadracik:hover{
    color: #ffa100 !important;
    transition-duration: 500ms;
}
	
p:has(.kwadracik) {
  margin-bottom: 6px;
}


a:hover, a {
    transition-duration: 500ms !important;
}
	

.prostokat{
    padding: 10px;
    color: white;
    background-color: #ffa100;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}

.prostokat:hover{
    padding: 10px;
    color: white;
    background-color: #1A4A91;
    font-weight: 600;
}