/* corporate-website-css-changes.css */
/* custom style changes for corporate website */
/* 10 March 2026 */

/*reduce site logo*/
.custom-logo {
	transform: scale(0.7);
}

/* cookie settings and button styles */
#_com_liferay_cookies_banner_web_portlet_CookiesBannerConfigurationPortlet_cookiesBannerConfigurationForm .text-primary {
	color: #0B5FFF !important;
	font-weight: 600 !important;
}
.btn {
    box-shadow: none !important;
}

/* form styles adjustments */
.lfr-ddm__default-page-header-title {
	line-height: 2.8125rem !important;
}
.lfr-ddm__default-page-header-description {
	line-height: 1.25rem !important;
}
.lfr-ddm__default-page-header-line {
	margin-top: 20px;
}
.lfr-ddm-form-page .text-secondary {
	font-size: 1rem;
}
.lfr-de__field-feedback {
	line-height: 1.3125rem;
}

/* responsive adj for mega menu, cookie, compare table, headings*/
@media screen and (min-width: 768px) {
    .subitem {
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    .subitem-grid {
        margin-right: 50px !important;
    }
}
@media screen and (max-width: 1440px) {
    .cookies-banner-bottom {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media screen and (max-width: 767px) {
    .cookies-banner-bottom .autofit-row {
        flex-direction: column !important;
    }
	.subitem-grid > a {
		display: none;
    }
   .toggletip-bubble {
	   margin-left: 20px !important;
	   padding: 20px !important;
	   width: 220px !important;
	   font-size: 0.75rem !important;
	   line-height: 1.125rem  !important;
	   border-radius: 30px !important;
   }
   button.component-accordion {
	   margin-left: 0 !important;
	   padding-left: 0 !important;
   }
 }
@media screen and (max-width: 576px) {
    #content h1 {
        font-size: 2.0rem !important;
        font-weight: 700 !important;
        line-height: 2.5rem !important;
    }
    #content h2 {
        font-size: 1.75rem !important;
        font-weight: 700 !important;
        line-height: 2.1875rem !important;
    }
    #content h3 {
        font-size: 1.625rem !important;
        font-weight: 700 !important;
        line-height: 2.0rem !important;
    }
    #content h4 {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        line-height: 1.875rem !important;
    }
    #content h5 {
        font-size: 1.25rem !important;
        font-weight: 700 !important;
        line-height: 1.5rem !important;
    }
    #content h6 {
        font-size: 1.125rem !important;
        font-weight: 700 !important;
        line-height: 1.4rem !important;
    }
	.lfr-ddm__default-page-header-title {
		font-size: 1.625rem !important;
}
}