/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.ehf-header #masthead {
    z-index: 99;
    position: sticky;
    top: 0;
}
header .menu-item.current-menu-item{
	background: #e7ecfe;
    padding: 5px;
    border-radius: 8px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu{
	align-items:center;
}
.uicrafty_widgets .elementor-icon-box-icon svg path{
	fill:white;
}
/* Changelog CSS */

.changelog-wrapper {
  padding: 20px;
}

.version-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.version-heading .date {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.group-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.changelog-list {
  list-style: none;
  padding-left: 0;
}

.changelog-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  margin-right: 10px;
  min-width: 40px;
  text-align: center;
}

.tag-new { background-color: #34c759; }  /* Green */
.tag-fix { background-color: #ff3b30; }  /* Red */
.tag-upd { background-color: #5856d6; }  /* Purple */
