.ast-archive-entry-banner .ast-container{
	padding-left: 0;
	padding-right: 0;
}

.ast-archive-entry-banner .ast-container p {
	max-width: 700px;
}

#content .ast-container{
	padding-left: 0;
	padding-right: 0;
}

#content .ast-container #primary {
	margin: 40px 0;
}

#content .ast-container .ast-post-filter .ast-post-filter-single {
	background-color: transparent;
	border: 1px solid #292827;
	border-radius: 4px;
	font-size: 12px;
	padding: 5px 14px;
}

#content .ast-container .ast-post-filter .active{
	background-color: #CAF6E0;
}

#main #infinite-handle{
	display: none;
}

#main .entry-header img {
	aspect-ratio: 2 / 1;
  width: 100%;
}

#main .ast-row .ast-article-post .ast-article-inner {
	background-color: #f5f5f5;
	border: 1px solid #E7E6E2;
	border-radius: 8px;
	box-shadow: none;
}

#main .ast-row .ast-article-post:hover .ast-article-inner{
	box-shadow: 2px 2px 0px 0px #000;
	border: 1px solid #000;
}

.ast-article-post .post-thumb-img-content img {
    aspect-ratio: 2 / 1;
    width: 100%;
}

.ast-article-post .entry-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 14px;
	font-weight: 600;
}

.ast-article-post .entry-header{
	margin-top: 20px;
	margin-bottom: 0;
}


.footer-link {
	display: block;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 16px;
	color: #292827;
	line-height: 32px;
	font-family: 'TT Mono';
}

.footer-link:hover{
	text-decoration: underline;
	color: #292827;
}


.my-widgets-post .wp-block-heading{
	font-size: 16px;
	font-weight: 600;
}

.my-widgets-post .wp-block-latest-posts__list li{
	padding: 12px 20px;
	line-height: 24px;
	color: #1E293B;
	font-weight: 400;
	font-size: 16px;
	background-color: #F5F5F5;
	border-radius: 4px;
	border: 1px solid #E7E6E2;
}

.my-widgets-post .wp-block-latest-posts__list li a{
	text-decoration: underline;
}

.wp-block-uagb-container.uagb-layout-grid p {
	padding: 12px 20px;
	line-height: 24px;
	color: #1E293B;
	font-weight: 400;
	font-size: 16px;
	background-color: #F5F5F5;
	border-radius: 4px;
	border: 1px solid #E7E6E2;
	margin-bottom: 0px;
}

.wp-block-uagb-container.uagb-layout-grid p a {
	text-decoration: underline;
}

.sidebar-main .right-llm-playground{
	gap: 0;
	width: 100%;
	height: 144px;
	padding: 0;
	background-image: url(https://blogs.novita.ai/wp-content/uploads/2025/01/llm-playground.png
);
	background-size: contain;
	background-repeat: no-repeat;
}

.sidebar-main .right-llm-playground .wp-block-button {
	color: transparent;
	height: 100%;
	opacity: 0;
}

.sidebar-main .right-llm-playground .wp-block-button a{
	display: block;
	width: 100%;
	height:100%;
}

#common-header-menu a {
	display: inline-block;
	padding: 8px;
	border-radius: 8px;
}

#common-header-menu a:hover{
	background-color: #f5f5f5;
}

#common-header-menu a#get-started-btn{
	background: #23d57c;
	border-radius: 4px;
	line-height: 1;
}

#common-header-menu a#get-started-btn:hover {
	background: #caf6e0;
}

.ast-article-single img{
	margin: 20px 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

#common-footer {
	display: flex;
	width: 100%;
	gap: 100px;
}

#common-footer #footer-right {
	flex: 1;
}

body .skip-link{
	display: none !important;
}

@media screen and (max-width: 1350px) {
	.ast-container{
		padding: 0 16px !important;
	}
	#common-footer{
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media screen and (max-width: 900px) {
	#common-footer{
		flex-direction: column;
	}
	#footer-left {
		height: auto !important;
	}
	#footer-left > div{
		height: auto !important;
	}
	#footer-right #footer-resource{
		flex-wrap: wrap !important;
	}
#
}

@media screen and (max-width: 900px) {
	#subscribe-email input {
		font-size: 14px !important;
	}	
	#subscribe-submit button {
		font-size: 14px !important;
		padding: 15px 12px !important;
	}
	.enlighter-code{
		overflow: auto;
	}
}

