/*
Theme Name: Obat Blog v3
Author: Obat
Author URI: http:wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Theme URI: https:www.obat.fr
Version: 1.0
License: GNU General Public License v2 or later
License URI: http:www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: obat
*/

@font-face {
	font-family: "Poppins 400";
	src: url("./fonts/Poppins-Regular.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Poppins 500";
	src: url("./fonts/Poppins-Medium.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Poppins 600";
	src: url("./fonts/Poppins-SemiBold.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk 300";
	src: url("./fonts/SpaceGrotesk-Light.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk 400";
	src: url("./fonts/SpaceGrotesk-Regular.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk 700";
	src: url("./fonts/SpaceGrotesk-Bold.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk 500";
	src: url("./fonts/SpaceGrotesk-Medium.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Open Sans 500";
	src: url("./fonts/OpenSans-Medium.ttf");
	font-display: swap;
}


@font-face {
	font-family: "Avenir Next Regular";
	src: url("./fonts/avenir/Fonts/721263/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("./fonts/avenir/Fonts/721263/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Avenir Next Demi";
	src: url("./fonts/avenir/Fonts/721269/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("./fonts/avenir/Fonts/721269/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Avenir Next Medium";
	src: url("./fonts/avenir/Fonts/721275/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("./fonts/avenir/Fonts/721275/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff");
	font-display: swap;
}

/* GLOBAL */
body {
	font-family: 'Poppins 400';
	font-style: normal;
	font-weight: 400;
	color: var(--text);
}

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.sub-logo {
	font-size: 16px;
	font-family: 'Space Grotesk 700';
	font-style: normal;
	font-weight: 700;
	display: inline-block;
	margin-bottom: -5px;
	color: #000 !important;
}

main {
	padding-top: 180px;
	padding-bottom: 147px;
	background-color: #F8F8F7;
	max-width: 1360px;
	border-radius: 34px;
	margin: 154px auto 0 auto;
	box-sizing: border-box;
}

@media all and (max-width: 900px) {
	main {
		padding-top: 150px;
	}
}

a {
	color: var(--text);
	text-decoration: none !important;
	transition: .125s ease-in-out;
	word-wrap: break-word;
	/* If the link is too long */
}

@media all and (min-width: 1300px) {
	.container {
		max-width: 1175px;
	}
}

@media all and (max-width: 767px) {

	#article-content p,
	#article-content ul li,
	#article-content ol li {
		font-size: 14px;
		line-height: 22px;
	}

	#article-content h2 {
		font-size: 24px !important;
	}

	#article-content h3 {
		font-size: 20px !important;
	}

	#article-content .card-item h2 {
		font-size: 16px !important;
	}
}

@media all and (max-width: 450px) {
	.hideSm {
		display: none;
	}
}

main a:hover {
	color: var(--primary);
}

/* BOOTSTRAP OVERRIDE */
:root {
	--text: #25313B;
	--gray-light: #a2a2a2;
	--gray-medium: #A3A6B5;
	--gray-dark: #747474;
	--primary: #39A2F2;
	--dark-blue: #39a2f2;
	--secondary: #d6d7dc;
	--success: #64b71b;
	--navbar-fixed-height: 105px;
}

.text-dark-blue {
	color: var(--dark-blue);
}

.btn-primary {
	color: #fff;
	background-color: var(--primary);
	border-color: none;
}

.btn-primary:hover {
	color: #fff;
	background-color: #f5f6f7;
	border-color: none;
}

/* ANCHOR <a> SCROLL */
h2>span::before,
h3>span::before,
h4>span::before {
	content: '';
	display: block;
	height: 66px;
	margin-top: -66px;
	visibility: hidden;
}


/* GLOBAL */
.navbar-brand.logo-origin {
	display: none;
}

.navbar {
	background-color: var(--white);
	height: 66px;
	transition: .25s ease-in-out;
}

.navbar a {
	color: var(--primary);
	font-size: 15px;
	text-decoration: none;
}

.button-obat.try-for-free {
	border: 1px solid var(--primary);
	color: var(--primary);
	background: var(--white);
	padding: 7px 23px;
	border-radius: 50px;
	white-space: nowrap;
	transition: .125s ease-in-out;
}

.button-obat.try-for-free:hover {
	color: var(--white);
	background-color: var(--primary);
	border-color: var(--primary);
}

a.button-blog {
	color: var(--gray-medium);
	font-family: 'Avenir Next Demi', sans-serif;
}

@media all and (max-width: 400px) {
	.button-obat.try-for-free {
		margin-left: 5px !important;
		font-size: 14px;
	}
}

.article-core h1>span[id]::before,
.article-core h2>span[id]::before,
.article-core h3>span[id]::before,
.article-core h4>span[id]::before,
.article-core h5>span[id]::before,
.article-core h6>span[id]::before {
	content: '';
	display: block;
	height: 105px;
	margin-top: -105px;
	visibility: hidden;
}

/* ANIMATION NAVBAR FIXED TOP */
body.has-fixed-top {
	padding-bottom: var(--navbar-fixed-height);
}

body.has-fixed-top #obat-fixed-cta {
	bottom: 0;
	margin: 14px;
}

body.has-fixed-top #obat-fixed-cta .button-obat {
	font-size: 18px;
	background-color: #fff;
	color: #39A2F2;
	border-color: #fff;
}

body.has-fixed-top #axeptio_overlay {
	display: none;
}


#obat-fixed-cta {
	height: var(--navbar-fixed-height);
	background: #39a2f2;
	position: fixed;
	bottom: -105px;
	z-index: 1000;
	left: 0;
	right: 0;
	transition: bottom 200ms linear;
	border-radius: 17px;
	margin-left: 14px;
	margin-right: 14px;
	box-shadow: 0px 0px 16px #00000029;
	color: #fff;
}

#obat-fixed-cta #nav-info {
	font-size: 18px;
	text-align: center;
	margin: auto;
	margin-right: 0;
}

#obat-fixed-cta #nav-info .nav-info-title {
	font-size: 26px;
	font-family: 'Avenir Next Demi', sans-serif;
}

