@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

header {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  position: sticky;
  top: 0;
  z-index: 999;
  height: 50px;
  overflow: visible;
}
header .hamburger-menu {
  display: none;
}
header .wp-block-group {
  position: relative;
  height: 50px;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  padding: 0;
}
header .wp-block-group .logo-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
header .wp-block-group .wp-block-navigation {
  width: 100%;
  gap: 3em;
}

header .wp-block-group.navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 3em;
}

header .wp-block-group.navigation .logged-in.wp-block-loginout a {
  color: #FFF;
  text-decoration: none;
}

header .wp-block-group.navigation .logged-out.wp-block-loginout .login-toggle-btn {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
header .wp-block-group.navigation .logged-out.wp-block-loginout .login-toggle-btn:hover {
  background: #FFF;
  color: var(--wp--preset--color--primary);
}
header .wp-block-group.navigation .logged-out.wp-block-loginout form {
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 300px;
  z-index: 1000;
}
header .wp-block-group.navigation .logged-out.wp-block-loginout form input[type=text],
header .wp-block-group.navigation .logged-out.wp-block-loginout form input[type=password] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
header .wp-block-group.navigation .logged-out.wp-block-loginout form input[type=submit] {
  background: var(--wp--preset--color--primary);
  color: #FFF;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
header .wp-block-group.navigation .logged-out.wp-block-loginout form input[type=submit]:hover {
  opacity: 0.9;
}
header .wp-block-group.navigation .logged-out.wp-block-loginout form label {
  color: #333;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

header p#contact:hover {
  cursor: pointer;
}

header #contactblock {
  height: auto;
}

.entry-content > .wp-block-group {
  padding-top: 5em;
  padding-bottom: 4em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

body.single-oefeningen h4 {
  margin: 0;
}
body.single-oefeningen .oefeningen-header ~ .wp-block-group.has-background {
  margin-top: -50px;
}
body.single-oefeningen .wp-block-group.componenten {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.single-oefeningen .wp-block-group.componenten .wp-block-vrijbaan-componenten {
  width: 80%;
  margin-right: 0 !important;
}
body.single-oefeningen .componenten-list {
  color: #000;
  margin: 1em 0;
}
body.single-oefeningen .componenten-list h4 {
  margin: 1em 0;
}
body.single-oefeningen .componenten-list .component-tag {
  gap: 1em;
  display: flex;
  justify-content: space-between;
}
body.single-oefeningen .componenten-list .component-tag i {
  padding-right: 0.5em;
}
body.single-oefeningen .oefeningen-header {
  padding-top: 5em;
  padding-bottom: 4em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
body.single-oefeningen [class^=wp-block-vrijbaan-] h2 {
  margin: 1em 0;
  line-height: 1.6;
}
body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnamevorm-content, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnemers-min-content, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnemers-max-content {
  display: flex;
  gap: 100px;
}
body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnamevorm-content span.deelnemers-min-label, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnamevorm-content span.deelnemers-max-label, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnamevorm-content span.deelnamevorm-label, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnemers-min-content span.deelnemers-min-label, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnemers-min-content span.deelnemers-max-label, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnemers-min-content span.deelnamevorm-label, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnemers-max-content span.deelnemers-min-label, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnemers-max-content span.deelnemers-max-label, body.single-oefeningen .wp-block-vrijbaan-deelnamevorm .deelnemers-max-content span.deelnamevorm-label {
  width: 120px;
}

.oefeningen-restriction-message {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}
.oefeningen-restriction-message p {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  color: #495057;
}
.oefeningen-restriction-message a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: 500;
}
.oefeningen-restriction-message a:hover {
  text-decoration: underline;
}

.search-filter-query-posts {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2em;
}
.search-filter-query-posts .oefening-card {
  height: 320px;
  position: relative;
  box-shadow: var(--wp--preset--shadow--dropshadow);
  padding: 1em;
  text-align: center;
}
@media (min-width: 942px) {
  .search-filter-query-posts .oefening-card {
    height: 260px;
  }
}
.search-filter-query-posts .oefening-card h3 a {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
.search-filter-query-posts .oefening-card h3 a:hover {
  color: var(--wp--preset--color--secondary);
}
.search-filter-query-posts .oefening-card .oefening-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search-filter-query-posts .oefening-card .tijd-info {
  padding-right: 5px;
}
.search-filter-query-posts .oefening-card .oefening-link {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
}
.search-filter-query-posts .oefening-card .oefening-link a.btn {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  align-content: center;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
}
.search-filter-query-posts .oefening-card .oefening-taxonomies, .search-filter-query-posts .oefening-card .oefening-meta {
  font-size: 14px;
}

span.search-filter-input-checkbox__label, span.search-filter-input-checkbox__count {
  font-size: 14px;
  color: var(--wp--preset--color--primary);
}

.search-filter-input-checkbox {
  padding: 0 !important;
}

.search-filter-label {
  font-weight: bold;
  color: var(--wp--preset--color--primary) !important;
}

.pagination.pagination-bottom {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 2em 0;
}
.pagination.pagination-bottom a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--accent);
  text-decoration: none;
  width: 160px;
  height: 40px;
}
.pagination.pagination-bottom .current, .pagination.pagination-bottom a.page-link {
  border-radius: 50%;
  text-decoration: none;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
}
.pagination.pagination-bottom .current {
  background: var(--wp--preset--color--cream);
}
.pagination.pagination-bottom a.page-link {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--accent);
}

button.oefening-print-button.js-print-oefening {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  align-content: center;
  font-weight: bold;
  margin: 1em 0;
  padding: 0.75rem 1.5rem;
  border: none;
  font-size: 16px;
}
button.oefening-print-button.js-print-oefening:hover {
  cursor: pointer;
}

.wp-block-group.hero {
  margin-top: 5em;
}

.doel-bijlage .wp-block-columns {
  gap: 0;
}
.doel-bijlage .wp-block-columns .wp-block-vrijbaan-bijlage.oefening-bijlage {
  padding: 15px 0 calc(15px + 1em) 15px;
  background: white;
  box-shadow: var(--wp--preset--shadow--dropshadow);
}

h2 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  color: var(--wp--preset--color--primary);
}
a:hover {
  color: var(--wp--preset--color--secondary);
}

