
	/*!
	Theme Name: Contract Advantage
	Text Domain: _ca
  Domain Path: /languages
	Version: 1.0.0
	Requires at least: 6.5
	Requires PHP: 8.1
	Description: Theme for Contract Advantage
	Tags: custom-colors, custom-logo, custom-menu, editor-style, featured-images, theme-options, translation-ready, accessibility-ready
	Author: Etcetera Agency
	Author URI: https://etcetera.kiev.ua
	Theme URI: 
	License: 
	License URI: 

	This file is responsible only for providing theme information that are displayed
	in "Apperance > Themes". Do not write in here any CSS declarations.
	*/




/* Header Style Adjustment */
.l-siteHeader {
  padding-bottom: 0!important;
  padding-top: 0!important;
}
.l-siteHeader__center {
    align-items: center;
    display: flex;
    height: 100%;
}
.l-siteHeader .l-siteLogo {
	padding: 15px 0;
	height: 100%;
}
.l-siteLogo .img-fluid  {
	height: 100%;
	width: auto;
}

@media (max-width: 1024px) {
	.l-siteHeader {
	  height: 75px!important;
  }
	.l-siteHeader .l-siteHeader__start {
		display: none;
	}
	.l-siteHeader .l-siteHeader__center {
		padding-left: 15px;
	  justify-content: flex-start;
  }
  .l-siteHeader {
    grid-template-columns: 1fr auto!important;
  }
.l-siteHeader .l-siteLogo {
	padding: 10px 0!important;;
	}
}

@media (max-width: 420px) {
	.l-siteHeader {
	  height: 55px!important;
  }
  .l-siteHeader .l-siteLogo {
	padding: 7px 0!important;;
  }
}

/* Underline ONLY the active/current language */
.lang-switcher {
	margin-top: 3px
}
.lang-switcher .current-lang > a,
.lang-switcher .is-active,
.lang-switcher li.current-lang a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

/* Optional: keep the non-active links not underlined */
.lang-switcher a {
  text-decoration: none;
}