@media all and (min-width: 1325px) {
	#obat-fixed-cta .button-obat {
		position: relative;
		left: 65px;
	}

	#obat-fixed-cta a:hover,
	#obat-fixed-cta a {
		margin-left: -65px;
	}

	#obat-fixed-cta #nav-info {
		margin-right: 0;
	}
}

@media all and (min-width: 1400px) {
	#obat-fixed-cta .button-obat {
		left: 110px;
	}
}

@media all and (max-width: 1200px) {
	#obat-fixed-cta #nav-info {
		font-size: 15px;
	}

	#obat-fixed-cta #nav-info .nav-info-title {
		font-size: 21px;
		font-family: 'Avenir Next Demi', sans-serif;
	}
}


#obat-fixed-cta .button-obat {
	border: 1px solid #fff;
	padding: 8px 27px;
	border-radius: 40px;
	white-space: nowrap;
	transition: .325s ease-in-out;
	height: 50px;
	font-size: 18px;
	background-color: #fff;
	color: #39A2F2;
	border-color: #fff;
}

#obat-fixed-cta a:hover .button-obat {
	background-color: #39A2F2;
	color: #fff;
	border-color: #fff;
}

#obat-fixed-cta a:hover,
#obat-fixed-cta a {
	color: #fff;
}

#obat-fixed-cta #Path_3,
#obat-fixed-cta #Path_7 {
	fill: #fff;
}

.tocAdsContainer {
	transition: .125s ease-in-out;
	visibility: hidden;
	opacity: 0;
	background-color: #EBF6FE;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 39px;
	padding-right: 39px;
	border-radius: 10px;
	margin-top: 25px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

body[class~=has-fixed-top] .tocAdsContainer {
	visibility: visible;
	opacity: 1;
}


.tocAdsContainer .tocAdsTitle {
	color: #39a2f2;
	font-size: 18px;
	align-content: center;
	text-align: center;
	font-weight: bold;
	font-family: 'Avenir Next Regular', 'Demi Bold', sans-serif;
	margin-bottom: 20px;
}

.tocAdsContainer a {
	border: 1px solid var(--primary);
	color: var(--white) !important;
	background-color: var(--primary);
	padding: 8px 20px !important;
	text-decoration: none !important;
	border-radius: 50px;
	white-space: nowrap;
	transition: .125s ease-in-out;
	font-size: 17px;
	width: 287px;
	align-content: center;
	text-align: center;
	margin: auto;
	font-family: 'Avenir Next Regular', 'Demi Bold', sans-serif;
	font-weight: bold;
}

.tocAdsContainer a:hover {
	color: var(--primary) !important;
	background-color: #fff !important;
	text-decoration: none !important;
}


#category-intro {
	margin-bottom: 40px;
	padding: 0;
}

/* CARD-ITEM */
.bd-placeholder-img {
	pointer-events: none;
	background-color: var(--secondary);
	max-width: 100%;
	border-radius: 12px;
	min-width: 100%;
	min-height: 185px;
	max-height: 185px;
	margin-bottom: 25px;
	object-fit: cover;
	object-position: center;
}

