/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Compact live-search results in the desktop header. */
.elementor-element-2dac924 .e-search-results-container {
	max-height: 440px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 6px;
	border: 1px solid #e5e7eb;
	border-radius: 0 0 12px 12px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	scrollbar-width: thin;
	scrollbar-color: #9ca3af transparent;
}

.elementor-element-2dac924 .e-search-results-container:has(> .e-search-results:empty) {
	display: none !important;
}

.elementor-element-2dac924 .e-search-results-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.elementor-element-2dac924 .e-search-results-list > .e-loop-item {
	flex: 0 0 auto;
	min-height: 84px;
	padding: 8px;
	border-bottom: 1px solid #eceff3;
	background: #fff;
}

.elementor-element-2dac924 .e-search-results-list > .e-loop-item:last-child {
	border-bottom: 0;
}

.elementor-element-2dac924 .e-loop-item > .e-con > .e-con-inner {
	display: grid !important;
	grid-template-columns: 96px minmax(0, 1fr) !important;
	gap: 12px !important;
	align-items: center !important;
	width: 100% !important;
	padding: 0 !important;
}

.elementor-element-2dac924 .e-loop-item .elementor-element-d625598 {
	grid-column: 1;
	grid-row: 1;
	width: 96px !important;
	height: 68px !important;
	margin: 0 !important;
}

.elementor-element-2dac924 .e-loop-item .elementor-element-d625598 a,
.elementor-element-2dac924 .e-loop-item .elementor-element-d625598 img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.elementor-element-2dac924 .e-loop-item .elementor-element-d625598 img {
	border-radius: 7px !important;
	object-fit: cover;
}

.elementor-element-2dac924 .e-loop-item .elementor-element-d683859 {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	margin: 0 !important;
	text-align: left !important;
}

.elementor-element-2dac924 .e-loop-item .elementor-element-d683859 .elementor-heading-title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #171717 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.elementor-element-2dac924 .e-loop-item .elementor-element-d683859 a {
	color: inherit !important;
}

.elementor-element-2dac924 .e-loop-item .elementor-element-0f577ca,
.elementor-element-2dac924 .e-loop-item .elementor-element-7a3458f {
	display: none !important;
}

.elementor-element-2dac924 .e-search-results-container::-webkit-scrollbar {
	width: 7px;
}

.elementor-element-2dac924 .e-search-results-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #9ca3af;
}

/* Blog archive: 3 columns on desktop, 2 on tablet, 1 on mobile. */
.page-id-1343 .elementor-element-f10ea29 .elementor-posts-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	grid-auto-flow: row !important;
	gap: 35px 30px !important;
	height: auto !important;
	width: 100% !important;
	max-width: none !important;
}

.page-id-1343 .elementor-element-f10ea29 .elementor-post {
	min-width: 0;
	position: static !important;
	inset: auto !important;
	transform: none !important;
	width: 100% !important;
}

.page-id-1343 .elementor-element-f10ea29 .elementor-post__thumbnail__link {
	display: block !important;
	overflow: hidden !important;
	width: 100% !important;
	height: 240px !important;
}

.page-id-1343 .elementor-element-f10ea29 .elementor-post__thumbnail {
	height: 100% !important;
	padding-bottom: 0 !important;
}

.page-id-1343 .elementor-element-f10ea29 .elementor-post__thumbnail img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

@media (max-width: 1024px) {
	.page-id-1343 .elementor-element-f10ea29 .elementor-posts-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.page-id-1343 .elementor-element-f10ea29 .elementor-posts-container {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 24px !important;
	}

	.page-id-1343 .elementor-element-f10ea29 .elementor-post__thumbnail__link {
		height: 260px !important;
	}
}
