.blog-layout__main {
	&.custom {
		.article__sub-meta {
			opacity: 1;
		}
		h1 {
			font-size: 35px;
			line-height: 42px;
			color: #400D15;
			margin-bottom: 20px;
			font-weight: 400;
		}
		.article__sub-meta-date {
			color: #400D15;
		}
		.article-main-tag {
			font-weight: 900;
			color: #400D15;
			font-size: 16px;
			line-height: 18px;
		}
		.at-rte * {
			color: #400D15;
		}
	}
}