section.article .root {
	background-color: var(--color-root);
	padding: 0 9px;
	border-radius: var(--border-radius);
	color: black;
	font-weight: 700;
}
section.article .grid-page {
	grid-template-columns: 260px 1fr 260px;
}
section.article article h2 {
	font-size: 30px;
	margin-bottom: 15px;
	color: var(--color);
	line-height: 32px;
}
section.article .editor-raw {
	margin: 15px 0;
	width: 100%;
	background: var(--darker);
	padding: 15px;
	border-radius: var(--border-radius);
	border: var(--border);
}
section.article .editor-raw:has(.twitter-tweet)::before {
	content: "\f110";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: var(--color);
	animation: icospin 2s linear infinite;
	-webkit-animation: icospin 2s linear infinite;
	margin-bottom: 15px;
}
@keyframes icospin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
section.article .editor-raw:has(.twitter-tweet-rendered)::before {
	display: none !important;
}
section.article .editor-raw .twitter-tweet {
	margin: 0 auto !important;
}
section.article .partner-vertical {
	margin: 20px 0;
	padding: 10px 10px 5px;
	opacity: 0.75;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
section.article .partner-vertical:hover {
	opacity: 1;
	;
}
section.article .partner-vertical a {
	display: block;
}
section.article .partner-vertical .root {
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 108px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -4px;
	background: var(--color-root);
	border-radius: var(--border-radius);
	color: black;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	padding: 4px 0;
}
section.article .partner-vertical img {
	max-width: 100%;
	border-radius: var(--border-radius);
}
section.article article h3 {
	font-size: 26px;
	margin-bottom: 15px;
	color: var(--color-dark);
	line-height: 26px;
}
section.article .news {
	margin-bottom: 15px;
}
section.article .news .item {
	display: grid;
	grid-template-columns: 56px 1fr;
	grid-gap: 10px;
	border-bottom: var(--border);
	padding: 15px 0;
}
section.article .news .item:last-of-type {
	border: none;
}
section.article .news .image {
	position: relative;
}
section.article .news .number {
	position: absolute;
	top: 0;
	background: var(--color);
	color: black;
	font-weight: 800;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	left: -5px;
}
section.article .news .image img {
	width: 100%;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	filter: grayscale(0.75);
}
section.article .news h4 {
	font-size: 16px;
	font-weight: 400;
	color: white;
}
section.article .news .info {
	font-size: 14px;
	color: var(--color);
}
section.article .news .info li {
	display: inline-block;
	margin-right: 8px;
}
section.article .news .info i {
	opacity: 0.25;
	font-size: 11px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}
section.article .categories {
	grid-template-columns: 1fr 1fr;
	display: grid;
	grid-gap: 5px;
	margin: 10px 0;
}
section.article .categories .item {
	border: var(--border);
	border-radius: var(--border-radius);
	padding: 10px 10px 8px;
	text-align: center;
}
section.article .categories .icon {
	color: var(--color);
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 22px;
	line-height: 22px;
}
section.article .categories .item:hover .icon {
	opacity: 1
}
section.article .categories .name {
	font-size: 13px;
	width: 84px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	line-height: 14px;
	margin-top: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
section.article .categories .item:hover .name {
	color: white;
}
section.article .categories i {
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transform: scale(1);
}
section.article .categories .item:hover i {
	transform: scale(1.25)
}
section.article .info-box {
	border-top: var(--border);
	padding-top: 15px;
	margin-top: 25px;
}
section.article .info-box li {
	display: inline-block;
	margin: 0 5px;
}
section.article .info-box i {
	color: var(--color);
	margin: 0 4px;
}
section.article .info-box span {
	color: white;
}
section.article .info-box a span {
	color: white;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
section.article .info-box a:hover span {
	color: var(--color);
}
section.article .info-box li.root {
	background: var(--color-root);
	color: black;
	font-weight: 800;
	padding: 0 5px;
	border-radius: var(--border-radius);
}
section.article .info-box li.root i {
	color: black;
}
@media all and (max-width: 1140px) {
	section.article .grid-page {
		grid-template-columns: 230px 1fr 230px;
	}
	section.article .grid-page .box {
		padding: 10px;
	}
}
@media all and (max-width: 960px) {
	section.article .grid-page {
		grid-template-columns: 1fr;
	}
	section.article .grid-page>.box:nth-of-type(1) {
		grid-row: 3;
	}
}
@media all and (max-width: 720px) {
	section.article article h2 {
		font-size: 24px;
		line-height: 24px;
	}
	section.article .news .item {
		padding: 10px 0
	}
}