:root {
	--wp--preset--font-size--huge: clamp(6rem, 10vw, 10rem);
}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

select {
	min-height: 2.25em;
}

textarea, select, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], .select2-container .select2-selection--single {
	border-radius: 2px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.2);
	line-height: 1.7;
	padding: 0.3rem 1rem;
	display: block;
}

input[type="submit"] {
	background-color: var(--wp--preset--color--accent-1);
	border-width: 0;
	border-radius: 2px;
	color: var(--wp--preset--color--base);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	cursor: pointer;
}

[class*="is-style-block-overlap"] + *:not([style*="margin-top"]) {
	margin-top: 0;
}

[class*="is-style-text-wrap-balance"],
[class*="is-style-text-wrap-balance"] p {
	text-wrap-style: balance;
}

div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--contrast-midtone);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
	margin-top: 8px;
	text-align: center;
}

div[class*="wp-block-"] .wp-block-image figcaption a {
	width: auto;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
	max-width: var(--wp--style--global--content-size);
}

.justify-text {
  text-align: justify;
}

/* === Fill button (Komoot) === */
a.wp-block-button__link.has-base-color.has-text-color.has-background.has-link-color.wp-element-button {
  background-color: #e07938 !important;
  border: 2px solid #e07938 !important;
  border-radius: 4px; /* afgeronde hoekjes */
  color: #fff !important; /* altijd wit */
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  box-sizing: border-box;
  transition: background-color .2s ease, border-color .2s ease;
}

a.wp-block-button__link.has-base-color.has-text-color.has-background.has-link-color.wp-element-button:hover {
  background-color: #c76624 !important; /* donkerder oranje */
  border-color: #c76624 !important;
  color: #fff !important; /* blijft wit */
}

a.wp-block-button__link.has-base-color.has-text-color.has-background.has-link-color.wp-element-button strong {
  color: inherit !important;
}

/* === Outline button (Download .gpx) === */
.wp-block-button.is-style-outline.is-style-outline--8 .wp-block-button__link {
  background: transparent !important;
  border: 2px solid #e07938 !important;
  border-radius: 4px; /* afgeronde hoekjes */
  color: #e07938 !important; /* standaard oranje tekst */
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  box-sizing: border-box;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.wp-block-button.is-style-outline.is-style-outline--8 .wp-block-button__link:hover {
  background-color: #e07938 !important; /* vult zich bij hover */
  color: #000 !important;              /* tekst zwart alleen bij hover */
  border-color: #e07938 !important;
}

.has-text-align-center.wp-block-site-title {   white-space: nowrap;        /* voorkomt afbreken naar een nieuwe regel */   font-size: clamp(1.5rem, 5vw, 3rem); /* schaalt dynamisch met schermbreedte */   line-height: 1.2;           /* iets kleinere regelhoogte voor balans */ }

