.elementor-8074 .elementor-element.elementor-element-bae0b6e{--display:flex;}.elementor-8074 .elementor-element.elementor-element-44caf55{--display:flex;--min-height:200px;--overlay-opacity:0.5;}.elementor-8074 .elementor-element.elementor-element-44caf55::before, .elementor-8074 .elementor-element.elementor-element-44caf55 > .elementor-background-video-container::before, .elementor-8074 .elementor-element.elementor-element-44caf55 > .e-con-inner > .elementor-background-video-container::before, .elementor-8074 .elementor-element.elementor-element-44caf55 > .elementor-background-slideshow::before, .elementor-8074 .elementor-element.elementor-element-44caf55 > .e-con-inner > .elementor-background-slideshow::before, .elementor-8074 .elementor-element.elementor-element-44caf55 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-8074 .elementor-element.elementor-element-252dec1.elementor-element{--align-self:center;}.elementor-8074 .elementor-element.elementor-element-252dec1 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-8074 .elementor-element.elementor-element-7a0a723{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:51px;--padding-bottom:51px;--padding-left:51px;--padding-right:51px;}@media(min-width:768px){.elementor-8074 .elementor-element.elementor-element-7a0a723{--content-width:1500px;}}/* Start custom CSS for container, class: .elementor-element-7a0a723 */.cswcd-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
	gap: 24px;
}

.cswcd-card{
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,.08);
	transition: .25s;
}

.cswcd-card:hover{
	transform:translateY(-5px);
	box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.cswcd-card-link{
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.cswcd-card-image img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.cswcd-card-body{
	padding: 18px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.cswcd-program-badge{
	display: inline-flex;
	align-items: center;
	color: #7A1012;
	border: solid #7A1012;
	width: fit-content;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
	margin-left: 12px;
	text-transform: uppercase;
}

.cswcd-card-title{
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 700;
	font-size: 23px;
	line-height: 1.4;
	margin-left: 14px;
	margin-right: 14px;
	color: #1f2937;
	display:-webkit-box; 
            -webkit-line-clamp:2;
            -webkit-box-orient:vertical;
    overflow: hidden;
}

.cswcd-card-author{
	color: #6b7280;
	margin-left: 14px;
	text-transform: uppercase;
}

.cswcd-card-year,
.cswcd-card-subject{
	font-size: 14px;
	margin-top: 8px;
	margin-left: 14px;
	color: #374151;
}

.cswcd-view-details{
	margin-top: auto;
	font-weight: 700;
	color: #00563F;
	margin: 0px 20px 10px 14px;
	align-self: flex-end;
}

.cswcd-search-form{
	margin: 30px 0;
	padding: 12px;
}

.cswcd-search-row{
    display: flex;
    gap: 18px;
    align-items: stretch;
    background: #fffff0;
    border: 5px solid #08714c;
    border-radius: 20px;
    padding: 20px;
}

.cswcd-search-fields{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cswcd-search-top{
    display: flex;
    height: 60px;
}

.cswcd-search-input{
    width: 100%;
    padding: 14px 18px;
    border-radius: 20px;
    font-size: 20px;
}

.cswcd-filter{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cswcd-select{
    flex: 1;
	min-width: 180px;
}

.cswcd-search-actions{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.cswcd-search-button{
	padding:14px 24px;
	border:none;
	border-radius:10px;
	cursor:pointer;
	background: var(--e-global-color-primary);
	color:#fff;
}

.cswcd-search-button:hover{
	background: #7A1012;
}

.cswcd-search-button:active{
	background: var(--e-global-color-primary);
}

.cswcd-reset-button{
	display: flex;
	align-items: center;
	padding: 14px 18px;
	text-decoration: none;
	border: 2px dotted #7A1012;
	border-radius: 10px;
	background: #f3f4f6;
	color: #7A1012;
}

.cswcd-search-button,
.cswcd-reset-button{
    width: 120px;
    justify-content: center;
}

.cswcd-results-count{
    text-align: center;
	margin: 20px 0;
	color: #6b7280;
	font-size: 15px;
}

.cswcd-no-results{
    text-align: center;
}

.td-pagination {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 5px;
}/* End custom CSS */