/* ============================================================
   YOKUCHI — SINGLE BLOG POST
   ============================================================ */

.yokuchi-single-post {
	background: transparent;
	color: #272727;
	padding-top: 90px;
}

.yokuchi-single-post__container {
	width: min(calc(100% - 80px), var(--yokuchi-container-width, 1440px));

	margin: 0 auto;
}

.yokuchi-single-post .yokuchi-cooperate,
.yokuchi-shop .yokuchi-cooperate,
.yokuchi-blog .yokuchi-cooperate {
	margin-top: 36px !important;
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */

.yokuchi-single-post__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;

	padding: 28px 0 32px;

	color: #8a8a8a;

	font-size: 12px;
}

.yokuchi-single-post__breadcrumbs a {
	color: #6c6c6c;

	text-decoration: none;
}

.yokuchi-single-post__breadcrumbs a:hover {
	color: #ec1d23;
}

.yokuchi-single-post__breadcrumbs span {
	color: #aaa;
}

.yokuchi-single-post__breadcrumb-separator {
	display: inline-block;

	width: 7px;
	height: 7px;

	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;

	transform: translateY(-2px) rotate(-45deg);
}

/* ============================================================
   LAYOUT
   ============================================================ */

.yokuchi-single-post__layout {
	display: grid;

	grid-template-columns:
		3fr
		1fr;

	gap: 30px;

	align-items: start;

	padding-bottom: 80px;
}

.yokuchi-single-post__main {
	min-width: 0;
}

/* ============================================================
   ARTICLE
   ============================================================ */

.yokuchi-article {
	min-width: 0;

	background: #fff;
	border: 0;
}

/* ============================================================
   HEADER
   ============================================================ */

.yokuchi-article__header {
	padding: 28px 25px 30px;

	background: transparent;
}

.yokuchi-article__meta {
	display: flex;
	align-items: center;

	gap: 18px;

	margin-bottom: 18px;
}

.yokuchi-article__category {
	color: #ec1d23;

	font-size: 11px;
	font-weight: 500;

	letter-spacing: 1.5px;

	text-decoration: none;
	text-transform: none;
}

.yokuchi-article__date {
	display: flex;
	align-items: center;

	gap: 5px;

	color: #858585;

	font-size: 11px;
}

.yokuchi-article__date-icon {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	color: #ec1d23;

	font-size: 13px;
}

.yokuchi-article__date-icon img,
.yokuchi-sidebar-post__date img {
	display: block;

	width: 16px;
	height: 16px;

	opacity: 1;
}

.yokuchi-article__title {
	max-width: 700px;

	margin: 0 !important;

	color: #222;

	font-size: 34px !important;
	font-weight: 600 !important;

	line-height: 1.25 !important;

	letter-spacing: 0 !important;

	text-transform: none !important;
}

/* ============================================================
   FEATURED IMAGE
   ============================================================ */

.yokuchi-article__featured-image {
	width: 100%;

	max-height: 520px;

	margin: 0;

	overflow: hidden;
}

.yokuchi-article__featured-image img {
	display: block;

	width: 100%;
	height: auto;

	max-height: 520px;

	object-fit: cover;
}

/* ============================================================
   CONTENT
   ============================================================ */

.yokuchi-article__content {
	padding: 28px 25px 35px;

	color: #525252;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;

	line-height: 24px;
	letter-spacing: 0;

	background: transparent;
}

.yokuchi-article__content p {
	margin: 0 0 17px;
}

.yokuchi-article__content h2,
.yokuchi-article__content h3,
.yokuchi-article__content h4 {
	margin-top: 28px;
	margin-bottom: 12px;

	color: #292929;

	font-weight: 600;

	line-height: 1.35;

	letter-spacing: 0;

	text-transform: none;
}

.yokuchi-article__content h2 {
	font-size: 22px;
}

.yokuchi-article__content h3 {
	font-size: 19px;
}

.yokuchi-article__content h4 {
	font-size: 17px;
}

.yokuchi-article__content strong {
	color: #333;

	font-weight: 600;
}

.yokuchi-article__content ul,
.yokuchi-article__content ol {
	margin: 15px 0 20px;

	padding-left: 22px;
}

.yokuchi-article__content li {
	margin-bottom: 5px;
}

