/* Base styles: Global resets and common rules for all elements */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

.mbohub-header-spacer {
  height: 98px;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .mbohub-header-spacer {
    height: 78px;
  }
}

.events-embed .mbohub-header-spacer {
  display: none !important;
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}

.copy-now-wrapper {
  display: flex;
  align-items: center;
}
.copy-now-wrapper .copy-now-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  padding: 8px 14px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #414651;
}
.copy-now-wrapper .copy-now-button .copy-now-icon {
  width: 20px;
  height: 20px;
}
.copy-now-wrapper .copy-now-button .copy-now-text {
  user-select: none;
}

.archive-filter__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.archive-filter__top-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E7EB;
}
.archive-filter__search {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.archive-filter__title {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #1C0A24 !important;
  margin: 0 !important;
}
.archive-filter__search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.archive-filter__search-input {
  width: 100%;
  background: white;
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #414651;
  transition: border-color 0.2s ease;
}
.archive-filter__search-input:focus {
  outline: none;
  border-color: #1C0A24;
}
.archive-filter__search-input::placeholder {
  color: #999;
}
.archive-filter__taxonomies {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.archive-filter__taxonomy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.archive-filter__taxonomy-title {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #1C0A24 !important;
  margin: 0 !important;
}
.archive-filter__taxonomy-terms {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 8px;
}
.archive-filter__taxonomy-terms::-webkit-scrollbar {
  width: 6px;
}
.archive-filter__taxonomy-terms::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.archive-filter__taxonomy-terms::-webkit-scrollbar-thumb {
  background: #D5D7DA;
  border-radius: 3px;
}
.archive-filter__taxonomy-terms::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.archive-filter__checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.archive-filter__checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #D5D7DA;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  appearance: none;
  background: white;
  position: relative;
}
.archive-filter__checkbox:checked {
  background-color: #1C0A24;
  border-color: #1C0A24;
}
.archive-filter__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.archive-filter__checkbox:focus {
  outline: none;
  border-color: #1C0A24;
  box-shadow: 0 0 0 3px rgba(2, 151, 178, 0.1);
}
.archive-filter__checkbox:hover {
  border-color: #1C0A24;
}
.archive-filter__checkbox-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #414651;
}
.archive-filter__checkbox-count {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #999;
}
.archive-filter__submit {
  width: 100%;
  background: #1C0A24;
  border: none;
  border-radius: 8px;
  padding: 12px 18px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.archive-filter__submit:hover {
  background: #0276A0;
}
.archive-filter__submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(2, 151, 178, 0.2);
}
.archive-filter__submit:active {
  background: #026080;
}
.archive-filter__submit--inactive {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.archive-filter__submit--inactive:hover {
  background: #1C0A24;
}
.archive-filter__reset {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  color: #414651 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
  display: inline-block;
}
.archive-filter__reset:hover {
  color: #1C0A24 !important;
}
.archive-filter__reset:focus {
  outline: none;
  color: #1C0A24 !important;
}

.bde-posts-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.bde-posts-pagination .bde-posts-prev-next-link {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bde-posts-pagination .bde-posts-prev-next-link a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: #f0c018;
  font-size: 14px;
  padding: 0 12px;
  gap: 8px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.bde-posts-pagination .bde-posts-prev-next-link a:hover {
  color: #1C0A24;
  background-color: #d6f3f5;
}
.bde-posts-pagination .bde-posts-prev-next-link:first-child a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/arrow-left-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bde-posts-pagination .bde-posts-prev-next-link:last-child a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/arrow-right-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bde-posts-pagination ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.bde-posts-pagination ul li {
  margin: 0;
  padding: 0;
}
.bde-posts-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: #f0c018;
  font-size: 14px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.bde-posts-pagination ul li a:hover {
  color: #1C0A24;
  background-color: #d6f3f5;
}
.bde-posts-pagination ul li a.is-active {
  background: #1C0A24;
  color: #ffffff !important;
  font-weight: 600;
}
.bde-posts-pagination ul li a.is-active:hover {
  background: hsl(281.5384615385, 56.5217391304%, -0.9803921569%);
  color: #ffffff !important;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .team-grid {
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .team-grid--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .team-grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .team-grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .team-grid--cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.team-grid__item {
  background: rgb(214, 243, 245);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.team-grid__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f5f5f5;
}
.team-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-grid__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}
.team-grid__content .team-grid__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #1C0A24;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .team-grid__content .team-grid__title {
    font-size: 18px;
  }
}
.team-grid__content .team-grid__meta {
  font-size: 0.875rem;
  color: #1C0A24;
  line-height: 1.4;
  margin: 0;
}
.team-grid__no-results {
  text-align: center;
  padding: 32px;
  color: #1C0A24;
  font-size: 1.125rem;
  grid-column: 1/-1;
}
.team-grid__social {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
}
.team-grid__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.team-grid__social-link svg {
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: #5f358e;
  fill: #5f358e;
  transition: fill 0.2s ease, stroke 0.2s ease;
}
.team-grid__social-link:hover svg {
  stroke: rgb(57.7307692308, 32.2076923077, 86.2923076923);
  fill: rgb(57.7307692308, 32.2076923077, 86.2923076923);
}

