/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 02:46:24 */
.ces_card_link {
	display:block;
	margin-top:20px;
	color:#333;
	text-decoration:none;
}
.ces_card_container {
	background: #ededed;
	padding: 20px;
	border-radius: 12px;
}
.ces_card_container .logo {
	width:180px;
}
.arrow {
	text-align:right;
}
.arrow svg {
	width:50px;
}

.ces_card_link .title{
	font-size: 18px;
	font-weight: 400;
}
.entry-content.wp-block-post-content a.ces_card_link {
	text-decoration:none;
}
.entry-content.wp-block-post-content a.ces_card_link:hover {
	color:#333;
}
.article-media iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 500 / 281;
}