/* Clinical Study Grid module - inherits .viewall-clinical-study item styling from the theme */

#top .clinical-study-grid .item .readmore span {
	font-size: 12px;
	font-weight: bold;
	color: #3291f2;
	text-decoration: none;
}

.clinical-study-grid .no-studies {
	text-align: center;
}

/* Optional: all cards in a row share the tallest height, read more pinned to the bottom */
.clinical-study-grid.equal-height .col {
	display: flex;
}

.clinical-study-grid.equal-height .item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.clinical-study-grid.equal-height .item > a {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	text-decoration: none;
}

.clinical-study-grid.equal-height .item .text-center {
	margin-top: auto;
}