body .prikbord-hero {
  position: relative;
  color: #1C0A24;
  overflow: hidden;
}
body .prikbord-hero__content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body .prikbord-hero__breadcrumbs {
  margin-bottom: 16px;
  font-size: 0.95rem;
  opacity: 0.9;
}
body .prikbord-hero__title {
  margin: 0px;
  font-size: 48px !important;
  line-height: 1.1;
  max-width: 100%;
  text-transform: uppercase;
  color: #5f358e !important;
  font-weight: 600 !important;
}
@media (max-width: 960px) {
  body .prikbord-hero__title {
    font-size: 40px !important;
  }
}
body .prikbord-hero__intro {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.5;
  color: #1C0A24;
  max-width: 100%;
}
@media (max-width: 960px) {
  body .prikbord-hero__intro {
    font-size: 16px !important;
  }
}
body .prikbord-status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px 4px 10px;
  border-radius: 20px;
  background: #d6f3f5;
  color: #1C0A24;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid #88dbea;
  margin-bottom: 8px;
}
body .prikbord-status-pill[data-status]:not([data-status=open]) {
  background: #d6f3f5;
  border-color: #88dbea;
  color: #1C0A24;
}
body .prikbord-section {
  padding: 48px 0;
}
body .prikbord-section__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
body {
  /* Base card styles (used only where explicitly applied) */
}
body .prikbord-card {
  background: #ffffff;
  border: 1px solid rgba(53, 181, 197, 0.16);
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .prikbord-card__lead {
  font-size: 1.2rem;
  margin: 0;
  color: #1C0A24;
  font-weight: 700;
}
body .prikbord-card__link {
  color: #1C0A24;
  font-weight: 400;
  text-decoration: none;
}
body .prikbord-card__link:hover {
  text-decoration: underline;
}
body .prikbord-card__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 0;
}
body .prikbord-card__meta > div {
  padding-top: 12px;
  border-top: 1px solid rgba(28, 10, 36, 0.08);
}
body .prikbord-card__meta dt {
  font-size: 0.9rem;
  color: #9980b5;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body .prikbord-card__meta dd {
  margin: 0;
  font-weight: 500;
  color: #1C0A24;
}
body .prikbord-card__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}
body .prikbord-card__gallery-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(28, 10, 36, 0.08);
  background: #f5f5f5;
}
body .prikbord-card__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body .prikbord-card__content {
  line-height: 1.7;
  color: #1C0A24;
}
body .prikbord-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9980b5;
  font-size: 0.8rem;
  margin: 0 0 6px;
}
body .prikbord-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
body .prikbord-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .prikbord-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}
body .prikbord-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background-color: #35b5c5;
  -webkit-mask: url("../images/icons/check.svg") center/contain no-repeat;
  mask: url("../images/icons/check.svg") center/contain no-repeat;
}
body .prikbord-list--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
body .prikbord-list--inline li {
  background: #d6f3f5;
  border-radius: 10px;
  padding: 10px 14px 10px 32px;
  border: 1px solid rgba(28, 10, 36, 0.1);
}
body .prikbord-gallery--masonry {
  column-count: 3;
  column-gap: 16px;
}
@media (max-width: 1024px) {
  body .prikbord-gallery--masonry {
    column-count: 2;
  }
}
@media (max-width: 640px) {
  body .prikbord-gallery--masonry {
    column-count: 2;
    column-gap: 12px;
  }
}
body .prikbord-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #f5f5f5;
  border: 1px solid rgba(28, 10, 36, 0.08);
  break-inside: avoid;
  margin-bottom: 16px;
}
body .prikbord-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
body .prikbord-gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(53, 181, 197, 0), rgba(53, 181, 197, 0.12));
  pointer-events: none;
}
body .prikbord-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #d6f3f5;
  color: #1C0A24;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid rgba(28, 10, 36, 0.1);
}
body .prikbord-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .prikbord-skills-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body .prikbord-skills-list li {
  color: #1C0A24;
  font-size: 0.95rem;
  line-height: 1.4;
}
body .prikbord-submissions {
  display: grid;
  gap: 14px;
}
body .prikbord-submission {
  border: 1px solid rgba(28, 10, 36, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  background: #f5f5f5;
}
body .prikbord-submission__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
body .prikbord-submission__name {
  font-weight: 700;
  color: #1C0A24;
}
body .prikbord-submission__date {
  font-size: 0.85rem;
  color: #9980b5;
}
body .prikbord-submission__email {
  display: inline-block;
  margin: 6px 0;
  color: #1C0A24;
  font-weight: 600;
  text-decoration: none;
}
body .prikbord-submission__email:hover {
  text-decoration: underline;
}
body .prikbord-submission__content {
  margin: 0;
  color: #1C0A24;
}
body .prikbord-block {
  margin-bottom: 32px;
}
body .prikbord-block h3 {
  margin: 0 0 12px;
  color: #1C0A24;
}
body .prikbord-detail-list {
  display: grid;
  gap: 20px;
}
body .prikbord-detail-block {
  position: relative;
  padding: 18px 0;
  border-top: 1px solid rgba(28, 10, 36, 0.08);
}
body .prikbord-detail-block:first-child {
  border-top: 0;
  padding-top: 0;
}
body .prikbord-detail-block h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9980b5;
}
body .prikbord-text {
  line-height: 1.7;
  color: #1C0A24;
}
body .prikbord-text p {
  margin: 0 0 12px;
}
body .prikbord-text p:last-child {
  margin-bottom: 0;
}
body .prikbord-text h3 {
  margin: 24px 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9980b5;
}
body .prikbord-text hr {
  border: 0;
  border-top: 1px solid rgba(28, 10, 36, 0.08);
  margin: 18px 0;
}
body .prikbord-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
body .prikbord-text li {
  position: relative;
  padding-left: 22px;
}
body .prikbord-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  background-color: #35b5c5;
  -webkit-mask: url("../images/icons/check.svg") center/contain no-repeat;
  mask: url("../images/icons/check.svg") center/contain no-repeat;
}
body .prikbord-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
@media (max-width: 960px) {
  body .prikbord-layout {
    grid-template-columns: 1fr;
  }
  body .prikbord-layout .prikbord-sidebar {
    order: -1;
  }
  body .prikbord-layout .prikbord-main {
    order: 2;
  }
}
body .prikbord-main,
body .prikbord-sidebar {
  min-width: 0;
}
body .prikbord-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body .prikbord-card--sidebar {
  background: #ffffff;
  border: 1px solid rgba(28, 10, 36, 0.1);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body .prikbord-card--sidebar h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
body .prikbord-card--sidebar h4 {
  font-size: 1.1rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9980b5;
}
body .prikbord-card__block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body .prikbord-card__block p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
body .prikbord-card__block a.prikbord-card__link {
  text-decoration: underline;
}
body .prikbord-card__block h4 {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9980b5;
}
body .prikbord-card__block .prikbord-list li::before {
  background-color: #5f358e;
}
body .prikbord-card__client {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body .prikbord-card__client-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body .prikbord-card__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(28, 10, 36, 0.12);
  border-radius: 6px;
  background: #ffffff;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
body .prikbord-card__icon-link:hover {
  border-color: rgba(95, 53, 142, 0.6);
}
body .prikbord-card__icon-link img {
  width: 18px;
  height: 18px;
  display: block;
}
body .prikbord-form {
  display: grid;
  gap: 16px;
}
body .prikbord-form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body .prikbord-form label {
  font-weight: 700;
  color: #1C0A24;
}
body .prikbord-form input,
body .prikbord-form textarea {
  width: 100%;
  border: 1px solid rgba(28, 10, 36, 0.2);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 1rem;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Roboto", sans-serif;
}
body .prikbord-form input:focus,
body .prikbord-form textarea:focus {
  outline: none;
  border-color: #1C0A24;
  box-shadow: 0 0 0 3px rgba(28, 10, 36, 0.25);
}
body .prikbord-form textarea::placeholder {
  font-family: "Roboto", sans-serif;
}
body .prikbord-form__actions {
  display: flex;
  justify-content: flex-end;
}
body .prikbord-form__notice {
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 600;
  margin: 0;
}
body .prikbord-form__notice--success {
  background: rgba(28, 10, 36, 0.18);
  color: #1C0A24;
}
body .prikbord-form__notice--error {
  background: rgba(227, 45, 70, 0.12);
  color: #e32d46;
}
body .prikbord-hero .btn {
  margin-bottom: 40px;
  width: fit-content;
}
body .prikbord-form-wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-image: url("../images/poppetjes/poppetje12.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%;
}
body .prikbord-form__header h3 {
  margin: 0;
}
body .prikbord-form__notice--info {
  background: rgba(214, 243, 245, 0.6);
  border: 1px solid rgba(28, 10, 36, 0.1);
  color: #1C0A24;
}
body .prikbord-archive {
  background: transparent;
}
body .prikbord-archive__head {
  margin-bottom: 24px;
}
body .prikbord-archive__sub {
  color: #1C0A24;
  max-width: 640px;
}
body .prikbord-archive__grid {
  display: grid;
  gap: 20px;
}
body .prikbord-archive__grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body .prikbord-archive__grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body .prikbord-archive__grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body .prikbord-archive__card {
  border: 1px solid rgba(28, 10, 36, 0.1);
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 32px rgba(28, 10, 36, 0.08);
  justify-content: space-between;
}
body .prikbord-archive__card-content {
  display: flex;
  flex-direction: column;
}
body .prikbord-archive__thumb-wrap {
  position: relative;
}
body .prikbord-archive__thumb {
  height: 190px;
  background-color: #f5f5f5;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
}
body .prikbord-archive__status {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  background: #d6f3f5;
  color: #1C0A24;
  border: 1px solid rgba(53, 181, 197, 0.15);
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.85rem;
}
body .prikbord-archive__status[data-status]:not([data-status=open]) {
  background: #d6f3f5;
  border-color: rgba(53, 181, 197, 0.15);
  color: #1C0A24;
}
body .prikbord-archive__body {
  padding: 20px;
  display: grid;
  gap: 12px;
}
body .prikbord-archive__title {
  margin: 0;
  font-size: 1.2rem;
  color: #1C0A24;
}
body .prikbord-archive__intro {
  margin: 0;
  color: #1C0A24;
  line-height: 1.5;
}
body .prikbord-archive__skills {
  margin: -4px 0 6px;
  color: #9980b5;
  font-size: 0.95rem;
}
body .prikbord-archive__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
body .prikbord-archive__row .prikbord-card__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .prikbord-archive__row .prikbord-card__meta > div {
  padding-top: 0;
  border-top: 0;
}
body .prikbord-archive__cta {
  width: 100%;
  padding: 20px;
}
body .prikbord-archive__cta a {
  width: 100%;
}
body .prikbord-archive__empty {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(28, 10, 36, 0.1);
}
body .prikbord-tag,
body .prikbord-card__pill {
  font-size: 0.9rem;
}
@media (max-width: 900px) {
  body .prikbord-hero {
    padding: 32px 0 12px;
  }
  body .prikbord-section {
    padding: 36px 0;
  }
  body .prikbord-archive__thumb {
    height: 170px;
  }
}
@media (max-width: 640px) {
  body .prikbord-card {
    padding: 22px;
  }
  body .prikbord-archive__grid--cols-2,
  body .prikbord-archive__grid--cols-3,
  body .prikbord-archive__grid--cols-4 {
    grid-template-columns: 1fr;
  }
}
body .prikbord-archive__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
body .prikbord-archive__cta {
  align-self: flex-end;
}
body .prikbord-archive .bde-posts-pagination.prikbord-archive__pagination {
  margin-top: 40px;
}
body .prikbord-archive .bde-posts-pagination.prikbord-archive__pagination ul li a,
body .prikbord-archive .bde-posts-pagination.prikbord-archive__pagination ul li span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: #1c0a24;
  font-size: 14px;
  transition: ease 0.2s;
}
body .prikbord-archive .bde-posts-pagination.prikbord-archive__pagination ul li a.is-active,
body .prikbord-archive .bde-posts-pagination.prikbord-archive__pagination ul li span.is-active {
  background: #35b5c5;
  color: #ffffff !important;
  font-weight: 600;
  border-color: #35b5c5;
}
body .prikbord-floating-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  z-index: 999;
  width: auto;
  max-width: 320px;
  pointer-events: none;
  padding: 0 16px 12px;
}
body .prikbord-floating-cta a {
  pointer-events: auto;
  width: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  body .prikbord-floating-cta {
    max-width: 90%;
  }
}
body .prikbord-floating-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body .prikbord-floating-cta, body .prikbord-floating-cta.is-hidden {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
body .prikbord-popup {
  position: fixed;
  inset: 0;
  background: rgba(28, 10, 36, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 9999;
}
body .prikbord-popup.is-visible {
  opacity: 1;
  visibility: visible;
}
body .prikbord-popup__inner {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 20px 50px rgba(28, 10, 36, 0.16);
  display: grid;
  gap: 12px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
body .prikbord-popup__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1C0A24;
}
body .prikbord-popup__text {
  margin: 0;
  color: #1C0A24;
  line-height: 1.5;
}
body .prikbord-popup__close {
  justify-self: center;
  margin-top: 8px;
}

.standard-gallery-slider {
  position: relative;
  width: 100%;
}
.standard-gallery-slider .standard-gallery-swiper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.standard-gallery-slider__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.standard-gallery-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.standard-gallery-slider__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
  z-index: 10;
}
.standard-gallery-slider__button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: background-color 0.2s ease;
}
.standard-gallery-slider__button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.standard-gallery-slider__button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.standard-gallery-slider__button img {
  width: 24px;
  height: 24px;
}
.standard-gallery-slider__button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.standard-gallery-slider__pagination {
  position: relative;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.standard-gallery-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.standard-gallery-slider__pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.skills-display {
  display: grid;
  gap: 12px;
  width: 100%;
  grid-template-columns: 1fr;
  justify-items: stretch;
}
.skills-display--cols-1, .skills-display--cols-2, .skills-display--cols-3, .skills-display--cols-4 {
  grid-template-columns: 1fr !important;
}
.skills-display__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: filter 0.2s ease;
  text-align: center;
  align-items: center;
  color: #fff !important;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
}
.skills-display__item:hover {
  filter: brightness(0.9);
}
.skills-display__item--color-1 {
  background-color: #5f358e !important;
}
.skills-display__item--color-2 {
  background-color: #f0c018 !important;
}
.skills-display__item--color-3 {
  background-color: #e32d46 !important;
}
.skills-display__item--color-4 {
  background-color: #35b5c5 !important;
}
.skills-display__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.skills-display__description {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}

