/*
Theme Name: Pageking Flex (child)
Template: pk-theme
Author: Pageking
Author URI: https://www.pageking.nl/
Description: Pageking is een thema voor WordPress dat is ontworpen voor Pageking websites.
Requires at least: 5.9
Tested up to: 6.7.2
Requires PHP: 8.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	background-color: var(--page-bg);
}

/* ALS ER MAAR 1 ALINEA IS, GEEN MARGIN GEVEN */
p:only-child {
    margin: 0;
}

.pk-text ul {
	padding-left: 1.5rem;
}
.pk-text ul li::marker {
	color: var(--brand-secondary-orange);
	padding-left: 0.5rem;
}

.pk-text ol {
	padding-left: var(--heading-md);
}
.pk-text ol li {
	padding-left: 0.5rem;
}
.pk-text ol li::marker {
	font-size: var(--heading-md); color: var(--brand-secondary-orange);
	font-weight: 600;	
}


@media screen and (max-width: 767px) {
	body .flex-layout {
		padding-inline: var(--pk-site-gutter);
	}
}