/********************************************************************************
 * HEAD - START
 *******************************************************************************/
.news-single .news-single-item-head {
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.news-single .news-category {
    font-weight: bold;
    font-size: 1.2rem;
}

/* Title - START */
.news-single-item-simple-title {
    font-weight: bold;
    font-size: 0.95rem;
    color: var(--bs-primary);
    margin-top: 0;
}

.news-single .content_single_news_title h2, 
.news-single .content_single_news_title h2 a, 
.news-single .content_single_news_title h1, 
.news-single .content_single_news_title h1 a {
    color: var(--rural-color-gray-dark);
    font-weight: bold;
    font-size: 1.625rem;
}

.news-single .content_single_news_subheader h3, 
.news-single .content_single_news_subheader h3 a, 
.news-single .content_single_news_subheader h2, 
.news-single .content_single_news_subheader h2 a, 
.news-single .content_single_news_title h2, 
.news-single .content_single_news_title h2 a {
    font-size: 1.19rem;
    font-weight: bold;
    line-height: 120%;
}
/* Title - END */

.news-single-simple .news-category {
    margin-top: 0.625rem;
}

/* IMAGE - START */
.news-single .article .news-img-wrap {
	float: none;
    width: auto;
    margin: 0;
}

.news .article .news-img-wrap a {
	padding: 0;
	float: none;
	border: none;
	background: none;
}

.news-single .article .news-img-wrap .news-image-caption {
	display: flex;
	align-items: end;
}

.news-single .article .news-img-wrap .news-image-caption p:last-child {
	margin-bottom: 0;
}
/* IMAGE - END */

/* Shortcuts - START */
.news-single .news-shortcuts ul {
	max-width: 270px;	
}

.news-single .news-shortcuts ul, 
.news-single .news-shortcuts ul li {
    list-style-image: url(../Icons/Arrows/red_arrow_small.png);
}

.news-single .news-shortcuts a,
.news-single .news-shortcuts a[class=""],
.news-single .news-shortcuts a:not([class]) {
    font-weight: bold;
    color: var(--rural-color-gray-dark);
}

.news-single .news-shortcuts .news-shortcuts-icons {
	display: flex;
}

.news-single .news-shortcuts .news-shortcut-icon {
    margin-right: 5px;
    background-color: var(--rural-color-gray-dark);
    color: var(--bs-white);
    text-align: center;
    font-size: 1rem;
    line-height: 100%;
}

.news-single .news-shortcuts .news-shortcut-icon > a {
    display: block;
    padding: 0.3125rem 0.4375rem;
}

.news-single .news-shortcuts .news-shortcut-icon i,
.news-single .news-shortcuts .news-shortcut-icon i,
.news-single .news-shortcuts .news-shortcut-icon i {
    color: var(--bs-white);
}

.news-single .news-shortcuts .news-shortcut-icon-fb {
    background-color: var(--rural-color-facebook-blue);
}

.news-single .news-shortcuts .news-shortcut-icon-linkedin {
    background-color: var(--rural-color-linkedin-blue);
}

.news-single .news-shortcuts .news-shortcut-icon-twitter {
    background-color: var(--rural-color-twitter-blue);
}

.news-single .news-shortcuts .news-shortcut-icon-whatsapp {
    background-color: var(--rural-color-whatsapp-green);
}

@media screen and (min-width: 768px) {
	.news-single .news-shortcuts .news-shortcut-icon-whatsapp {
	    display: none;
	}
}

.news-single-item-body .news-shortcuts ul {
    padding-left: 0px;
}

.news-single .news-shortcuts ul li.nextarticlelink_custom, 
.news-single .news-shortcuts ul li.prevarticlelink_custom {
    display: inline-block;
} 

/* Shortcuts - END */

/* Teaser - START */
.news-single .content_single_news_subheader .teaser {
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}
/* Teaser - END */
/********************************************************************************
 * HEAD - END
 *******************************************************************************/
/********************************************************************************
 * FOOT - START
 *******************************************************************************/
.news-single .news-related {
	padding: 0;
	border: none;
	display: block;
	width: 100%;	
}

.news-single .news-related h2,
.news-single .news-related .h2 {
	font-weight: bold;
    font-size: 0.85rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--bs-black);
    color: var(--bs-primary);
}

.news-single .news-related ul, 
.news-single .news-related ul li {
    list-style: none;
}

.news-single .news-related ul {
	padding-left: 1.25rem;
}

.news-single .news-shortcuts ul.news-pagination {
 	display: flex;
 	width: 100%;
 	justify-content: space-between;
 	max-width: unset;
}

.news-single .news-shortcuts ul.news-pagination i {
	color: var(--bs-primary);
}
/********************************************************************************
 * FOOT - END
 *******************************************************************************/
/********************************************************************************
 * COMMENTS - START
 *******************************************************************************/
.tx_nsnewscomments .ns-btn,
.tx_nsnewscomments .ns-btn:hover,
.tx_nsnewscomments .ns-btn:focus {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}  

.tx_nsnewscomments h2,
.tx_nsnewscomments .h2 {
	margin-top: 0;
}
 /********************************************************************************
 * COMMENTS - END
 *******************************************************************************/