/* 
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 */

/* Underline only paragraph links in content areas. */
.elementor-widget-text-editor p a,
.elementor-widget-theme-post-content p a,
.post-content p a,
.entry-content p a {
	text-decoration: underline;
	text-underline-offset: 0.14em;
	text-decoration-thickness: 1px;
}

.elementor-widget-text-editor p a:hover,
.elementor-widget-theme-post-content p a:hover,
.post-content p a:hover,
.entry-content p a:hover {
	text-decoration-thickness: 2px;
}

/* Make the homepage highlight carousel render as three static cards. */
.home .elementor-element-308a487 .bqe-static-carousel,
.home .elementor-element-308a487 .bqe-static-carousel.swiper {
	overflow: visible;
}

.home .elementor-element-308a487 .bqe-static-carousel__wrapper,
.home .elementor-element-308a487 .swiper-wrapper.bqe-static-carousel__wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	transform: none !important;
}

.home .elementor-element-308a487 .bqe-static-carousel__slide,
.home .elementor-element-308a487 .swiper-slide.bqe-static-carousel__slide {
	width: auto !important;
	height: 100%;
	margin: 0 !important;
}

.home .elementor-element-308a487 .swiper-pagination {
	display: none;
}

.home .elementor-element-308a487 .swiper-slide > div,
.home .elementor-element-308a487 .swiper-slide .e-con-full {
	height: 100%;
}

@media (max-width: 1024px) {
	.home .elementor-element-308a487 .bqe-static-carousel__wrapper,
	.home .elementor-element-308a487 .swiper-wrapper.bqe-static-carousel__wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.home .elementor-element-308a487 .bqe-static-carousel__wrapper,
	.home .elementor-element-308a487 .swiper-wrapper.bqe-static-carousel__wrapper {
		grid-template-columns: 1fr;
	}
}

/* Help long translated news titles wrap cleanly on newsletter/article pages. */
.single-bqe_news h1.elementor-heading-title,
.single-bqe_news .elementor-widget-theme-post-title .elementor-heading-title {
	text-wrap: balance;
	max-width: 18ch;
	line-height: 1.05;
}

@media (max-width: 767px) {
	.single-bqe_news h1.elementor-heading-title,
	.single-bqe_news .elementor-widget-theme-post-title .elementor-heading-title {
		max-width: none;
		font-size: clamp(2rem, 8vw, 3.25rem);
		line-height: 1.08;
	}
}