.card-item>a {
	display: block;
}

/* Sets the same height as it's child block <img> */

.card-text {
	margin: 15px 0 10px 0;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Avenir Next Medium', sans-serif;
}

.categories a {
	font-size: 14px;
	color: var(--primary);
	font-family: 'Poppins 400';
	font-weight: 400;
	line-height: 130%;
}

.categories a:hover {
	text-decoration: underline !important;
}

.date {
	font-size: 14px;
	color: var(--gray-dark);
}

@media all and (min-width: 992px) {

	.post-list {
		margin-right: -20px;
		margin-left: -20px;
	}

	.post-list .card-item:nth-of-type(n+4) {
		margin-top: 65px;
	}

	.post-list .card-item {
		padding-left: 17.5px;
		padding-right: 17.5px;
	}

}

@media all and (max-width: 991px) {
	.post-list .card-item:nth-of-type(n+3) {
		margin-top: 40px;
	}
}

@media all and (max-width: 767px) {
	.post-list .card-item:nth-of-type(n+2) {
		margin-top: 40px;
	}
}



/* ARTICLE PAGE */
@media all and (min-width: 1280px) {
	#article-page #toc_container {
		background-color: transparent !important;
		padding-top: 0px;
	}

	#article-page #toc_container.active {
		position: absolute;
	}

	#article-page #toc_container.fixed {
		position: fixed;
		top: 38px !important;
		padding-top: 110px;
		transition: padding 100ms linear;
	}
}

/* TITLE / ARTICLE INFORMATIONS */

#header-article {
	display: flex;
	max-width: 100%;
	margin: 80px auto 80px auto;
	justify-content: space-around;
}

@media all and (max-width: 1080px) {
	#header-article {
		flex-direction: column;
		margin: 0 auto 40px auto;
	}
}

#header-article h1 {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 15px;
	margin-left: 30px;
	text-align: left;
	max-width: 760px;
	line-height: 104%;
}

@media all and (max-width: 1080px) {
	#header-article h1 {
		margin-left: 0;
	}
}

@media all and (max-width: 767px) {
	#header-article h1 {
		font-size: 32px;
		line-height: 35px;
	}
}

#header-article .infos-article {
	margin-bottom: 41px;
	font-size: 14px;
	color: var(--gray-dark);
	font-family: "Poppins 400";
	margin-bottom: 5px;
	line-height: 21px;
	margin-top: 10px;
}

#header-article .infos-article a {
	color: var(--primary);
	font-family: "Poppins 600";
	font-weight: 600;
}

@media all and (max-width: 767px) {
	#header-article .infos-article {
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
	}

	#header-article .hyphens {
		display: none;
	}
}

/* ARTICLE IMAGE */
.image-article {
	margin-bottom: 120px;
}

.image-article,
.image-article>img {
	min-width: 100%;
	border-radius: 34px;
	max-height: 281px;
	object-fit: cover;
	object-position: center;
}

@media all and (max-width: 1280px) {
	.image-article {
		margin-bottom: 60px;
	}
}

/* ARTICLE CONTENT */
#article-content {
	margin-top: 30px;
}

#article-content h2 {
	font-family: "Space Grotesk 400";
	font-weight: 400;
	color: #1E1A16;
	font-size: 38px;
	letter-spacing: -0.04em;
	line-height: 104%;
	margin: 70px 0px 30px 0px;
}

@media all and (max-width: 900px) {
	#article-content h2 {
		margin: 70px 0px 30px 0px;
	}
}

#article-content h3 {
	font-family: "Space Grotesk 400";
	font-weight: 400;
	font-size: 30px;
	color: #1E1A16;
	letter-spacing: -0.04em;
	line-height: 104%;
	padding: 30px 0 15px 0;
	margin-bottom: 0;
}

#article-content h4 {
	font-size: 20px;
	margin: 30px 0;
	color: #8f9095;
}

#article-content p {
	line-height: 28px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: "Poppins 400";
	font-weight: 400;
	color: #1E1A16;
	opacity: 0.7;
	line-height: 130%;
}

#article-content p:nth-of-type(n+2) {
	margin-top: 20px;
}

#article-content iframe {
	max-width: 100%;
}

.img-in-article {
	padding: 20px 0;
}

#article-content a {
	color: var(--primary);
}

#article-content a strong {
	font-weight: inherit;
}

#article-content strong a {
	font-weight: normal;
}

#article-content a:hover {
	text-decoration: underline !important;
}

#article-content strong,
#article-content b {
	font-weight: inherit;
	font-family: 'Avenir Next Demi', sans-serif;
}

