/**
 * SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
 * SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
 */

/*web content Certificates of Authorisation Heading (Payment and Settlement)*/

/*Career - Overview with List of Images and Content template css for the page */

.career-overview-with-list .common-aboutUs-content-wrapper.outer-content
	.aboutUs-content.content-max {
			display: block;
		max-height: 140px;
	}
	.common-aboutUs-content-wrapper.career-common-content-wrapper.outer-content.hide-fade-content:after{
		content: none;
	}
	
	.common-aboutUs-content-wrapper.career-common-content-wrapper.outer-content.show-fade-content:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 100%;
		height: 98px;
		bottom: 60px;
		background: linear-gradient(0deg, #fff, hsla(0deg, 0%, 100%, 0));
		pointer-events: none;
	}
	
	body.is_user.dark-theme .common-aboutUs-content-wrapper.career-common-content-wrapper.outer-content.show-fade-content:after {    
    background: linear-gradient(0deg, #000, hsla(0deg, 0%, 100%, 0));
}
	.career-overview-with-list .common-aboutUs-content-wrapper.outer-content .aboutUs-content.content-max p{
    margin-bottom: 0;
}