:root{
	--wd-top-bar-h: 45px;
	--wd-top-bar-sm-h: 0.001px;
	--wd-top-bar-sticky-h: 0.001px;

	--wd-header-general-h: 140px;
	--wd-header-general-sm-h: 70px;
	--wd-header-general-sticky-h: 90px;

	--wd-header-bottom-h: 0.001px;
	--wd-header-bottom-sm-h: 0.001px;
	--wd-header-bottom-sticky-h: 0.001px;

	--wd-header-clone-h: 0.001px;
}

.whb-top-bar .wd-dropdown {
	margin-top: 2.5px;
}

.whb-top-bar .wd-dropdown:after {
	height: 12.5px;
}

.whb-sticked .whb-general-header .wd-dropdown {
	margin-top: 15px;
}

.whb-sticked .whb-general-header .wd-dropdown:after {
	height: 25px;
}



@media (min-width: 1025px) {
		.whb-top-bar-inner {
		height: 45px;
		max-height: 45px;
	}

		.whb-sticked .whb-top-bar-inner {
		height: 41px;
		max-height: 41px;
	}
		
		.whb-general-header-inner {
	height: 140px;
	max-height: 140px;
}

		.whb-sticked .whb-general-header-inner {
	height: 90px;
	max-height: 90px;
}
		
	
	
	}

@media (max-width: 1024px) {
	
		.whb-general-header-inner {
	height: 140px;
	max-height: 140px;
}
	
	
	
	}
		.whb-top-bar-inner { border-color: rgba(16, 16, 16, 0.05);border-bottom-width: 1px;border-bottom-style: solid; }.whb-general-header-inner {  }
.whb-header-bottom {
	border-color: rgba(230, 230, 230, 1);border-bottom-width: 1px;border-bottom-style: solid;
}

/* Antigravity Custom Logo Centering & Alignment Fix */
.site-logo, .wd-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

/* Mobile Logo Styles */
@media (max-width: 1024px) {
    .wd-logo img {
        max-height: 55px !important;
        width: auto !important;
        height: auto !important;
    }
}

/* Desktop Logo Styles */
@media (min-width: 1025px) {
    .wd-logo img {
        max-height: 115px !important;
        width: auto !important;
        height: auto !important;
    }

    :is(.whb-sticked, .whb-clone) .wd-logo img {
        max-height: 80px !important;
    }
}
