/**
 * Основные стили темы Eldertime
 *
 * @package Eldertime
 */

/* Базовые стили */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6;
	color: #333;
}

/* Убеждаемся, что родительские элементы не мешают sticky */
#page {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-header {
	margin-bottom: 0;
}

/* Навигация */
.navbar {
	z-index: 1030;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.navbar-brand {
	font-weight: 600;
	font-size: 1.25rem;
}

.navbar-brand img {
	max-height: 40px;
	width: auto;
}

.navbar-collapse {
	flex-grow: 0;
}

.navbar-nav .nav-link {
	padding: 0.5rem 1rem;
	font-weight: 500;
}

.navbar-nav .nav-link:hover {
	color: #0d6efd;
}

.navbar-toggler {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Sticky навигация - тень при прокрутке */
#mainNavbar.sticky-top {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 1030 !important;
}

#mainNavbar.sticky-top.scrolled {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	background-color: #fff !important;
}

/* Улучшенный фон для sticky навигации */
#mainNavbar.bg-light {
	background-color: #fff !important;
}

.site-main {
	min-height: 60vh;
	flex: 1 0 auto;
	padding: 0;
}

/* Убираем отступы на главной странице */
.home .site-main {
	padding: 0;
	margin: 0;
}

/* Убираем отступы между секциями на главной странице */
.home section {
	margin: 0;
	padding: 0;
}

.home section + section {
	margin-top: 0;
}

.site-footer {
	margin-top: 0;
	padding: 2rem 0;
	flex-shrink: 0;
}

/* Убираем отступы футера на главной странице */
.home .site-footer {
	margin-top: 0;
}

.site-footer a {
	color: #adb5bd;
	text-decoration: none;
	transition: color 0.3s ease;
}

.site-footer a:hover {
	color: #fff;
}

/* ===== Global layout refresh (all pages) ===== */
.et-page-shell {
	background: #f5f8fc;
}

.et-page-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	border: 1px solid #e6edf5;
}

.et-page-title {
	font-weight: 700;
	color: #172033;
}

/* Primary navbar usability */
.navbar-nav .nav-link {
	border-radius: 8px;
}

.navbar-nav .nav-link:hover {
	background: rgba(13, 110, 253, 0.08);
}

/* Fallback menu compatibility (wp_page_menu) */
.navbar .menu,
.navbar .navbar-nav {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.navbar .menu .menu-item {
	list-style: none;
}

.navbar .menu .menu-item > a {
	display: inline-block;
	padding: 0.5rem 1rem;
	font-weight: 500;
	color: #212529;
	text-decoration: none;
	border-radius: 8px;
}

.navbar .menu .menu-item > a:hover {
	color: #0d6efd;
	background: rgba(13, 110, 253, 0.08);
}

/* Header dropdown menu (WP nested menu/subpages) */
.navbar .menu-item,
.navbar .page_item {
	position: relative;
}

.navbar .menu-item-has-children > a::after,
.navbar .page_item_has_children > a::after {
	content: "";
	display: inline-block;
	margin-left: 0.4rem;
	vertical-align: 0.15rem;
	border-top: 0.3em solid currentColor;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
	opacity: 0.65;
}

.navbar .sub-menu,
.navbar .children {
	position: absolute;
	top: calc(100% + 0.4rem);
	right: 0;
	min-width: 220px;
	margin: 0;
	padding: 0.45rem;
	list-style: none;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #e6edf5;
	border-radius: 12px;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.15);
	backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 1040;
}

.navbar .sub-menu li,
.navbar .children li {
	list-style: none;
}

.navbar .sub-menu a,
.navbar .children a {
	display: block;
	padding: 0.5rem 0.65rem;
	border-radius: 8px;
	color: #1f2937;
	text-decoration: none;
	white-space: nowrap;
}

.navbar .sub-menu a:hover,
.navbar .children a:hover {
	background: rgba(13, 110, 253, 0.1);
	color: #0d6efd;
}