.df-ui-nav .df-ui-btn:before {
  color: #5f358e !important;
  filter: none !important;
  font-size: 26px !important;
}

.container {
  max-width: 1400px;
  padding: 0 24px;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

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

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

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

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.border {
  border: 1px solid #5f358e;
}

.border-top {
  border-top: 1px solid #5f358e;
}

.border-bottom {
  border-bottom: 1px solid #5f358e;
}

.border-left {
  border-left: 1px solid #5f358e;
}

.border-right {
  border-right: 1px solid #5f358e;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.max-w-full {
  max-width: 100%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
}

.bg-primary {
  background-color: #5f358e;
}

.bg-secondary {
  background-color: #35b5c5;
}

.bg-accent {
  background-color: #f0c018;
}

.bg-light {
  background-color: #f5f5f5;
}

.bg-dark {
  background-color: #1C0A24;
}

.text-primary {
  color: #5f358e;
}

.text-secondary {
  color: #35b5c5;
}

.text-accent {
  color: #f0c018;
}

.text-light {
  color: #fff;
}

.text-dark {
  color: #1C0A24;
}

body .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 24px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
body .btn-primary {
  color: #ffffff !important;
  background-color: #5f358e !important;
  border-color: #5f358e !important;
}
body .btn-primary:hover {
  background-color: rgb(80.0923076923, 44.6830769231, 119.7169230769) !important;
  border-color: rgb(80.0923076923, 44.6830769231, 119.7169230769) !important;
}