blockquote {
	margin-bottom: 20px;
	background: #f2f2f2;
	padding: 10px;
	font-style: italic;
	border-radius: 4px;
}

blockquote p {
	margin: 0 !important;
}

#article-content ul li,
#article-content ol li {
	padding: 7px 0;
	font-size: 18px;
	line-height: 28px;
}

#article-content .cta a {
	color: var(--white);
	padding: 15px 60px;
	font-size: 18px;
	border-radius: 4px;
	border: none;
	text-decoration: none !important;
	outline: none;
}

#article-content .cta a:hover {
	background: #389ce8;
	color: var(--white);
}

/* LINKS TO OTHER ARTICLES */
.other-articles .more-posts-title {
	margin-bottom: 40px !important;
	font-size: 38px !important;
	font-family: "Space Grotesk 400";
	font-weight: 400;
	text-align: center;
	color: #1E1A16;
}

.other-articles hr {
	margin: 10px 0 15px 0;
}

/* CARD ITEM */
.card-item.card-more {
	margin-top: 20px;
	max-width: 365px;
	margin-bottom: 35px;
	/* border: 1px solid red; */
}

#article-content .card-item.card-more h2.card-text {
	margin: 0px 0 5px 0;
	font-weight: 600;
	line-height: 18px;
	font-size: 16px;
	max-width: 365px;
	margin-bottom: 15px;
}

#article-content .card-item.card-more a {
	color: var(--text);
	text-decoration: none !important;
}

#article-content .card-item.card-more a:hover {
	color: var(--primary);
}

/* ARTICLE SUMMARY */
#toc_container {
	border: none !important;
	padding: 20px 10px;
}

#toc_container p.toc_title {
	display: none;
}

#toc_container ul>li {
	margin-top: 10px;
	padding: 0;
	font-size: 12px !important;
}

#toc_container a {
	display: block;
	color: #9B9EA3 !important;
	border-radius: 12px;
	padding: 0px 20px;
	line-height: 21px;
}

#toc_container a span::after {
	content: " -";
}

#toc_container a:hover {
	background-color: #EBF6FE;
	text-decoration: none !important;
}

#toc_container a.active {
	background-color: #39A2F2;
	color: white !important;
	border-radius: 12px;
	padding: 5px 20px;
}

h2>span::before,
h3>span::before,
h4>span::before {
	display: block;
	content: " ";
	height: 66px;
	margin-top: -66px;
	visibility: hidden;
}

/* obat ad  */
#article-page .obat-ad {
	width: 100%;
	max-width: 760px;
	margin: 35px 0;
	display: flex;
	align-items: center;
	border-radius: 5px;
	background-color: #39A2F21A;
	height: 105px;
	overflow: hidden;
}

#article-page .obat-ad .left-col {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #39A2F2D6;
	color: #fff;
	min-width: 60px;
	align-self: stretch;
}

#article-page .obat-ad .left-col i {
	font-size: 28px;
}

#article-page .obat-ad .right-col {
	display: flex;
	align-items: center;
}

#article-page .obat-ad .pub-text {
	color: #0E7FD6;
	padding: 0 25px;
	/* padding-left: 25px; */
	margin: 0 !important;
	font-family: 'Avenir Next Demi', sans-serif;
}

#article-page .obat-ad a {
	border: 1px solid var(--primary);
	color: var(--white) !important;
	background-color: var(--primary);
	margin-right: 23px;
	padding: 7px 23px;
	text-decoration: none !important;
	border-radius: 50px;
	white-space: nowrap;
	transition: .125s ease-in-out;
}

#article-page .obat-ad a:hover {
	color: var(--primary) !important;
	background: var(--white);
}

@media all and (max-width: 700px) {
	#article-page .obat-ad {
		width: 100%;
		max-width: 98%;
		height: unset;
	}

	#article-page .obat-ad .right-col {
		padding: 1rem;
		flex-direction: column;
		align-items: flex-start !important;
	}

	#article-page .obat-ad .right-col .pub-text {
		line-height: unset;
		padding-left: 0;
		margin-bottom: 1rem !important;
	}
}

@media all and (max-width: 500px) {
	#article-page .obat-ad .left-col {
		min-width: 40px;
	}

	#article-page .obat-ad .left-col i {
		font-size: 20px;
	}

	#article-page .obat-ad .right-col {
		padding: 1rem;
		align-items: flex-start !important;
	}

	#article-page .obat-ad .right-col .pub-text,
	#article-page .obat-ad .right-col a {
		font-size: 14px;
	}
}

/* end of article cta */

