/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 02 2024 | 13:58:54 */
/*,буллети на сторінці комісій*/

.Komisii li::marker {
  color: #2B6CB0;
  font-size: 1.2em;
}




/*стилі перемикача мов*/

.secondary-navigation .secondary-menu-container > ul > li.menu-item > a {
    display: flex;
    padding-left: calc(1.2em / 2);
    padding-right: calc(1.2em / 2);
    padding-top: 2em;
    padding-bottom: 0.2em;
    color: var(--global-palette8);
    align-items: center;
}
/*мобільна версія*/

.lang-item img {
    display: inline !important;
}



/*@media (max-width: 767px) {
	H2 {
		font-size:36px !important;
	}
}*/
/*убрать иконку настроек из кабинета пользователя
.um-profile-edit {
	display: none;
}

.elementor-heading-title {
     margin-bottom: 0em !important;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0em 0 0em !important;
}
*/

/*прибрати трансформацію в заголовках записів*/
.wp-site-blocks .post-title h1 {
   
    text-transform: none !important;
}

/*колір фону схожі записи*/
.entry-related {
    background: #f7f7f7;
}

/*стилі пошуку*/
#search-drawer .drawer-inner .drawer-content {
  
    background: #2b6cb0;
}


/*висота строки підменю*/
.header-navigation .header-menu-container ul ul li.menu-item > a {
    line-height: 1;
}