.yokuchi-article__content img {
	max-width: 100%;
	height: auto;
}

.yokuchi-article__content a {
	color: #ec1d23;
}

/* ============================================================
   TAGS
   ============================================================ */

.yokuchi-article__tags {
	padding: 18px 25px;

	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.yokuchi-article__tags strong {
	display: inline;

	color: #333;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;

	line-height: 24px;
	letter-spacing: 0;

	text-transform: none;
}

.yokuchi-article__tags-list {
	display: inline;
}

.yokuchi-article__tags-list a {
	display: inline;

	margin-left: 8px;

	color: #ec1d23;

	font-size: 11px;

	text-decoration: none;

	text-transform: uppercase;
}

/* ============================================================
   SHARE
   ============================================================ */

.yokuchi-article__share {
	display: flex;

	align-items: center;

	gap: 14px;

	padding: 18px 25px;
}

.yokuchi-article__share > span {
	color: #555;

	font-size: 13px;
	font-weight: 500;
}

.yokuchi-article__socials {
	display: flex;

	gap: 6px;
}

.yokuchi-article__socials a,
.yokuchi-article__socials button {
	width: 25px;
	height: 25px;

	padding: 0;

	display: flex;

	align-items: center;
	justify-content: center;

	background: #111;

	border: 0;
	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	font-size: 13px;
	font-weight: 700;

	line-height: 1;

	text-decoration: none;
}

.yokuchi-article__socials svg {
	width: 14px;
	height: 14px;

	display: block;

	fill: currentColor;
}

/* ============================================================
   SIDEBAR
   ============================================================ */

.yokuchi-article-sidebar {
	min-width: 0;
}

/* ============================================================
   SIDEBAR SECTIONS
   ============================================================ */

.yokuchi-sidebar-section {
	margin-bottom: 30px;

	padding: 22px 18px;

	background: #fff;
	background-color: #fff;
	border: 0;
}

.yokuchi-sidebar-section > h2 {
	margin: 0 0 22px;

	color: #222;

	font-size: 16px;
	font-weight: 600;
	padding-bottom: 23px;
	border-bottom: 1px solid #c9c9c9;

	letter-spacing: 2px;

	text-transform: uppercase;
}

/* ============================================================
   CATEGORIES
   ============================================================ */

.yokuchi-sidebar-categories {
	margin: 0;

	padding: 0;

	list-style: none;
}

.yokuchi-sidebar-categories li {
	margin: 0;

	padding: 0;
}

.yokuchi-sidebar-categories a {
	min-height: 27px;

	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 10px;

	color: #555;

	font-size: 12px;

	text-decoration: none;

	transition: color 0.2s ease;
}

.yokuchi-sidebar-categories a:hover {
	color: #ec1d23;
}

.yokuchi-sidebar-categories strong {
	color: #aaa;

	font-size: 11px;
	font-weight: 400;
}

.yokuchi-sidebar-categories li:first-child strong {
	color: #ec1d23;
}

/* ============================================================
   LATEST POSTS
   ============================================================ */

.yokuchi-sidebar-latest {
	display: flex;

	flex-direction: column;

	gap: 15px;
}

.yokuchi-sidebar-post {
	display: grid;

	grid-template-columns: 70px 1fr;

	gap: 12px;
}

.yokuchi-sidebar-post__image {
	width: 70px;
	height: 70px;

	display: block;

	overflow: hidden;

	background: #eee;
}

.yokuchi-sidebar-post__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

.yokuchi-sidebar-post__image--placeholder {
	padding: 10px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.yokuchi-sidebar-post__image img.yokuchi-sidebar-post__placeholder {
	width: 80%;
	height: auto;

	object-fit: contain;
}

.yokuchi-sidebar-post__content {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	min-width: 0;
}

.yokuchi-sidebar-post__category {
	display: none;
}

.yokuchi-sidebar-post h3 {
	margin: 0 0 6px;

	font-size: 14px;
	font-weight: 500;

	line-height: 1.35;

	letter-spacing: 0;

	text-transform: none;
}

.yokuchi-sidebar-post h3 a {
	color: #292929;

	text-decoration: none;
}

.yokuchi-sidebar-post h3 a:hover {
	color: #ec1d23;
}

.yokuchi-sidebar-post__date {
	display: flex;

	align-items: center;

	gap: 4px;

	color: #999;

	font-size: 10px;
}

.yokuchi-sidebar-post__date span {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	color: #ec1d23;
}

.yokuchi-sidebar-post__read-more {
	display: none;
}

/* ============================================================
   COMMENTS
   ============================================================ */

.yokuchi-single-post__main .comments-area {
	margin-top: 35px;

	padding-top: 25px;
}

.yokuchi-single-post__main .comments-title {
	margin: 0 0 25px;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;

	line-height: 24px;
	letter-spacing: 2px;

	text-transform: uppercase;
}

.yokuchi-single-post__main .comment-list {
	margin: 0 0 35px;

	padding: 0;

	list-style: none;
}

.yokuchi-comments:not(.is-expanded)
	> .comment-list
	> .comment:nth-child(n + 2) {
	display: none;
}

.yokuchi-single-post__main .comment {
	margin-bottom: 24px;
}

.yokuchi-single-post__main .comment-body {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;

	padding: 0;
	background: transparent;
}

.yokuchi-comment__avatar {
	display: flex;
	grid-column: 1;
	grid-row: 1;
	align-self: start;

	align-items: center;
	justify-content: flex-start;

	padding: 0;

	background: transparent;
	border: 0;
}

.yokuchi-comment__avatar img {
	width: 67px;
	height: 67px;

	border-radius: 0;
	object-fit: contain;
}

.yokuchi-comment__content-card {
	grid-column: 2;

	padding: 24px 30px;

	background: #fff !important;
	background-color: #fff !important;
	border: 0;
}

.yokuchi-comment__meta {
	display: flex;
	align-items: center;
	gap: 12px;

	margin: 0 0 10px;
}

.yokuchi-comment__author {
	color: #292929;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;

	line-height: 1;
	letter-spacing: 0;
}

.yokuchi-comment__author-badge {
	padding: 2px 8px;

	background: #f0f0f0;

	color: #6e6e6e;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;

	line-height: 16px;
	letter-spacing: 1px;

	text-transform: none;
}

.yokuchi-comment__date {
	color: #999;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;

	line-height: 24px;
	letter-spacing: 0;
}

.yokuchi-comment__meta-separator,
.yokuchi-single-post__main .comment-reply-link {
	color: #999;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;

	line-height: 24px;
	letter-spacing: 0;
}

.yokuchi-single-post__main .comment-reply-link {
	padding: 0;

	background: transparent;

	color: #6e6e6e;

	text-transform: uppercase;
}

.yokuchi-comment__content {
	margin: 0;
	padding: 0;

	color: #666;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;

	line-height: 24px;
	letter-spacing: 0;
}

.yokuchi-comment__content p {
	margin: 0 0 10px;
}

.yokuchi-comment__content p:last-child {
	margin-bottom: 0;
}

.yokuchi-single-post__main .children {
	margin: 24px 0 0 86px;
	padding: 0;

	list-style: none;
}

.yokuchi-comments__load-more {
	width: fit-content;
	min-width: 0;
	min-height: 42px;

	margin: 0 auto 35px;
	padding: 0 50px;

	display: flex;

	align-items: center;
	justify-content: center;

	background: transparent;

	border: 1px solid #ec1d23;
	border-radius: 0;

	color: #555;

	cursor: pointer;

	font-family: inherit;

	font-size: 16px;
	font-style: normal;
	font-weight: 500;

	line-height: 24px;
	letter-spacing: 2px;

	text-transform: uppercase;

	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.yokuchi-comments__load-more:hover {
	background: transparent;

	color: #ec1d23;
}

/* ============================================================
   COMMENT FORM
   ============================================================ */

.yokuchi-single-post__main .comment-respond {
	margin-top: 45px;
	padding: 0;
}

.yokuchi-single-post__main .comment-reply-title {
	margin: 0 0 25px;

	color: #222;

	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;

	line-height: 24px;
	letter-spacing: 2px;

	text-transform: uppercase;
}

.yokuchi-single-post__main .comment-form {
	display: flex;
	flex-wrap: wrap;

	gap: 16px;
	align-items: start;

	margin: 0;
	padding: 0;
}

.yokuchi-single-post__main .comment-form-author {
	flex: 1 1 calc(50% - 8px);
	order: 1;
}

.yokuchi-single-post__main .comment-form-email {
	flex: 1 1 calc(50% - 8px);
	order: 2;
}

.yokuchi-single-post__main .comment-form-url {
	display: none;
}

.yokuchi-single-post__main .comment-form-comment,
.yokuchi-single-post__main .comment-form-privacy,
.yokuchi-single-post__main .comment-form-cookies-consent,
.yokuchi-single-post__main .form-submit,
.yokuchi-single-post__main .comment-notes,
.yokuchi-single-post__main .logged-in-as {
	flex: 0 0 100%;
}

.yokuchi-single-post__main .comment-form-comment {
	display: block;
	order: 3;
}

.yokuchi-single-post__main .comment-form-privacy {
	order: 4;
}

.yokuchi-single-post__main .form-submit {
	order: 5;
}

.yokuchi-single-post__main .comment-form-cookies-consent {
	display: none !important;
}

.yokuchi-single-post__main .comment-notes {
	color: #777;

	font-size: 11px;
	line-height: 1.5;
}

.yokuchi-single-post__main .comment-form p {
	margin: 0;
	min-width: 0;
	max-width: 100%;
}

.yokuchi-single-post__main .comment-form label {
	color: #6e6e6e;

	display: none;
}

.yokuchi-single-post__main .comment-form-privacy label {
	display: flex;
}

.yokuchi-single-post__main .comment-form-privacy input[type='checkbox'] {
	appearance: none;
	-webkit-appearance: none;

	display: grid;
	place-items: center;

	width: 16px;
	min-width: 16px;
	min-height: 16px;
	height: 16px;

	margin-top: 1px;
	padding: 0;

	background: transparent;
	border: 1px solid #d1d1d1;
	border-radius: 0;

	cursor: pointer;
}

.yokuchi-single-post__main
	.comment-form-privacy
	input[type='checkbox']::before {
	content: '';

	width: 8px;
	height: 4px;

	margin-top: -1px;

	border: solid #fff;
	border-width: 0 0 2px 2px;

	opacity: 0;

	transform: rotate(-45deg);
}

.yokuchi-single-post__main
	.comment-form-privacy
	input[type='checkbox']:checked {
	background: #ec1d23 !important;
	background-color: #ec1d23 !important;
	border-color: #ec1d23 !important;
}

.yokuchi-single-post__main
	.comment-form-privacy
	input[type='checkbox']:checked:focus,
.yokuchi-single-post__main
	.comment-form-privacy
	input[type='checkbox']:checked:hover,
.yokuchi-single-post__main
	.comment-form-privacy
	input[type='checkbox']:checked:active {
	background: #ec1d23 !important;
	background-color: #ec1d23 !important;
	border-color: #ec1d23 !important;
}

.yokuchi-single-post__main
	.comment-form-privacy
	input[type='checkbox']:checked::before {
	opacity: 1 !important;
}

.yokuchi-single-post__main .comment-form-privacy a {
	color: #ec1d23;

	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.yokuchi-single-post__main .comment-form input[type='text'],
.yokuchi-single-post__main .comment-form input[type='email'],
.yokuchi-single-post__main .comment-form input[type='url'],
.yokuchi-single-post__main .comment-form textarea {
	display: block;

	width: 100%;
	max-width: 100%;

	padding: 16px 20px;

	border: 1px solid #d1d1d1;
	border-radius: 0;

	outline: none;

	background: transparent !important;
	background-color: transparent !important;

	box-shadow: none;

	color: #6e6e6e;

	font-family: inherit;

	font-size: 14px;
	font-weight: 300;
	line-height: 24px;

	transition: border-color 0.2s ease;
}

.yokuchi-single-post__main .comment-form input:focus,
.yokuchi-single-post__main .comment-form textarea:focus {
	background: transparent !important;
	background-color: transparent !important;

	border-color: #999;
}

.yokuchi-single-post__main .comment-form input:hover,
.yokuchi-single-post__main .comment-form textarea:hover,
.yokuchi-single-post__main .comment-form input:active,
.yokuchi-single-post__main .comment-form textarea:active {
	background: transparent !important;
	background-color: transparent !important;
}

.yokuchi-single-post__main .comment-form input:-webkit-autofill,
.yokuchi-single-post__main .comment-form textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	transition: background-color 9999s ease-out;
}

.yokuchi-single-post__main .comment-form input::placeholder,
.yokuchi-single-post__main .comment-form textarea::placeholder {
	color: #6e6e6e;

	opacity: 1;
}

.yokuchi-single-post__main .comment-form input[type='text'],
.yokuchi-single-post__main .comment-form input[type='email'],
.yokuchi-single-post__main .comment-form input[type='url'] {
	height: 52px;
}

.yokuchi-single-post__main .comment-form textarea {
	display: block;

	height: 150px;
	min-height: 150px;

	resize: vertical;
}

.yokuchi-single-post__main .comment-form-cookies-consent {
	display: flex;

	align-items: center;

	gap: 7px;

	color: #777;

	font-size: 11px;
	line-height: 1.5;
}

.yokuchi-single-post__main .comment-form-cookies-consent label {
	display: block;
}

.yokuchi-single-post__main .form-submit {
	display: flex;
}

.yokuchi-single-post__main .form-submit input,
.yokuchi-single-post__main .form-submit button {
	width: fit-content;
	min-width: 0;
	min-height: 44px;

	padding: 0 20px;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;

	background: transparent;

	border: 1px solid #777;
	border-radius: 0;

	color: #222;

	cursor: pointer;

	font-family: inherit;

	font-size: 10px;
	font-weight: 600;

	line-height: 1;
	letter-spacing: 1.7px;

	text-transform: uppercase;

	transition:
		color 0.2s ease,
		border-color 0.2s ease;
}

.yokuchi-comment-submit__arrow {
	color: #ec1d23;

	font-size: 17px;
	line-height: 1;

	transition: transform 0.2s ease;
}

.yokuchi-single-post__main .form-submit input:hover,
.yokuchi-single-post__main .form-submit button:hover {
	background: transparent;

	border-color: #ec1d23;

	color: #ec1d23;
}

.yokuchi-single-post__main
	.form-submit
	button:hover
	.yokuchi-comment-submit__arrow {
	transform: translateX(4px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1000px) {
	.yokuchi-single-post__layout {
		grid-template-columns:
			minmax(0, 1fr)
			210px;
	}
}

@media (max-width: 800px) {
	.yokuchi-single-post__layout {
		grid-template-columns: 1fr;
	}

	.yokuchi-article-sidebar {
		display: grid;

		grid-template-columns: repeat(2, minmax(0, 1fr));

		gap: 20px;
	}
}

@media (max-width: 600px) {
	.yokuchi-single-post__container {
		width: min(calc(100% - 30px), var(--yokuchi-container-width, 1440px));
	}

	.yokuchi-article__header {
		padding: 22px 18px;
	}

	.yokuchi-single-post__breadcrumbs a:last-of-type,
	.yokuchi-single-post__breadcrumbs span:last-of-type,
	.yokuchi-sidebar-section--categories {
		display: none;
	}

	.yokuchi-single-post__breadcrumbs,
	.yokuchi-single-post__breadcrumbs a,
	.yokuchi-single-post__breadcrumbs span {
		font-family:
			Inter,
			-apple-system,
			BlinkMacSystemFont,
			'Segoe UI',
			sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;

		line-height: 40px;
		letter-spacing: 0;
	}

	.yokuchi-single-post__breadcrumbs {
		align-items: center;

		padding: 0;
	}

	.yokuchi-single-post__breadcrumb-separator {
		flex: 0 0 auto;

		width: 8px;
		height: 8px;

		line-height: 1;

		transform: rotate(-45deg);
	}

	.yokuchi-article__meta {
		justify-content: space-between;

		width: 100%;

		margin-bottom: 14px;
	}

	.yokuchi-article__category {
		display: inline-flex;

		color: #e31e24;

		font-family:
			Inter,
			-apple-system,
			BlinkMacSystemFont,
			'Segoe UI',
			sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;

		line-height: 24px;
		letter-spacing: 2px;
	}

	.yokuchi-article__date {
		font-family:
			Inter,
			-apple-system,
			BlinkMacSystemFont,
			'Segoe UI',
			sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;

		line-height: 24px;
		letter-spacing: 0;
	}

	.yokuchi-article__date-icon {
		font-size: 14px;
		line-height: 24px;
	}

	.yokuchi-article {
		display: flex;
		flex-direction: column;
	}

	.yokuchi-article__featured-image {
		order: 1;
	}

	.yokuchi-article__header {
		order: 2;
	}

	.yokuchi-article__title {
		font-family:
			Inter,
			-apple-system,
			BlinkMacSystemFont,
			'Segoe UI',
			sans-serif;
		font-size: 20px !important;
		font-style: normal;
		font-weight: 600 !important;

		line-height: 100% !important;
		letter-spacing: 0 !important;
	}

	.yokuchi-article__content {
		order: 3;

		padding: 22px 18px;
	}

	.yokuchi-article__tags {
		order: 4;
	}

	.yokuchi-article__share {
		order: 5;
	}

	.yokuchi-article-sidebar {
		display: block;
	}

	.yokuchi-sidebar-latest {
		gap: 24px;
	}

	.yokuchi-sidebar-post {
		display: grid;

		grid-template-columns: 30% minmax(0, 1fr);

		column-gap: 16px;

		align-items: stretch;

		background: #fff;
	}

	.yokuchi-sidebar-post__image {
		width: 100%;
		height: 100%;
		min-height: 190px;
	}

	.yokuchi-sidebar-post__content {
		padding: 12px 12px 14px 0;

		display: flex;
		flex-direction: column;

		align-items: flex-start;
	}

	.yokuchi-sidebar-post__category {
		display: inline-flex;

		color: #ec1d23;

		font-family:
			Inter,
			-apple-system,
			BlinkMacSystemFont,
			'Segoe UI',
			sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;

		line-height: 24px;
		letter-spacing: 2px;

		text-decoration: none;
	}

	.yokuchi-sidebar-post__date {
		margin-top: 0;

		font-family:
			Inter,
			-apple-system,
			BlinkMacSystemFont,
			'Segoe UI',
			sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;

		line-height: 24px;
		letter-spacing: 0;
	}

	.yokuchi-sidebar-post__date span {
		display: inline-flex;
	}

	.yokuchi-sidebar-post h3 {
		margin: 10px 0 14px;

		font-family:
			Inter,
			-apple-system,
			BlinkMacSystemFont,
			'Segoe UI',
			sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;

		line-height: 24px;
		letter-spacing: 0;
	}

	.yokuchi-sidebar-post__read-more {
		margin-top: auto;
		margin-bottom: 4px;

		display: inline-flex !important;
		width: auto !important;
		min-height: 0 !important;

		padding: 0 !important;

		align-self: flex-start;
		align-items: center;
		justify-content: flex-start !important;

		gap: 12px;

		border: 0 !important;
		background: transparent !important;

		color: #333;

		font-family:
			Inter,
			-apple-system,
			BlinkMacSystemFont,
			'Segoe UI',
			sans-serif;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 500 !important;

		line-height: 24px !important;
		letter-spacing: 1px !important;

		text-align: left !important;
		text-decoration: none;
		text-transform: uppercase;
	}

	.yokuchi-sidebar-post__read-more span {
		color: #ec1d23;

		font-size: 17px;
		line-height: 1;
	}

	.yokuchi-single-post__main .comment-body {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.yokuchi-single-post__main .children {
		margin-left: 18px;
	}

	.yokuchi-comment__avatar {
		grid-column: 1;
		grid-row: auto;

		justify-content: flex-start;
	}

	.yokuchi-comment__avatar img {
		width: 52px;
		height: 52px;
	}

	.yokuchi-comment__content-card {
		grid-column: 1;

		padding: 18px 20px;
	}

	.yokuchi-comment__meta {
		display: grid;

		grid-template-columns: auto minmax(0, 1fr);

		column-gap: 8px;
		row-gap: 4px;

		align-items: center;
	}

	.yokuchi-comment__date {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.yokuchi-comment__meta-separator {
		display: none;
	}

	.yokuchi-single-post__main .comment-reply-link {
		grid-column: 1 / -1;
		grid-row: 3;
	}

	.yokuchi-comments__load-more {
		width: auto;
		min-width: 0;
	}

	.yokuchi-single-post__main .comment-form {
		display: flex;
	}

	.yokuchi-single-post__main .comment-form p {
		flex-basis: 100%;
	}
}
