/*
=== WORKLOG360 — ЧИСТЫЙ CSS ===
Elementor Canvas + UAE Header Footer Builder
*/

/* === СБРОС ЗАЗОРОВ ТЕМЫ HEVER === */
#masthead {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 9999 !important;
	background: rgba(255, 255, 255, 0.7) !important;
	-webkit-backdrop-filter: blur(30px) !important;
	backdrop-filter: blur(30px) !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

/* Убираем все внутренние отступы темы */
#masthead > *,
#masthead .elementor,
#masthead .elementor > .e-con,
#masthead .e-con {
	background: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* Главный контейнер хедера */
#masthead .elementor > .e-con {
	width: 100% !important;
	padding: 8px 16px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	height: 70px !important;
	margin: 0 !important;
}

#masthead .hfe-nav-menu {
	flex-wrap: nowrap !important;
}

#masthead .hfe-nav-menu li a {
	white-space: nowrap !important;
	text-decoration: none !important;
}

#masthead .elementor-button {
	white-space: nowrap !important;
	transition: all 0.3s ease !important;
}

/* === HERO — КОМПЕНСАЦИЯ ХЕДЕРА === */
body:not(.elementor-editor-active) .elementor > .e-con:first-child {
	padding-top: 60px !important;
}

/* === FEATURE TABLE === */
.feature-table {
	font-family: 'Segoe UI', sans-serif;
	font-size: 16px;
	color: #333;
	border-collapse: collapse;
	width: 100%;
}

.feature-table thead th {
	background-color: #f5f5f5;
	padding: 12px 16px;
	border-bottom: 2px solid #ddd;
	text-align: left;
}

.feature-table tbody td {
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
}

.feature-table tbody tr:hover td {
	background-color: #f9f9f9;
}

/* === ФУТЕР === */
#colophon {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#colophon .elementor,
#colophon .e-con {
	max-width: 100% !important;
	width: 100% !important;
}

#colophon,
#colophon * {
	font-family: 'Inter', sans-serif !important;
}

#colophon a {
	color: inherit !important;
	text-decoration: none !important;
}

#colophon a:hover {
	text-decoration: underline !important;
}

#colophon .elementor-button,
#colophon a.elementor-button {
	font-family: 'Inter', sans-serif !important;
	color: inherit !important;
	border-radius: inherit !important;
	font-size: inherit !important;
	white-space: nowrap !important;
}

#colophon .elementor-widget-text-editor,
#colophon .elementor-heading-title,
#colophon p {
	font-size: inherit !important;
	color: inherit !important;
	font-family: 'Inter', sans-serif !important;
}

/* ============================================ */
/* === МОБИЛЬНАЯ ВЕРСИЯ ======================= */
/* ============================================ */
@media (max-width: 1024px) {
	#masthead .elementor > .e-con {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 6px 16px !important;
		min-height: 50px !important;
		max-height: 50px !important;
		height: 50px !important;
		overflow: visible !important;
	}

	#masthead img {
		max-height: 30px !important;
		width: auto !important;
	}

	#masthead .hfe-nav-menu__toggle {
		padding: 4px !important;
	}

	#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		flex-direction: column !important;
		align-items: flex-start !important;
		width: 100% !important;
	}

	#masthead .hfe-nav-menu li {
		width: 100% !important;
		border-bottom: 1px solid #f0f0f0 !important;
	}

	#masthead .hfe-nav-menu li a {
		padding: 12px 20px !important;
		display: block !important;
		width: 100% !important;
	}

	#masthead .elementor-widget-button {
		display: none !important;
	}
}
@media only screen and (min-width: 1024px) {
    body:not(.fse-enabled) #masthead,
    body:not(.fse-enabled) #colophon {
        max-width: 100%;
    }
}

/* === ФУТЕР — ШРИФТ И КНОПКА === */

/* Размер шрифта 16px */
#colophon p,
#colophon a,
#colophon li,
#colophon span {
    font-size: 16px !important;
}

/* Кнопка с полностью закруглёнными краями */
#colophon .elementor-button,
#colophon a.elementor-button {
    border-radius: 100px !important;
    font-size: 16px !important;
}

/* SVG иконки соцсетей — 24px на всех устройствах */
#colophon svg {
	width: 24px !important;
	height: 24px !important;
}

#colophon a svg path,
#colophon a svg rect,
#colophon a svg circle {
	transition: fill 0.3s ease !important;
}

#colophon a:hover svg path,
#colophon a:hover svg rect,
#colophon a:hover svg circle {
	fill: #147BFF !important;
}

/* Мобильная версия — тоже 24px */
@media (max-width: 768px) {
	#colophon svg {
		width: 24px !important;
		height: 24px !important;
	}
}
/* Убрать блок Likes от Jetpack */
.sd-block.sd-like,
.sharedaddy.sd-like-enabled,
.wpl-likebox,
#likes-other-gravatars {
    display: none !important;
}