h3.oefening-title {
  margin-top: 0;
}

.wp-block-group.multiblock-one {
  padding-bottom: 210px;
}
.wp-block-group.multiblock-two {
  padding-bottom: 80px;
}
.wp-block-group.multiblock-two p {
  padding-top: 80px;
}

body.contact-open main,
body.contact-open .wp-block-group:not(header .wp-block-group),
body.contact-open .wp-block-template-part:not(header) {
  filter: blur(5px);
  pointer-events: none;
}

header #contactblock {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  min-width: 350px;
  max-width: 500px;
  z-index: 9999;
}
header #contactblock .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
  color: #666;
}
header #contactblock .close-icon:hover {
  color: #333;
}
header #contactblock .close-icon::before {
  content: "×";
  font-size: 24px;
  line-height: 1;
}
header #contactblock form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 15px;
}
header #contactblock form p {
  margin: 0;
}
header #contactblock form p:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
}
header #contactblock form p:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
header #contactblock form p:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}
header #contactblock form p:nth-child(5) {
  grid-column: 2;
  grid-row: 1/4;
}
header #contactblock form p:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: end;
}
header #contactblock form input[type=text],
header #contactblock form input[type=email] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
header #contactblock form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
header #contactblock form input[type=submit] {
  background: var(--wp--preset--color--primary);
  color: #FFF;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.wp-block-buttons {
  margin: 1em 0;
}

figure.betekenis, figure.zelfbeschikking, figure.positieveidentiteit, figure.groepsorientatie, figure.impact, figure.gericht, figure.effectmeten, figure.competentie {
  min-height: 100px;
  max-height: 100px;
  display: flex !important;
  justify-content: center;
}
figure.betekenis svg, figure.zelfbeschikking svg, figure.positieveidentiteit svg, figure.groepsorientatie svg, figure.impact svg, figure.gericht svg, figure.effectmeten svg, figure.competentie svg {
  width: 100px;
  max-height: inherit;
}
figure.svg-algemeen {
  display: flex !important;
  justify-content: center;
}
figure.svg-algemeen svg {
  width: 100px;
  max-height: inherit;
}

.zelfbeschikking svg .st0 {
  fill: var(--wp--preset--color--coral);
}
.zelfbeschikking svg .st1 {
  fill: var(--wp--preset--color--primary);
}
.zelfbeschikking svg .st2 {
  fill: var(--wp--preset--color--accent);
}

.impact svg .cls-1 {
  fill: var(--wp--preset--color--secondary);
}
.impact svg .cls-2 {
  fill: var(--wp--preset--color--primary);
}

.betekenis svg .st2 {
  fill: var(--wp--preset--color--coral);
}
.betekenis svg .st1 {
  fill: var(--wp--preset--color--primary);
}
.betekenis svg .st0 {
  fill: var(--wp--preset--color--accent);
}

.positieveidentiteit svg .st0 {
  fill: var(--wp--preset--color--primary);
}
.positieveidentiteit svg .st2 {
  fill: var(--wp--preset--color--accent);
}
.positieveidentiteit svg .st1 {
  fill: var(--wp--preset--color--secondary);
}

