.card {
	border-radius: 8px;
	padding: 16px 16px 32px 16px;
	box-sizing: border-box;
}

.overflow-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.trending-card {
	border: 2px solid #eaeaea;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
/*	overflow: hidden;*/
	z-index: 2;
}

.trending-card:hover {
    border: 2px solid #002F46;
}


.trending-card .title {
	position: absolute;
	display: flex;
	align-items: center;
	left: 6px;
	gap: 4px;
	top: 8px;
}

.trending-card img {
/*	height: 205px;*/
	border-radius: 5px 5px 0px 0px;
}


/* *********************************** */

/*.card-img, .card-img-top {
    border-top-left-radius: var(--mdb-card-inner-border-radius);
    border-top-right-radius: var(--mdb-card-inner-border-radius);
}
.card-img, .card-img-top, .card-img-bottom {
    width: 100%;

    img, svg {
    vertical-align: middle;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}*/





/* *********************************** */

.tag {
	border-radius: 50px;
	padding: 2px 5px 2px 5px;
	display: flex;
	white-space: nowrap;
}

.text-underline-care: hover, .text-underline-care: focus {
	text-decoration: none !important;
}

.text-xs {
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
}

.bg-white {
	background-color: #FFFFFF;
}

.webinar {
	color: #BF5340;
}

.form {
	color: #8F5EC9;
}

.infographic {
	color: #6B7E2A;
}

/* Color codes for different media types */
.text-article {
	color: #323857;
}

.text-video {
	color: #287AA6;
}

.text-infographic {
	color: #6B7E2A;
}

.text-brochure {
	color: #8F5EC9;
}

.filter-badge {
	width: 8px;
	height: 8px;
	background-color: #E66E50; /* Red color */
	border-radius: 50%;
	position: absolute;
	top: 12px;
	right: 50px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.filter-badge.active {
	opacity: 1;
}

.media-icon {
	min-width: 12px !important;
	height: 12px !important;
}

.filter-icon {
	min-width: 20px !important;
	height: 20px !important;
}

/*  css for article start  */
.article {
	margin-bottom: 3rem;
}

.article hr {
	margin-bottom: 1rem;
}

.article-topic {
	color: #00818f;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.article-harvard-title {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: #00818f;
	font-weight: bolder;
	font-size: larger;
}

.article-header {
	margin-bottom: 1.5rem;
}

.article-subheader {
	color: #242424;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 1.3rem;
}

.article-date {
	margin-bottom: .5rem;
}

.article-author {
	margin-bottom: 1rem;
}

.article-callout {
	background-color: #c7c9e266 !important;
	border-left-color: #181d31;
	border-left-style: solid;
	border-left-width: 7px;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 1.5rem;
}

.article-tag-group {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap !important;
}

.article-tag {
	background: transparent;
	border: 1px solid #323857;
	border-radius: 4px;
	padding: 6px 12px;
}

.article-sources {
	margin-bottom: 1.5rem;
}

.article-padding-top {
	padding-top: 70px;
}

.article-bold {
	font-weight: 700;
}

.article-container {
/*	padding: 0% 25%;*/
}

/*.article-img-type {
	width: 967px;
	height: 523px;
}*/

.article-topic-color {
	color: #00818f;
}

.article-h2 {
	font-size: 28px;
	font-weight: normal;
	font-family: Poppins;
	color: #181d31;
	margin-bottom: 25px;
}

.article-p, .article-ul, .article-li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	max-height: 100%;
	color: #323857;
}

.article-ul {
	width: fit-content;
}

.article-h3 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
	color: #181d31;
	margin-bottom: 0px;
}

.article-tbody-td {
	border: 1px solid black;
	height: 163px;
	vertical-align: top;
	width: 638px;
	padding: 15px;
}
/*  css for article end  */

.care-card-title {
	margin: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: 400 !important;
	font-size: 16px;
	display: block;
	color: #323857;
}

.find-cost {
	background-color: #F0F0F0;
	padding: 15px;
	border-radius: 8px;
}

@media ( max-width : 1200px) {
	.find-cost {
/*		padding-right: 80px !important; */
	}
}


.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* to wrap long urls that were breaking page in sources section */

		.wrap-word {
			word-wrap: break-word;
			overflow-wrap: break-word
			
		}
