.wiloke-menu-post {
	position: relative;
}

.wiloke-menu-post__thumbnail {
	margin-bottom: 20px;

	img {
		width: 100%;
	}
}

.wiloke-menu-post__title {
	font-size: 14px;
	margin-top: 0;
}

.wiloke-menu-post__meta {
	font-size: 12px;

	> span {
		&:after {
			content: '/';
			margin: 0 4px;
		}

		&:last-child::after {
			content: none;
		}
	}

	.wiloke-menu-post__label {
		margin-right: 2px;
	}
}