.groepsorientatie svg {
  width: auto;
  height: 100px;
}
.groepsorientatie svg .st1 {
  fill: var(--wp--preset--color--primary);
}
.groepsorientatie svg .st2 {
  fill: var(--wp--preset--color--coral);
}

figure.multiblock svg {
  width: auto;
  height: 250px;
  margin-top: -200px;
}

figure.gericht {
  min-height: 100px;
  max-height: 100px;
}
figure.gericht svg {
  width: 150px !important;
}
figure.gericht path.st2 {
  fill: var(--wp--preset--color--accent);
}
figure.gericht path.st1 {
  fill: var(--wp--preset--color--primary);
}
figure.gericht path.st0 {
  fill: var(--wp--preset--color--coral);
}

figure.competentie svg .st0 {
  fill: var(--wp--preset--color--secondary);
}
figure.competentie svg .st1 {
  fill: var(--wp--preset--color--primary);
}
figure.competentie svg .st2 {
  fill: var(--wp--preset--color--accent);
}

.steps figure.wp-block-image.alignleft {
  margin-left: 5em !important;
}

.steps figure.wp-block-image.alignright {
  margin-right: 5em !important;
}

.themas {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 70px;
}
.themas .thema-tag {
  align-items: flex-end;
}
.themas .thema-tag:before {
  width: 50px;
  height: 50px;
}

.wp-block-vrijbaan-thema {
  display: flex;
  flex-wrap: wrap;
  height: 90px;
}
.wp-block-vrijbaan-thema .thema-tag:before {
  width: 75px;
  height: 75px;
}

.thema-tag {
  font-size: 0;
  display: flex;
  flex-direction: column;
}
.thema-tag:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
}
.thema-tag:hover {
  font-size: 11px;
  text-align: center;
}
.thema-tag.thema-assertiviteit::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Assertiviteit.svg");
}
.thema-tag.thema-creatieve-oefening::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Creative oefening.svg");
}
.thema-tag.thema-energizer::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Energizer.svg");
}
.thema-tag.thema-evaluatie::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Evaluatie.svg");
}
.thema-tag.thema-groepsgesprek::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Groepsgesprek.svg");
}
.thema-tag.thema-interactie::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Interactie.svg");
}
.thema-tag.thema-ontspanning::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Ontspanning.svg");
}
.thema-tag.thema-reflectie::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Reflectie.svg");
}
.thema-tag.thema-rollenspel::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Rollenspel.svg");
}
.thema-tag.thema-samenwerking::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Samenwerking.svg");
}
.thema-tag.thema-theorie::before {
  background-image: url("https://test.vrijbaan.nl/wp-content/uploads/2026/03/Theorie.svg");
}

.wp-block-vrijbaan-methodes .swiper {
  width: 100%;
  height: 100%;
}
.wp-block-vrijbaan-methodes .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.wp-block-vrijbaan-methodes .methode-content {
  padding: 20px;
  width: 100%;
}

.wp-block-group.componenten {
  padding-top: 1em;
  padding-bottom: 1em;
}
.wp-block-group.componenten .wp-block-columns .wp-block-column {
  padding: 1em;
}

.wp-block-columns.full-width-columns .wp-block-column > .wp-block-group {
  max-width: 540px;
  padding: 0 1em;
}

ul {
  padding-inline-start: 0;
}
ul.wp-block-list {
  list-style-type: none;
}
ul.wp-block-list li {
  position: relative;
  text-align: center;
}
ul.wp-block-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: relative;
  padding-right: 1em;
}

.steps mark {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-radius: 25px;
}

.padding-top-60 {
  padding-top: var(--wp--preset--spacing--60);
}

.padding-top-80 {
  padding-top: var(--wp--preset--spacing--80);
}

.padding-bottom-60 {
  padding-bottom: var(--wp--preset--spacing--60);
}

.padding-bottom-80 {
  padding-bottom: var(--wp--preset--spacing--80);
}

.padding-40 {
  padding: var(--wp--preset--spacing--40);
}

.padding-top-40 {
  padding-top: var(--wp--preset--spacing--40);
}

.padding-right-40 {
  padding-right: var(--wp--preset--spacing--40);
}

.padding-bottom-40 {
  padding-bottom: var(--wp--preset--spacing--40);
}

.padding-left-40 {
  padding-left: var(--wp--preset--spacing--40);
}

.margin-bottom-20 {
  margin-bottom: var(--wp--preset--spacing--20);
}

.margin-bottom-30 {
  margin-bottom: var(--wp--preset--spacing--30);
}

.margin-bottom-40 {
  margin-bottom: var(--wp--preset--spacing--40);
}

