/*!
Theme Name: splang
Theme URI:
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Стили для текста (page.php и single.php) =============== */
/* .entry-content h2:not(:first-child),
.entry-content h3:not(:first-child) {
	padding-block-start: 20px;
}
.entry-content h2 {
	font-family: var(--font-secondary);
	line-height: 1.2;
}
.entry-content h2 span {
	color: var(--accent-primary);
	font-style: italic;
}
.entry-content h3 {
	font-weight: 500;
	color: var(--accent-secondary);
}
.entry-content h3 span {
	color: var(--accent-primary);
	font-style: italic;
}
.entry-header__title-block {
	max-width: 56.25rem;
	margin: 0 auto;
	text-align: center;
}
.text-block-align {
	margin: 0 auto;
}
.entry-content ul {
	margin-block-end: 10px;
}
.entry-content li {
	position: relative;
	padding-inline-start: 24px;
}
.entry-content li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	inset-block-start: 9px;
	inset-inline-start: 6px;
	border-radius: 50%;
	background-color: var(--accent-secondary);
}
.entry-content li:not(:last-child) {
	margin-block-end: 10px;
}
.entry-content a {
	color: var(--accent-primary);
}
.entry-content a:hover {
	text-decoration: underline;
}

@media (width < 20em) {
	.entry-content h2 {
		font-size: 1.375rem;
	}
	.entry-content h2:not(:last-child) {
		margin-block-end: 0.25rem;
	}
	.entry-content h3 {
		font-size: 1.125rem;
	}
	.entry-content h3:not(:last-child) {
		margin-block-end: 0.25rem;
	}
	.site-main__container {
		padding-block-start: 6.25rem;
		padding-block-end: 2.5rem;
	}
	.entry-header__title-block {
		margin-block-end: 1.25rem;
	}
}

@media (width >= 20em) and (width <= 83.125em) {
	.entry-content h2 {
		font-size: clamp(1.125rem, 1.0061881188125rem + 0.5940594059vw, 1.5rem);
	}
	.entry-content h2:not(:last-child) {
		margin-block-end: clamp(0.25rem, 0.1311881188125rem + 0.5940594059vw, 0.625rem);
	}
	.entry-content h3 {
		font-size: clamp(1.375rem, 0.70173267326875rem + 3.3663366337vw, 3.5rem);
	}
	.entry-content h3:not(:last-child) {
		margin-block-end: clamp(0.25rem, 0.1311881188125rem + 0.5940594059vw, 0.625rem);
	}
	.site-main__container {
		padding-block-start: clamp(6.25rem, 4.66584158415625rem + 7.9207920792vw, 11.25rem);
		padding-block-end: clamp(2.5rem, 1.31188118811875rem + 5.9405940594vw, 6.25rem);
	}
	.entry-header__title-block {
		margin-block-end: clamp(1.25rem, 0.45792079208125rem + 3.9603960396vw, 3.75rem);
	}
}

@media (width >= 83.125em) {
	.entry-content h2 {
		font-size: 3.5rem;
	}
	.entry-content h2:not(:last-child) {
		margin-block-end: 0.625rem;
	}
	.entry-content h3 {
		font-size: 1.5rem;
	}
	.entry-content h3:not(:last-child) {
		margin-block-end: 0.625rem;
	}
	.site-main__container {
		padding-block-start: 11.25rem;
		padding-block-end: 6.25rem;
	}
	.entry-header__title-block {
		margin-block-end: 1.25rem;
		margin-block-end: 3.75rem;
	}
} */
