/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

h1.entry-title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
}
h1.entry-title span {
	font-size: 0.5em;
	font-weight: normal;
}
h2.section-title {
	font-size: clamp(1.25rem, 1.129rem + 0.52vw, 1.75rem);
}
h2.section-title span {
	font-size: clamp(0.5rem, 0.379rem + 0.52vw, 1rem);
}
ul.recipe-terms {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.recipe-terms a {
	display: inline-block;
	padding: 0.5em 2em;
	background-color: var(--vk-color-primary);
	color: #fff;
	border-radius: 2em;
	line-height: 1;
}
h5.recipe-nav-title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.recipeLink {
	font-size: 0.75em;
	font-weight: normal;
}
aside.sidebar {
	display: none;
}
.section-body p {
	font-size: 0.875em;
}
.recipeMenu {
	margin-bottom: clamp(2rem, 1.515rem + 2.07vw, 4rem);
}
.recipeMenu th {
	background: #efefef;
}
.recipeMenu a {
	display: block;
}
.recipeMenu img {
	vertical-align: middle;
	padding-right: 1em;
}
.recipeMenu strong {
	display: inline-block;
	font-size: 1.25em;
}
