/*
 * Extracted 28.07.2026 from the inline <style> block header.php printed inside <body> on every page. Enqueued first, so the per-template stylesheets that used to sit after it in the document keep overriding it.
 */
.header__language-list {
    list-style: none;
}

.language-dropdown-container{
	margin: 0;
	padding: 0;
}
.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-dropdown .dropdown-toggle {
    text-decoration: none;
    padding: 10px;
    background-color: #f4f4f4;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
}

.language-dropdown .dropdown-toggle:hover {
    background-color: #ddd;
}

.language-dropdown .dropdown-menu {
    display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
}

.language-dropdown:hover .dropdown-menu {
    display: block; 
}

.language-dropdown .dropdown-menu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.language-dropdown .dropdown-menu li a:hover {
    background-color: #f4f4f4;
}

.language-dropdown .dropdown-menu li a.active {
    font-weight: bold;
    color: #1B1B1B; 
}


.social-icon-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease; 
}
.img2 {
    opacity: 0; 
}

.link_social-networks {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px; 
    background-size: cover;
    background-position: center;
}
.link_social-networks:hover .img1 {
    opacity: 0; 
}

.link_social-networks:hover .img2 {
    opacity: 1; 
}
.header-menu-info__logo{
	display: none;
}

@media (min-width: 768px) {
	.language-dropdown-container{
		display: none;
	}
	.language-dropdown .dropdown-menu {
        width: 150px;
    }
	.link_social-networks {
		width: 60px;
		height: 60px; 
	}
}
