/*
Theme Name: Blockfolio
Theme URI: https://slavko.tepavcevic.com/
Author: Slavko Tepavcevic
Author URI: https://slavko.tepavcevic.com
Description: Blockfolio WordPress theme.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blockfolio
Tags: three-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Google Docs–style document canvas with a left-hand table of contents. */

::selection {
	background-color: #b4d7ff;
}

.blockfolio-toc {
	flex: 0 0 260px;
	width: 260px;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	max-height: 100vh;
	overflow-y: auto;
	padding: 64px 16px 32px 32px;
}

.blockfolio-toc:empty {
	display: none;
}

.blockfolio-toc__label {
	margin: 0 0 8px;
	color: #5f6368;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.blockfolio-toc__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blockfolio-toc__item {
	padding-inline-start: calc(var(--blockfolio-toc-depth, 0) * 14px);
}

.blockfolio-toc__item a {
	display: block;
	padding: 6px 10px;
	border-radius: 4px;
	color: #5f6368;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}

.blockfolio-toc__item a:hover,
.blockfolio-toc__item a:focus {
	background-color: #f1f3f4;
	color: #000000;
}

.blockfolio-page {
	flex-grow: 1;
	min-width: 0;
	padding: 64px clamp(24px, 6vw, 96px) 96px;
}

html {
	scroll-behavior: smooth;
}

h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id] {
	scroll-margin-top: 24px;
}

@media (max-width: 782px) {
	.blockfolio-toc {
		display: none;
	}

	.blockfolio-page {
		padding: 32px 20px 64px;
	}
}
