/*
Theme Name: Smotly Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Smotly
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: This is a child theme of Hello Elementor created by Smotly
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1716283001
Updated: 2024-05-21 11:16:41

*/

/* ALGOLIA */
#ais-wrapper{
	padding: 2em 2em 5em 2em;
}
.ais-wrapper-inner{
	display: flex;
	max-width: 1640px;
	width: 100%;
	margin: auto; 
}
.ais-Menu-list{
	display: flex;
    gap: 10px;
}

.ais-Menu-item{
	background-color: #005191;
	border-radius: 10px;
	padding: 5px 10px;
}

.ais-Menu-item.ais-Menu-item--selected{
	background-color: #00192D;
}

.ais-Menu-item .ais-Menu-link{
	color: white;
}

.ais-hits--content h2 a{
	line-height: 1.5;
    display: block;
	margin-bottom: 10px;
}

.ais-Hits-item{
	background-color: #E5EDF4;
	padding: 20px;
	border-radius: 10px;
}

.ais-hits--thumbnail img{
	width: 130px;
}

.tag-container{
	width: fit-content;
	margin-top: 10px;
	display: flex;
    gap: 5px;
}

.suggestion-post-title{
	line-height: 1;
}

@media only screen and (max-width: 1000px) {
    .ais-hits--thumbnail a img {
        width: 130px !important;
		margin: auto;
		display: block;
    }
}
