/*
Theme Name: MyCBG Education 2026
Theme URI: https://olliewp.com
Description: This is Jon's custom child theme.
Author: Jon Schroeder
Author URI: https://elod.in
Template:     ollie
Version: 1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: ollie-child
*/

strong,
b {
	font-weight: 800;
}

.entry-content p,
.wp-block-post-content p {
	line-height: 1.6;
}

.entry-content ul li,
.entry-content ol li,
.wp-block-post-content ul li,
.wp-block-post-content ol li {
	margin-bottom: var(--wp--preset--spacing--x-small);
}

:root .wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent none;
	border: 2px solid currentColor;
	outline: none;
	outline-offset: 0;
	padding-top: calc(var(--wp--preset--spacing--x-small) - 2px);
	padding-right: calc(var(--wp--preset--spacing--base) - 2px);
	padding-bottom: calc(var(--wp--preset--spacing--x-small) - 2px);
	padding-left: calc(var(--wp--preset--spacing--base) - 2px);
}

.wp-block-details summary {
	align-items: baseline;
	cursor: pointer;
	display: flex;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 400;
	gap: var(--wp--preset--spacing--x-small);
	list-style: none;
}

.wp-block-details summary::-webkit-details-marker {
	display: none;
}

.wp-block-details summary::before {
	content: "+";
	flex: 0 0 1em;
	font-weight: 400;
	line-height: inherit;
	transform: translateY(-1px);
}

.wp-block-details[open] summary::before {
	content: "-";
}

.wp-block-details[open] summary {
	margin-bottom: var(--wp--preset--spacing--medium);
}
