/*
Theme Name: Observatoire PPA Formation
Theme URI: https://obs.ageteq.ca
Template: twentytwentyfive
Author: ageteq
Description: Child theme of Twenty Twenty-Five.
Version: 1.1
Text Domain: twentytwentyfive-child
*/

/* Sticky "Sommaire" sidebar used on formation posts (e.g. SocialWatcher) */
.sw-formation-layout {
	align-items: flex-start;
	justify-content: flex-start;
}

.sw-formation-layout > .sw-formation-toc {
	margin-right: auto;
}

.sw-formation-toc {
	position: sticky;
	top: 32px;
	max-height: calc(100vh - 64px);
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 1rem 1.25rem;
	background-color: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
}

.sw-formation-toc :is(h1, h2, h3, h4, h5, h6) {
	font-size: 2rem;
}

.sw-formation-toc ul {
	margin: 0;
}

.sw-formation-toc li,
.sw-formation-toc li.has-small-font-size {
	font-size: 1.10rem !important;
	margin-bottom: 0.4rem;
}

.sw-formation-toc a {
	text-decoration: none;
	color: inherit;
}

.sw-formation-toc a:hover {
	text-decoration: underline;
}

/* Keep anchored headings clear of the admin bar / sticky header when jumped to */
.wp-block-heading[id] {
	scroll-margin-top: 100px;
}

@media (max-width: 782px) {
	.sw-formation-toc {
		position: static;
	}
}

/*
 * Site-wide footer: hidden entirely (duplicate site title/tagline/logo,
 * placeholder nav link columns, and the "Twenty Twenty-Five" / "Designed
 * with WordPress" credit line were the only remaining content).
 */
footer.wp-block-template-part {
	display: none;
}
