.epigraph{
    color: var(--secondary_3_2);
}
.user_comment_content {
   padding: 1rem;
   margin-top: 1rem;
   margin-bottom: 1rem;
}

#comment_area {
   background-color: white;
   width: 80%;
   border: none;
   max-height: 5rem;
   resize: none;
}

#header_container{
    border-bottom:  0.1875rem solid var(--primary_2_3);
    margin-bottom: 2rem;
}

.social_media_icons {
	width: 2rem;
	height: 2rem;
	color: var(--primary_1);
	margin-top: 0.3rem;
}

.whatsapp_icon {
   margin-top: 0.3rem;
}

.whatsapp_bottom {
   background: transparent;
   border: 0;
}

#social_favourite_container{
    margin: 1rem 0;
}
#comment_section_title{
    color: var(--secondary_1);
    margin-top: 2rem;
}

#comment_row{
    margin-top: 2rem;
}

#comment_disclaimer {
	color: var(--secondary_1);
}
#individual_comment{
    background: var(--secondary_1);
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

#individual_comment form{
    display: flex;
}
#more_comments{
    margin-bottom: 1rem;
}

#comment {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
}

#copy_link_id {
	background: transparent;
	border: none !important;
	font-size: 0;
	padding-left: 0;
	padding-right: 0;
}

.comment_user {
	margin-bottom: 0;
}

.comment_user_data{
   margin-left: 1rem;
}

.comment_area{
    background: var(--secondary_1);
    border-radius: 0.5rem;
}

@media (min-width:1400px) {
    #related_news{
        margin-top: 3rem;
    }
    .news_container{
        width: 100%;
    }
}

@media (max-width:1399px) {
     #related_news{
        margin-top: 3rem;
    }
    .news_container{
         width: 100%;
    }
}

@media (max-width:1024px) {
     #related_news{
        margin-top: 2rem;
    }
    .news_container{
         width: 100%;
    }
    #comment{
        margin-right: 1rem;
    }
}

@media (max-width:500px) {

    .news_container{
         padding-left: 0;
         padding-right: 0;
    }
    #header_container{
        padding: 0;
    }

}

.quote_text {
    font-style: italic;
    color: var(--secondary_3_1);
    margin-left: 1rem;
}

.quote {
   border-left: 3px solid var(--secondary_3_2);
}
.rich-text ul li {
   margin-bottom: 20px;
}

.rich-text p {
   margin-bottom: 25px;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.style_bottom_end {
    display: flex;
    justify-content: end;
}

.style_bottom_start {
    display: flex;
    justify-content: start;
}

/*li a {
    white-space: pre-wrap; /* CSS3 */
    /*white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    /*white-space: -pre-wrap; /* Opera 4-6 */
    /*white-space: -o-pre-wrap; /* Opera 7 */
    /*word-wrap: break-word;
}*/

@media (max-width: 767px) {
    .style_bottom_end {
        justify-content: center;
    }

    .style_bottom_start {
        justify-content: center;
    }
}

.background_white {
    background-color: var(--secondary_1);
}

.background_green {
    background-color: green;
}

.header_container_style {
    border-bottom: 0 !important;
}

.social_container_style {
    border-bottom:0.1875rem solid var(--primary_2_3);
}

.question_section_block {
    background: var(--secondary_1);
    border: 5px solid var(--primary_5);
    box-sizing: border-box;
    box-shadow: 0 2px 14px var(--secondary_2_8);
    border-radius: 8px;
    padding: 2rem;
}