.navbar .menu-item:hover > .sub-menu,
.navbar .menu-item:focus-within > .sub-menu,
.navbar .page_item:hover > .children,
.navbar .page_item:focus-within > .children {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Licensing Manager cabinet blocks */
.entry-content .lm-my-orders,
.entry-content .lm-my-licenses,
.entry-content .lm-my-activations {
	background: #fff;
	border: 1px solid #e6edf5;
	border-radius: 14px;
	padding: 1rem;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.entry-content .lm-my-orders h2,
.entry-content .lm-my-licenses h2,
.entry-content .lm-my-activations h2 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #172033;
	margin-bottom: 1rem;
}

.entry-content .table {
	font-size: 0.95rem;
}

.entry-content .table thead th {
	color: #344054;
	font-weight: 600;
}

@media (max-width: 991.98px) {
	.navbar .menu,
	.navbar .navbar-nav {
		align-items: stretch;
		flex-direction: column;
	}

	.navbar .sub-menu,
	.navbar .children {
		position: static;
		display: block;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: transparent;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		padding: 0.25rem 0 0.25rem 1rem;
		min-width: 0;
	}

	.navbar .sub-menu a,
	.navbar .children a {
		padding: 0.35rem 0.5rem;
	}
}

.site-footer .widget-title {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.site-footer .widget {
	color: #adb5bd;
}

.site-footer .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer .widget ul li {
	margin-bottom: 0.5rem;
}

.site-footer .widget ul li a {
	color: #adb5bd;
}

.site-footer .widget ul li a:hover {
	color: #fff;
}

.site-footer .list-inline {
	margin: 0;
	padding: 0;
}

.site-footer .list-inline li {
	display: inline-block;
	margin: 0;
}

/* Стили для записей */
.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover {
	color: #0d6efd;
	text-decoration: underline;
}

.entry-meta {
	font-size: 0.875rem;
	color: #6c757d;
	margin-bottom: 1rem;
}

.entry-meta span {
	margin-right: 1rem;
}

.entry-content {
	margin-bottom: 1.5rem;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.post-thumbnail {
	margin-bottom: 1.5rem;
}

/* Виджеты */
.widget {
	margin-bottom: 2rem;
}

.widget-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

/* Комментарии */
.comments-area {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #dee2e6;
}

.comment-list {
	margin-bottom: 2rem;
}

.comment-body {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e9ecef;
}

/* Форма поиска */
.search-form .input-group {
	max-width: 500px;
}

/* Утилиты */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.skip-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
}

.skip-link:focus {
	left: 6px;
	top: 7px;
	width: auto;
	height: auto;
	padding: 8px 16px;
	background: #000;
	color: #fff;
	text-decoration: none;
}

/* Главная страница - Hero секция */
.hero-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-section h1 {
	color: #212529;
	line-height: 1.2;
}

/* Главная страница - Features секция */
.features-section {
	padding: 0;
}

.feature-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.feature-icon {
	color: #0d6efd;
	width: 100%;
	display: block;
	line-height: 1;
	margin-bottom: 1rem;
}

.feature-icon i {
	font-size: 2.5rem; /* Размер по умолчанию, если не задан в настройках */
}

/* Позиционирование иконок */
.feature-icon-left {
	text-align: left;
}

.feature-icon-center {
	text-align: center;
}

.feature-icon-right {
	text-align: right;
}

/* Главная страница - Popular секция */
.popular-section {
	padding: 0;
}

.popular-section .card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: none;
}

.popular-section .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

.popular-section .card-img-top {
	height: 200px;
	object-fit: cover;
}

/* Главная страница - Testimonials секция */
.testimonials-section {
	padding: 0;
}

.testimonial-card {
	transition: transform 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-3px);
}

.testimonial-text {
	font-style: italic;
	line-height: 1.7;
}

.testimonial-author {
	border-top: 1px solid #dee2e6;
	padding-top: 1rem;
}

/* Главная страница - Stats секция */
.stats-section {
	padding: 0;
	background: #212529 !important;
}

.stat-item {
	padding: 1rem;
}

.stat-number {
	color: #fff;
	font-size: 3rem;
	line-height: 1;
}

.stat-label {
	color: #adb5bd !important;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.stat-item p {
	color: #adb5bd;
	margin-top: 0.5rem;
}

