@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	background: linear-gradient(109deg, #131313 60.82%, #281515 83.07%);
	backdrop-filter: blur(2px);
	height: 100%;
}

.TopSectionArticle13 {
	width: 90%;
	margin: 0 auto;
	gap: 25px;
	align-items: center;
	display: flex;
	padding: 65px 0;
}

.leftTopSectionArticle13 {
	width: 100%;
}

.RightTopSectionArticle13 {
	width: 50%;
	margin: 100px 0 0 0;
}


.articleContainerBodyHere {
	padding: 20px;
}

.articleContainerBodyHere::-webkit-scrollbar {
	display: none;
}

.articleContainer {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 47px;
}

.TopLeftSectionArt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 50%;
}

.topLeftHead {
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.topLeftHead span {
	color: #822826;
	font-family: "IBM Plex Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.topLeftMiddle p {
	color: #A8944D;
	font-family: Fraunces;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 45.6px;
	/* text-transform: capitalize; */
	/* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.TopLeftTimeArt {
	display: flex;
}

.TopLeftTimeArt p {
	color: #A8944D;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 5px;
}

.imageAndTOCContainer {
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
}

.imageTopLeftArt {
	border-radius: 18.762px;
	/* border-right: 1px solid #FFF; */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
	flex-shrink: 0;
	align-self: stretch;
	width: 50%;
	min-height: 325px;
	/* height: 325px; */
	overflow: hidden;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.imageTopLeftArt img {
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.imageTopLeftArt:hover img {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}

.TableBodyArtSection {
	display: flex;
	width: 50%;
}

.TableBodyArtSectionHead {
	display: flex;
	width: 100%;
	padding: 18px;
	align-items: center;
	justify-content: space-between;
	border-top: 0.3px solid #A8944D;
	border-bottom: 0.3px solid #A8944D;
}

.tableBodyImageHead {
	display: flex;
	align-items: center;
	gap: 18px;
}

.tableBodyImageHead p {
	color: #A8944D;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.TableArticleSection {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.TableBodyCommonArts {
	display: flex;
	flex-direction: column;
	/* padding: 22px 0; */
}

.TableBodyCommonArts p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
	color: #A8944D;
	text-overflow: ellipsis;
	font-family: "IBM Plex Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 155%;
	/* 31px */
}

.TableBodyCommonArts span {
	color: #A8944D;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/* 32px */
}

.CommonArtsImage {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
	flex-shrink: 0;
	align-self: stretch;
	max-height: 325px;
	height: 325px;
	overflow: hidden;
}

.CommonArtsImage span {
	color: #A8944D;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/* 24px */
}

.TopArticlehashtags {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
	margin: 63px 0 0 0;
}

.TopArticlehashtags span {
	display: flex;
	/* width: 80px; */
	height: 31px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 6px;
	background: linear-gradient(270deg, #A8944D 0%, #E8DDB5 106.23%);
	color: #822826;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.imagerefCitationsHere {
	display: flex;
}

.ImageCitationsArticle {
	margin: 22px 0 0 0;
	width: 100%;
}

.ImageCitation {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	background: linear-gradient(270deg, #A8944D 0%, #E8DDB5 106.23%);
	width: 340px;
	cursor: pointer;
}

.ImageCitation p {
	color: #822826;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
}

.imageCitationTextHere {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.5s ease, max-height 0.5s ease;
	flex-direction: column;
	padding: 20px;
	margin-top: 20px;
	background: linear-gradient(270deg, #A8944D 0%, #E8DDB5 106.23%);
	border-radius: 6px;
}

.imageCitationTextHere::-webkit-scrollbar {
	display: none;
}


.imageCitationTextHere p,
.imageCitationTextHere ol li,
.imageCitationTextHere ul li {
	color: #822826;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 16px;
	line-height: 200%;
	overflow-wrap: break-word;
}

.imageCitationTextHere ol {
	padding: 0px 20px;
}

.imageCitationTextHere ul {
	padding: 0px 20px;
}

.imageCitationTextHere .citrefence p,
.imageCitationTextHere .imagerefence p {
	text-decoration: underline;
}

.imageCitationTextHere.show {
	opacity: 1;
	max-height: 500px;
	/* Adjust to a reasonable large value */
	overflow: scroll;
}

.ImageCitation svg {
	transition: transform 0.5s ease;
}


.citrefence {
	margin: 20px 0 0 0;
}

.SvgContainer {
	display: flex;
	align-items: center;
	gap: 5px;
}

.SvgContainer svg {
	display: flex;
}

.tableOfContents {
	display: flex;
	width: 50%;
	min-height: 305px;
	padding: 9.381px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 18.762px;
	border-radius: 18.762px;
	background: linear-gradient(180deg, rgba(168, 148, 77, 0.30) 0%, rgba(182, 152, 43, 0.23) 100%);
}

.TableHeads {
	overflow: hidden;
	color: #E0C374;
	text-overflow: ellipsis;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	width: 100%;
	padding: 0 18.762px;
}

.TableHeads h1 {
	overflow: hidden;
	color: #E0C374;
	text-overflow: ellipsis;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 155%;
	/* 24.8px */
}

.TableBody {
	padding: 9.381px 36px;
}

.TableBody ul li {
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.6px;
	cursor: pointer;
}

.TableBody ul {
	display: flex;
	padding: 0px 8px;
	flex-direction: column;
	gap: 12px;
}

.articleBodySection13 {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}

.leftBodySection13 {
	width: calc(50% - 10px);
}

.rightBodySection13 {
	width: 30%;
}


.readmoremain {
	display: flex;
	padding: 20px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 65px;
	align-self: stretch;
	width: 100%;
}

.topreadcontainertitle {
	display: flex;
	height: 31px;
	padding: 8px 15px 8px 0px;
	align-items: flex-end;
	gap: 40px;
	align-self: stretch;
	color: #c7af5c;
	font-family: IBM Plex Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-bottom: 0.5px solid #A8944D;
}

.topreadcontainerbox {
	display: flex;
	flex-direction: column;
	gap: 65px;
}

.topreadindvbox {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding-bottom: 26px;
	border-bottom: 0.3px solid #A8944D;
}

.topreadindvbox img {
	height: 200px;
	width: 100%;
	align-self: stretch;
	border-radius: 5px;
	object-fit: cover;
	max-height: 200px;
	height: 200px;
	overflow: hidden;
}

.topreadindvbox p {
	color: #a8944d;
	font-family: IBM Plex Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.topreaddatentimeindv {
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.topreadtimesvgindv {
	color: #822826;

	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 8px;
}

.indvcontainerdatetime {
	display: flex;
	align-items: center;
	gap: 24px;
}

.bottomArticleSection {
	display: flex;
	width: 90%;
	margin: 65px 5% 0 5%;
	justify-content: space-between;
	padding-bottom: 65px;
}

.leftBottomArticleSection13 {
	display: flex;
	flex-direction: column;
	/* width: calc(100% - 450px); */
	width: 100%;
}

.rightBottomArticleSection13 {
	display: flex;
	width: 400px;
}

.topHeader {
	display: flex;
	justify-content: space-between;
	height: 31px;
	padding: 8px 15px 8px 0px;
	align-items: center;
	border-bottom: 1px solid #F09454;
}

.leftTopHeader p {
	color: #A8944D;
	font-family: Fraunces;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.rightTopHeader {
	display: flex;
	gap: 5px;
	align-items: center;
	cursor: pointer;
}

.rightTopHeader p {
	color: #A8944D;
	font-family: "IBM Plex Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.healthNewsCard {
	display: flex;
	flex-direction: column;
}

.cards {
	margin: 21px 0 0 0;
	display: flex;
	gap: 20px;
	cursor: pointer;
}


.cardImage img {
	width: 259px;
	height: 224px;
	object-fit: cover;
}

.carTexts {
	display: flex;
	flex-direction: column;
	gap: 9px;
}


.TopLeftTimeArt {
	display: flex;
	padding: 8px 0px;
	align-items: center;
	gap: 8px;
}

.TopLeftTimeArt p {
	color: #A8944D;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 5px;
}


.cardText1 span {
	color: #B32B26;
	font-family: "IBM Plex Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.cardText2 span {
	color: #A8944D;
	font-family: "IBM Plex Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.cardText3 span {
	color: #A8944D;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.bottomreadmoremain {
	align-items: center;
	gap: 21px;
}

.moreCategoriresBottomArticle {
	border: none;
	text-align: center;
	gap: 16px;
}

.moreCategoriresBottomArticle img {
	height: 400px;
	max-height: 400px;
	border-radius: 2px;
}

.moreCategoriresBottomArticle {
	color: #A8944D;
	text-align: center;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.topreadcontainerboxbottom {
	gap: 32px;
}

.indiArtBodyImg{
	display: flex;
    flex-direction: column;
    text-align: center;
	gap: 10px;
	width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.RightTopSectionArticle13 {
		margin: 120px 0 0 0;
	}

	.cards {
		flex-direction: column;
	}
}

@media only screen and (min-width: 788px) and (max-width: 1024px) {
	.RightTopSectionArticle13 {
		margin: 155px 0 0 0;
	}

	.cards {
		flex-direction: column;
	}

	.moreCategoriresBottomArticle img {
		height: 250px;
		max-height: 250px;
		border-radius: 2px;
	}

	.TopLeftSectionArt,
	.imageTopLeftArt,
	.tableOfContents,
	.TableBodyArtSection {
		width: 100%;
	}

	.imageAndTOCContainer{
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 787px) {
	.TopSectionArticle13 {
		flex-direction: column;
	}

	.leftTopSectionArticle13 {
		width: 100%;
	}

	.topLeftMiddle p {
		color: #A8944D;
		font-family: Fraunces;
		font-size: 25px;
		font-style: normal;
		font-weight: 600;
		line-height: 39.6px;
		display: flex;
	}

	.TopLeftSectionArt,
	.imageTopLeftArt,
	.tableOfContents,
	.TableBodyArtSection {
		width: 100%;
	}

	.imageAndTOCContainer{
		flex-direction: column;
		align-items: center;
	}

	.RightTopSectionArticle13 {
		width: 100%;
		margin: 0 0 0 0;
	}

	.articleBodySection13 {
		flex-direction: column;
	}

	.leftBodySection13 {
		width: 100%;
	}

	.rightBodySection13 {
		width: 100%;
	}

	.cards {
		flex-direction: column;
	}

	.cardImage img {
		object-fit: cover;
		overflow: hidden;
		width: 100%;
	}

	.ImageCitation {
		width: 95%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.ImageCitation p {
		font-size: 13px;
	}

	.bottomArticleSection {
		flex-direction: column;
	}

	.leftBottomArticleSection13 {
		width: 100%;
	}

	.rightBottomArticleSection13 {
		width: 100%;
	}
}


#copyButton {
	display: flex;
	gap: 10px;
	align-items: center;
	background-color: transparent;
	outline: none;
	border: none;
	color: #A8944D;
	cursor: pointer;
	transition: transform 0.1s;
}

#copyButton.pressed {
	transform: scale(0.95);
	/* Slightly shrink the button to create a pressed effect */
}