/*=======================================================================
*** MARTIS_SUB STYLE***
========================================================================*/
.bg-light {
    background-color: #f7f7f7;
}
.block-views-blockinstitutions-institution-logos .block-title-content {
	position: relative;
	max-width: 100%;
	text-align: center;
}
.course-discipline-icon-image {
	display: block;
	height: 50px; /* Define the desired height */
    width: auto; /* Maintain aspect ratio */
	padding: 1px;
	opacity: 0.7;
	transition: 0.3s;
	margin-top: 1px;
	margin-bottom: 1px;
}
.product-category-icon .course-discipline-label {
    display: inline-block;
    min-height: 3em;
}
/*. COURSE VIEW*/
.margin-top-25px {
    margin-top: 25px;
}
.margin-top-50px {
    margin-top: 50px;
}
.block-views-blockcourses-block-bachelor-list .block-title,
.block-views-blockcourses-block-master-list .block-title,
.block-views-blockcourses-block-doctor-list .block-title,
.block-views-blockinstitutions-institutions-by-country .block-title
{
    margin-top: 50px;
}
/*  COURSE LOCATION ICON */
.course-location-icon {
	border: 1px solid #eaeaea;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background-color: #ffffff;
}
.course-location-icon:hover {
	background-color: #2ba9e0;
	border-color: #2ba9e0;
	color: #ffffff;
}
.course-location-icon:hover .course-location-label {
	color: #ffffff;
}
.course-location-icon-image {
	display: block;
	height: 50px;
	width: auto;
	padding: 1px;
	opacity: 1;
	transition: 0.3s;
	margin-top: 10px;
}
.course-header {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Vertically centers both elements */
    width: 100%;
}
.course-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
    flex: 1;
    text-align: left;
    word-wrap: break-word;
}
.course-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center; /* Ensures vertical centering of the icons */
    line-height: 1.5;  /* Ensure same line height */
}
.institution-title {
    font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #333333;
}
/**Hide add to cart**/
.product-teaser .product-teaser-bg {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.product-teaser:hover .product-teaser-bg {
	visibility: visible;
}
/** style image size for list grid**/

.product-teaser .institution-logo-image {
	height:100px;
	width: auto;
	max-width: 100px;
}
.list-grid .product-teaser .institution-logo-image {
	height:100px;
	width: auto;
	max-width: 100px;
}
.list-grid .product-teaser .product-teaser-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}
.product-teaser .product-teaser-container {
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.partner-institution-logo-image {
    height: 50px;
    width: auto;
}
.product-category-icon {
    border: 1px solid #ffffff;
    margin-bottom: 1px;
    width: 100%;
    background-color: #f7f7f7;
}