/* Главная страница - презентационный формат */
.et-home-hero {
	background: linear-gradient(180deg, #f5f8fc 0%, #eef4fc 100%);
}

.et-home-hero-card {
	background: #fff;
	border: 1px solid #e6edf5;
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.et-home-catalog,
.et-home-featured {
	background: #f5f8fc;
}

.et-home-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et-home-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

/* Главная страница - Partners секция */
.partners-section {
	padding: 0;
}

.partners-visual {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.partners-visual svg {
	opacity: 0.8;
}

.partners-section ul li {
	display: flex;
	align-items: flex-start;
}

.partners-section ul li svg {
	flex-shrink: 0;
	margin-top: 0.25rem;
	color: #0d6efd;
}

/* Видео-обзор: цвет вкладок по источнику */
.eldertime-video-tabs .nav-pills .eldertime-video-tab {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-width: 2px;
	border-style: solid;
	font-weight: 500;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab:not(.active) {
	background-color: #fff;
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="youtube"]:not(.active) {
	color: #c00;
	border-color: rgba(255, 0, 0, 0.45);
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="youtube"].active {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #fff;
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="vk"]:not(.active) {
	color: #0077ff;
	border-color: rgba(0, 119, 255, 0.45);
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="vk"].active {
	background-color: #0077ff;
	border-color: #0077ff;
	color: #fff;
}

/* RuTube: Veronica — https://rutube.ru/brand/ */
.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="rutube"]:not(.active) {
	color: #9a13ed;
	border-color: rgba(154, 19, 237, 0.45);
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="rutube"].active {
	background-color: #9a13ed;
	border-color: #9a13ed;
	color: #fff;
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="kinescope"]:not(.active) {
	color: #5b21b6;
	border-color: rgba(91, 33, 182, 0.45);
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="kinescope"].active {
	background-color: #5b21b6;
	border-color: #5b21b6;
	color: #fff;
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="dzen"]:not(.active) {
	color: #1a1a1a;
	border-color: rgba(0, 0, 0, 0.25);
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="dzen"].active {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="vimeo"]:not(.active) {
	color: #1ab7ea;
	border-color: rgba(26, 183, 234, 0.45);
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="vimeo"].active {
	background-color: #1ab7ea;
	border-color: #1ab7ea;
	color: #fff;
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="ok"]:not(.active) {
	color: #c45f00;
	border-color: rgba(238, 130, 8, 0.45);
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="ok"].active {
	background-color: #ee8208;
	border-color: #ee8208;
	color: #fff;
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="auto"]:not(.active) {
	color: #495057;
	border-color: rgba(108, 117, 125, 0.45);
}

.eldertime-video-tabs .nav-pills .eldertime-video-tab[data-provider="auto"].active {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

/* Видео-обзор (Digital Product): плеер на всю область ratio */
.eldertime-video-tabs .ratio > .video-embed-slot[data-loaded="0"] {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.eldertime-video-tabs .ratio > .video-embed-slot[data-loaded="1"] {
	display: block;
	padding: 0;
}

.eldertime-video-tabs .ratio > .video-embed-slot iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
	.site-main {
		padding: 1rem 0;
	}
	
	.entry-header {
		margin-bottom: 1rem;
	}

	.hero-section {
		padding: 3rem 0 !important;
	}

	.hero-section h1 {
		font-size: 2rem;
	}

	.features-section,
	.popular-section,
	.testimonials-section,
	.stats-section,
	.partners-section {
		padding: 3rem 0;
	}

	.stat-number {
		font-size: 2rem;
	}
}

/* Digital product page refresh */
.et-product-page {
	background: #f5f8fc;
}

.et-product-hero {
	position: relative;
	overflow: hidden;
}

.et-product-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.25), transparent 45%);
	pointer-events: none;
}

.et-product-hero .container {
	position: relative;
	z-index: 1;
}

.et-badge {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	padding: 0.45rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
}

.et-hero-card {
	background: linear-gradient(145deg, rgba(11, 47, 122, 0.78), rgba(29, 95, 208, 0.78));
	border-radius: 16px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(2px);
}

.et-hero-card .h5 {
	color: var(--et-hero-card-title-color, #fff);
	font-weight: 700;
}

.et-hero-card ul li {
	color: var(--et-hero-card-text-color, #eaf2ff);
}

.et-hero-card ul li::before {
	content: "✓";
	color: var(--et-hero-card-marker-color, #73f0b1);
	margin-right: 0.55rem;
	font-weight: 700;
}

.et-feature-card {
	border-radius: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et-feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.1) !important;
}

.et-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.et-check-list li {
	position: relative;
	padding-left: 1.3rem;
	margin-bottom: 0.4rem;
}

.et-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #0d6efd;
}

.et-release-grid .col-12 > * {
	height: 100%;
}

.et-cta-section {
	background: linear-gradient(180deg, #f5f8fc 0%, #ecf2fa 100%);
}

.et-cta-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.08);
}

.site-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer h3,
.site-footer h4 {
	color: #fff;
}

.site-footer a {
	color: #dbe7ff;
}

.site-footer a:hover {
	color: #fff;
}

/* =====================================================
 * Личный кабинет (LK)
 * ===================================================== */

.et-lk-hero {
	background: linear-gradient(180deg, #f5f8fc 0%, #ecf2fa 100%);
	border-bottom: 1px solid #e3eaf3;
}

.et-lk-hero .breadcrumb {
	background: transparent;
	padding: 0;
}

.et-lk-section {
	background: #f8fafc;
	min-height: 60vh;
}

/* Sidebar навигации */
.et-lk-nav .list-group-item {
	border: none;
	border-radius: 0 !important;
	color: #1f2d3d;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.et-lk-nav .list-group-item + .list-group-item {
	border-top: 1px solid #eef2f7;
}

.et-lk-nav .list-group-item:hover {
	background-color: #f5f8fc;
	color: #0d6efd;
}

.et-lk-nav .list-group-item.active {
	background: linear-gradient(135deg, #0d6efd 0%, #1d5fd0 100%);
	color: #fff;
	border-color: transparent;
}

.et-lk-nav .list-group-item.active .et-lk-nav-icon,
.et-lk-nav .list-group-item.active .text-white-50 {
	color: #fff !important;
}

.et-lk-nav .et-lk-nav-icon {
	font-size: 1.15rem;
	color: #6c757d;
	width: 1.4rem;
	text-align: center;
}

.et-lk-nav .list-group-item:hover .et-lk-nav-icon {
	color: #0d6efd;
}

.et-lk-nav .list-group-item.text-danger:hover {
	background-color: #fff5f5;
	color: #dc3545 !important;
}

.et-lk-nav .list-group-item.text-danger .et-lk-nav-icon {
	color: #dc3545;
}

/* Карточка профиля */
.et-lk-profile-card {
	background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
}

.et-lk-avatar img {
	width: 84px;
	height: 84px;
	object-fit: cover;
}

/* Большие карточки‑счётчики */
.et-lk-stat-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	color: inherit;
	overflow: hidden;
	position: relative;
}

.et-lk-stat-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #0d6efd 0%, #1d5fd0 100%);
}

.et-lk-stat-orders::before {
	background: linear-gradient(90deg, #fd7e14 0%, #c2410c 100%);
}

.et-lk-stat-licenses::before {
	background: linear-gradient(90deg, #198754 0%, #157347 100%);
}

.et-lk-stat-activations::before {
	background: linear-gradient(90deg, #0dcaf0 0%, #0aa1c0 100%);
}

.et-lk-stat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 0.75rem 1.75rem rgba(13, 110, 253, 0.12) !important;
}

.et-lk-stat-icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	color: #0d6efd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}

.et-lk-stat-orders .et-lk-stat-icon {
	background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
	color: #c2410c;
}

.et-lk-stat-licenses .et-lk-stat-icon {
	background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
	color: #157347;
}

.et-lk-stat-activations .et-lk-stat-icon {
	background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%);
	color: #0aa1c0;
}

/* Кнопки быстрых действий */
.et-lk-quick-btn {
	background: #f8fafc;
	border: 1px solid #e3eaf3;
	color: #1f2d3d;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.et-lk-quick-btn:hover {
	background: #fff;
	border-color: #0d6efd;
	transform: translateY(-1px);
}

/* Обёртка карточки для встраивания шорткодов LM */
.et-lk-card-wrap {
	overflow: hidden;
}

.et-lk-card-wrap .lm-my-orders,
.et-lk-card-wrap .lm-my-licenses,
.et-lk-card-wrap .lm-my-activations {
	margin: 0 !important;
	padding: 1.25rem;
}

.et-lk-card-wrap .table-responsive {
	box-shadow: none !important;
	border: 1px solid #eef2f7;
	border-radius: 0.5rem;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.et-lk-nav {
		margin-bottom: 1.5rem;
	}
}

