/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.news_divider {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.custom-related-featured-img img {
	border-radius: 10px !important;
}

.custom-related-featured-img {
	height: 251px;
}

.custom-related-snippet-card .post-header {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
    gap: 8px;
}

.custom-related-snippet-card .post-header .custom-related-post-title {
	font-size: 26px;
    line-height: 32px;
}

.custom-related-snippet-card .post-header .custom-related-post-date,
.custom-related-snippet-card .post-header .custom-related-post-excerpt {
	padding: 0;
    font-size: 19px;
    line-height: 28px;
	color: #721917;
}

.custom-related-snippet-card .custom-related-post-meta-category a {
	background-color: #721917;
    color: white;
    font-size: 16px;
    padding: 5px 10px;
	border-radius: 5px;
}


