/* MARGES ZIJKANT */
:root
	{--wp--style--block-gap: 1.2rem;
	--has-global-padding: var(--wp--style--block-gap);}


p, span, a, h1, h2, h3, h4, h5, h6,
main, header, footer, section, article, div, aside,
figure,
ul, li,
input, label, textarea,
:before, :after
	{box-sizing: border-box;}

/* BROWSER */
input:not([type="checkbox"]):not([type="radio"]):not([type="search"]), button, textarea, select, option
	{border: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-family: var(--wp--preset--font-family--body);
	color: var(--wp--preset--color--contrast);}

input[type="checkbox"]
	{border: none;
	box-sizing: border-box;
	font-family: var(--wp--preset--font-family--body);
	color: var(--wp--preset--color--contrast);}


button,
input[type="submit"],
select, option
	{cursor: pointer;}

fieldset
	{border: none;}


/* WORDPRESS */
:where(figure)
	{margin: 0;}

:where(.wp-site-blocks) > *
	{margin-block-start: 0;}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type,
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child
	{-webkit-margin-start: 0;
	margin-inline-start: 0;}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child 
	{-webkit-margin-end: 0;
	margin-inline-end: 0;}

/* COLORS */
.has-contrast-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--contrast-rgb), 0.1) !important;}

.has-ovp-geelgroen-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--ovp-geelgroen-rgb), 0.2) !important;}

.has-groen-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--groen-rgb), 0.2) !important;}

.has-dorpsraad-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--dorpsraad-rgb), 0.2) !important;}

.has-evenementen-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--evenementen-rgb), 0.2) !important;}

.has-kunst-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--kunst-rgb), 0.2) !important;}

.has-eten-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--eten-rgb), 0.2) !important;}

.has-winkelen-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--winkelen-rgb), 0.2) !important;}

.has-sport-rgb-background-color
	{background-color: rgba(var(--wp--preset--color--sport-rgb), 0.2) !important;}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)
	{width: 100% !important;}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption
	{background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
		width: 100%;
will-change: transform;}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img 
	{flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image
{box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;}

