/*
 *
 *  * web-vision GmbH
 *  * Do not edit or add to this file if you wish to upgrade Magento to newer
 *  * versions in the future. If you wish to customize Magento for your
 *  * needs please refer to https://www.web-vision.de for more information.
 *  * @category    Extendware
 *  * @copyright   Copyright (c) 2001-2023 web-vision GmbH (https://www.web-vision.de)
 *  * @author      Fenil Timbadiya
 *
 */
 .ea-ul-grid{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding-left: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px 0px;
}

.ea-file {
	background: url(../image/paper_icon_48.png) no-repeat scroll 12px 12px;
	min-height: 35px;
	min-width: 35px;
}
.ea-pdffile {
	background: url(../image/pdf_icon_48.png) no-repeat scroll 12px 12px;
	min-height: 35px;
	min-width: 35px;
}
.ea-image {
	background: url(../image/image_icon_48.png) no-repeat scroll 12px 12px;
	min-height: 35px;
	min-width: 35px;
}
.ea-icon{
	min-height: 35px;
	min-width: 35px;
}
.ae-text-decor{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
	font-weight: 500;
    line-height: 1.1;
    font-size: 1.8rem;
}
.ea-content-details, .ea-content-details-title{
	padding-bottom: 10px;
}
.ea-content-details-title{
	padding-bottom: 5px;
	font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
}

.ea-content-details-title::first-letter {
	text-transform: uppercase;
}

.ea-li-grid{
	margin-left: 8px;
	margin-right: 8px;
}

.ea-li-list{
	height: 37px;
    margin-top: 10px;
    margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.ea-download-grid{
	display: flex;
	flex-direction: column;
	transition: background-color 0.3s ease;
	align-items: center;
}

.ea-download-list {
	margin: 10px 0px;
	text-decoration: none;
	display: block;
	padding: 10px;
	transition: background-color 0.3s ease;
}

a.ea-download-grid , a.ea-download-list{
    text-decoration: none;
	padding:5px;
}

.ea-download-list:hover, .ea-download-grid:hover {
	background-color: #f0f0f0;
}

.ea-icon-grid {
    padding:1px;
}

.ea-ul-list{
	list-style-type: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 4px 0px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.ea-icon-list {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
/* Media query for responsiveness */
@media (max-width: 300px) {
	a.ea-download-list {
		display: inline-flex;
	}
	.ae-text-decor {
		display: block;
		width: 100%;
	}
	.ea-li-list {
		height: 50px;
	}
}