/* obat ad  */
.endPostCta2,
.endPostCta {
	width: 100%;
	max-width: 850px;
	margin: 70px auto 70px auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	background-color: #F8F8F7;
	padding: 50px;
	border-radius: 34px;
}

.endPostCta2 .left-col,
.endPostCta .left-col {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #39A2F2D6;
	color: #fff;
	min-width: 60px;
	height: 100%;
}

.endPostCta .left-col i,
.endPostCta .left-col i {
	font-size: 28px;
}

.endPostCta2 .pub-text,
.endPostCta .pub-text {
	color: #0E7FD6;
	padding: 0 25px;
	line-height: 28px;
	font-size: 18px;
	/* padding-left: 25px; */
	margin: 0 !important;
	font-family: 'Avenir Next Demi', sans-serif;
}

.endPostCta2 a,
.endPostCta a {
	font-family: "Space Grotesk 500";
	font-weight: 500;
	color: var(--white) !important;
	background-color: var(--primary);
	padding: 28px 50px;
	text-decoration: none !important;
	border-radius: 60px;
	white-space: nowrap;
	transition: .125s ease-in-out;
	font-size: 16px;
	display: flex;
	justify-content: center;
}

.endPostCta2 a span,
.endPostCta a span {
	margin-left: 4px;
}

.endPostCta {
	background-color: #39A2F2;
	border-radius: 32px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 32px 32.705px 32px 32px;
	margin: 110px 0px !important;
	gap: 48px;
}

.endPostCta .cta-column-left,
.endPostCta .cta-column-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.endPostCta .cta-column-left img {
	display: inline-block;
	width: 100%;
	height: auto;
}


.endPostCta .cta-column-right img {
	display: inline-block;
	width: 100%;
	width: 81.231px;
}

.endPostCta .cta-title {
	color: #FFF;
	font-family: "Space Grotesk 400";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 24.2px */
	letter-spacing: -0.66px;
}

.endPostCta .cta-button {
	display: flex;
	padding: 16px 32px;
	align-items: center;
	gap: 10px;
	border-radius: 60px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	color: #39A2F2 !important;
	line-height: 16px;
	width: fit-content;
}

.endPostCta .cta-button svg {
	width: 6px;
	height: 10px;
	min-width: 6px;
}

.endPostCta .cta-button:hover {
	border: 1px solid #004EAC;
}

.endPostCta .cta-button:hover svg,
.endPostCta .cta-button:hover svg path {
	fill: #FFF;
}

@media all and (max-width: 600px) {

	.endPostCta2 a,
	.endPostCta a {
		width: 100%;
	}

	.endPostCta2,
	.endPostCta {
		padding: 30px;
	}

}

.endPostCta2 a:hover,
.endPostCta a:hover {
	color: white !important;
	background: #004EAC;
	text-decoration: none !important;
}

.endPostCta2 .ctaTitleBold,
.endPostCta .ctaTitleBold {
	font-family: "Space Grotesk 400";
	font-weight: 400;
	font-size: 38px;
	color: #1E1A16;
	line-height: 104%;
	text-align: left;
	margin-bottom: 60px;
}

@media all and (max-width: 767px) {

	.endPostCta2 .ctaTitleBold,
	.endPostCta .ctaTitleBold {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.endPostCta2,
	.endPostCta {
		margin: 80px auto 80px auto;
	}
}

@media all and (max-width: 900px) {

	.endPostCta {
		flex-direction: column-reverse;
		padding: 30px;
		gap: 30px;
	}

	.endPostCta .cta-column-left,
	.endPostCta .cta-column-right {
		width: 100%;
	}

	.endPostCta .cta-column-left img {
		display: inline-block;
		width: 100%;
		height: auto;
	}

	.endPostCta .cta-title {
		font-size: 17px;
		letter-spacing: -0.51px;
	}

}


/* KK STARS PLUGIN */
#article-page .kk-star-ratings {
	margin: 0 !important;
}

.kk-star-ratings .kksr-legend {
	width: max-content;
}

/* Top articles block in single.php */
.top-articles-list-container {
	background-color: #F8F8F7;
	border-radius: 34px;
	margin-bottom: 66px;
}

.top-articles-list-container li {
	list-style: none;
}

.top-articles-title {
	color: var(--primary);
	font-family: 'Poppins 600';
	font-weight: 600;
}

.top-article-link {
	display: inline-block;
	color: #1E1A16 !important;
	margin-bottom: 20px;
}

#article-content a.top-article-link:hover {
	color: var(--primary) !important;
	text-decoration: none !important;
}

#page-content {
	display: flex;
	flex-direction: column;
}

.fullwidth {
	width: 100% !important;
}