.margin-bottom-50 {
  margin-bottom: var(--wp--preset--spacing--50);
}

.font-size-large {
  font-size: var(--wp--preset--font-size--large);
}

.border-radius-8 {
  border-radius: 8px;
}

.block-gap-40 {
  --wp--style--block-gap-top: var(--wp--preset--spacing--40);
  --wp--style--block-gap-left: var(--wp--preset--spacing--40);
}

@media screen and (max-width: 781px) {
  a.wp-block-button__link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
  .block-img-right {
    position: relative;
  }
  .block-img-right .wp-block-column:nth-child(2) {
    height: 120px;
  }
  .block-img-right img {
    position: absolute;
    bottom: 3em;
    right: calc(50% - 80px);
    left: calc(50% - 80px);
    width: 160px;
  }
  .wp-site-blocks header, .wp-site-blocks .wp-block-group.alignfull, .wp-site-blocks .wp-block-group.multiblock-one, .wp-site-blocks .wp-block-group.multiblock-two {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wp-block-site-logo img {
    max-width: 75px;
  }
  .wp-block-group.has-accent-cream-gradient-background {
    background: linear-gradient(180deg, #D9DDEC 50%, #FDF6EC 50%) !important;
  }
  h1 {
    font-size: 40px !important;
  }
  h2.wp-block-heading.has-h-2-font-size {
    font-size: 30px !important;
  }
  header .hamburger-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
  }
  header .wp-block-group.navigation {
    position: relative;
    align-items: flex-start;
  }
  header .wp-block-group.navigation .wp-block-navigation,
  header .wp-block-group.navigation #contact,
  header .wp-block-group.navigation .wp-block-loginout {
    display: none;
  }
  header .wp-block-group.navigation.menu-open {
    position: absolute;
    top: 100%;
    right: -10px;
    background: var(--wp--preset--color--primary);
    padding: 0 10px;
    z-index: 999;
    flex-direction: column;
    height: auto;
    width: 280px;
    gap: 0;
  }
  header .wp-block-group.navigation.menu-open .wp-block-navigation,
  header .wp-block-group.navigation.menu-open #contact,
  header .wp-block-group.navigation.menu-open .wp-block-loginout {
    display: inline-flex;
    gap: 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  header .wp-block-group.navigation.menu-open .wp-block-navigation .wp-block-navigation__container {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  header .wp-block-group.navigation.menu-open .wp-block-navigation .wp-block-navigation__container li {
    margin-bottom: 10px;
  }
  header .wp-block-group.navigation.menu-open #contact {
    margin-bottom: 10px;
    color: white;
    cursor: pointer;
  }
  header .wp-block-group.navigation.menu-open .wp-block-loginout {
    margin-bottom: 10px;
  }
  header .wp-block-group.navigation.menu-open .wp-block-loginout a {
    color: white;
    text-decoration: none;
  }
  header #contactblock {
    top: 0;
  }
}
@media screen and (min-width: 782px) and (max-width: 1200px) {
  .wp-site-blocks header, .wp-site-blocks .wp-block-group.alignfull, .wp-site-blocks .wp-block-group.multi-block-one, .wp-site-blocks .wp-block-group.multi-block-two {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wp-block-site-logo img {
    max-width: 100px;
  }
  header .wp-block-group .wp-block-navigation {
    gap: 1em;
  }
  header .wp-block-group.navigation {
    gap: 1em;
  }
}
@media print {
  /* Verberg navigatie, header, footer, contact-overlay en recaptcha */
  header,
  footer,
  .wp-block-navigation,
  .contact-overlay,
  .grecaptcha-badge {
    display: none !important;
  }
  body.single-oefeningen [class^=wp-block-vrijbaan-] h2 {
    margin: 15px 0 !important;
  }
  /* Printknoppen zelf niet tonen */
  .oefening-print-button,
  .js-print-oefening {
    display: none !important;
  }
  /* Maak de oefening full-width en haal overbodige marges weg */
  main,
  .wp-block-group,
  .wp-site-blocks {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Titel + componenten dichter bij elkaar */
  h1,
  .wp-block-post-title {
    margin-bottom: 0.4cm !important;
  }
  .wp-block-vrijbaan-componenten,
  .wp-block-vrijbaan-thema,
  .wp-block-vrijbaan-lifeskill {
    margin-top: 0 !important;
  }
  /* Algemeen: minder verticale ruimte in print */
  .wp-block-group,
  .oefening-details,
  .oefening-meta-fields {
    gap: 0 !important;
  }
  /* Achtergrondkleuren verwijderen voor betere print */
  * {
    background: transparent !important;
    box-shadow: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
