/* De echte waarde van sterke infrastructuur is innovatie van het hoogste-level (color) */
.wp-block-heading.has-text-align-center.wpbbe-text-style-from-element-h2 {
    color: #333333; /* Dark grey text */
}
.wp-block-heading.wpbbe-text-style-from-element-h2
{
    color: #333333; /* Dark grey text */
}


/* Gemotiveerde en groeiende teams header */

.wp-block-heading.has-text-align-left.wpbbe-text-style-from-element-h5 {
    color: #666666; /* Dark grey text */
}

.wp-block-group.wp-container-content-9cfa9a5a.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    color: #333333 !important; /* Lighter grey text */
}

/* zorgt voor mooie ankr scroll bij klik */
html {
  scroll-behavior: smooth;
}

/* footer Intel text */
.has-bbe-x-large-font-size.wp-block-paragraph {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 11px !important; /* override block font size */
    color: #a1a1a6;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-align: left;
    opacity: 0.9;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.has-bbe-x-large-font-size.wp-block-paragraph:hover {
    color: #6e6e73;
    opacity: 1;
}

/* Reduce top and bottom padding for the main top block */
.wp-block-group.wp-block-group-is-layout-flex.alignwide.is-vertical.is-content-justification-center {
    min-height: auto !important;           /* removes huge 75svh height */
    padding-top: 20px !important;          /* smaller top padding */
    padding-bottom: 20px !important;       /* smaller bottom padding */
}

/* Optional: tweak mobile separately */
@media (max-width: 768px) {
    .wp-block-group.wp-block-group-is-layout-flex.alignwide.is-vertical.is-content-justification-center {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}

/* Apple-style heading for your specific block */
.wp-block-heading.wpbbe-text-style-from-element-h2 {
    color: #1c1c1e; /* donkergrijs Apple-stijl */
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; /* mooi strak, niet te dik */
    letter-spacing: 0.5px; /* subtiele Apple touch */
    line-height: 1.2;
}

/* Target your logo figure container */
.wp-container-content-5f824411 {
  display: flex;               /* make image + text align horizontally */
  align-items: center;         /* vertically center the text with the logo */
  flex-basis: auto;            /* allow container to grow naturally */
  gap: 10px;                   /* space between logo and text */
}

/* Optional: ensure the image stays correct size */
.wp-container-content-5f824411 img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 0;
}

/* Add "mve.blog" text after the image */
.wp-container-content-5f824411::after {
  content: "maikelvanesdonk.blog";                         /* the name you want */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;                             /* Apple-style slightly bold */
  font-size: 24px;                              /* adjust as needed */
  color: #ffffff;                               /* white text */
	/* Hide entire empty cover block */
	
.wp-block-cover:has(.wp-block-cover__inner-container:empty) {
  display: none !important;
}
	
	/* Footer wrapper */
.wp-block-group.alignwide.has-bbe-neutral-500-color.has-text-color.has-link-color.wp-elements-4b4ede88b1fc7581bc2dc1a6cb5119e5.wp-container-core-group-is-layout-6f7070c9.wp-block-group-is-layout-flex.wpbbe-8 {
  margin-top: 80px;
  padding: 28px 20px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Inner row with copyright + legal links */
.wp-block-group.is-layout-flex.wp-container-core-group-is-layout-eac7034b.wp-block-group-is-layout-flex.wpbbe-7 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* All small footer paragraphs */
.wpbbe-8 .wp-block-paragraph {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5;
  color: #6b6b70;
}

/* Copyright block */
.wpbbe-8 .wp-block-paragraph:first-child {
  color: #6b6b70;
}

/* Legal links row feel */
.wpbbe-8 .wp-block-paragraph a {
  color: #2f6bff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.wpbbe-8 .wp-block-paragraph a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* Vertical separator icon */
.wpbbbe-6,
.wpbbe-svg-icon.wpbbe-6.wp-block-wpbbe-svg-inline {
  display: flex;
  align-items: center;
  color: #8e8e93;
  opacity: 0.5;
}

/* Make icon subtler */
.wpbbe-svg-icon.wpbbe-6 svg {
  width: 16px;
  height: 16px;
}

/* Powered by line */
.wpbbe-8 > .wp-block-paragraph:last-child {
  width: 100%;
  max-width: 720px;
  margin: 6px auto 0;
  font-size: 0.85em;
  color: #8e8e93;
}

.wpbbe-8 > .wp-block-paragraph:last-child a {
  color: #8e8e93;
  font-weight: 400;
}

/* Mobile */
@media (max-width: 600px) {
  .wp-block-group.alignwide.has-bbe-neutral-500-color.has-text-color.has-link-color.wp-elements-4b4ede88b1fc7581bc2dc1a6cb5119e5.wp-container-core-group-is-layout-6f7070c9.wp-block-group-is-layout-flex.wpbbe-8 {
    padding: 24px 18px !important;
  }

  .wp-block-group.is-layout-flex.wp-container-core-group-is-layout-eac7034b.wp-block-group-is-layout-flex.wpbbe-7 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .wpbbe-svg-icon.wpbbe-6.wp-block-wpbbe-svg-inline {
    display: none;
  }
}