.hleb a {
	font-size:13px;
	text-decoration:none;
	color:#0855e1;
}
.hleb  {
	font-size:13px;
}
.hleb span {
	padding-right:8px;
}
.hleb span.breadcrumb_last {
	padding-left:8px;
}
.zagim  {
	text-align:right;
	position:relative;
	
}
.zagim img {
	max-width:490px;
	margin-top:-60px;
	
}
.about__text {
	color: #515cb0;
	font-size: 21px;
}
.opis {
	line-height:20px;
	font-size:16px;
}

/* Materials Section */
.materials-section {
    border: 1px solid #515cb0;
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 30px;
    font-size: 1.1rem;
}

.materials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

hr {
    height: 1px;
    border: none;
    background: #eeeeee; 
    margin: 10px 0 20px; 
}

.materials-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.materials-column {
    flex: 1;
    min-width: 300px;
}

.material-column-header {
    display: flex;
    justify-content: flex-start; 
}

.material-icon {
    background: #515cb0; 
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

.material-icon img {
    
    height: auto;
    transform: scale(0.8); 
}

.material-item {
    margin-bottom: 8px;
}

.material-item strong {
    font-size: 1.2rem;
    color: #171d38;
}

.material-item p {
    font-size: 1rem;
    color: #555;
}

.material-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #515cb0;
    font-size: 1rem;
    transition: color 0.3s, background 0.3s;
    margin-top: 10px;
}

.material-link img {
    width: 16px; 
    height: 16px;
}

.material-link:hover {
    text-decoration: underline;
    color: #5965c1;
}

.materials-download {
    margin-left: auto; 
}

.materials-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #515cb0;
    border-radius: 10px;
    text-decoration: none;
    color: #515cb0;
    font-size: 1rem;
    gap: 10px;
    transition: background 0.3s, color 0.3s;
}

.materials-button:hover {
    background: #515cb0;
    color: #fff;
}

.materials-button img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s;
}

.materials-button:hover img {
    filter: brightness(0) invert(1);
}

.materials-section p {
	padding:0;
	margin: 0;
}
.nnav a:hover {
	color: var(--wp--preset--color--primary)!important;
	text-decoration:underline;
}