/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.custom-lang-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-lang-switcher .lang-item {
    display: flex;
}

.custom-lang-switcher .lang-item img {
    width: 1.4rem;
    height: auto;
    filter: grayscale(100%); /* Makes non-active flags grayscale */
}

.custom-lang-switcher .lang-item.active img {
    filter: grayscale(0%); /* Active flag remains colorful */
}

.custom-lang-switcher .lang-item:hover img {
    opacity: 1;
}

.my_slider_image {
    filter: brightness(65%);  /* Adjust percentage as needed (100% is normal) */
}

.info_box span.w-post-elm-before {
	font-weight: 700!important;
}

.cruiseinfo_box span.w-post-elm-before {
	font-weight: 700!important;
	display: block;
	margin-bottom: 0.3rem!important;
}

.info_box .w-tabs-section-content-h,
.cruiseinfo_box .w-tabs-section-content-h {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.4rem;
}