.module-invul,
.module-pagina {
  padding-inline: var(--grid-padding-x);
}

/* =====================
   VELD BLOK - bedrijfsprofiel, modules
===================== */

.modules-veld-block {
  background-color: var(--gray-bg);
  border-radius: var(--border-radius-items);
  padding: 1.5rem;
}

.modules-veld-block h3 {
  margin-bottom: 0.25rem;
  color: var(--black);
}

.modules-veld-block p {
  /*font-size: 0.9rem;*/
  color: var(--black);
  margin-bottom: 0.75rem;
}

.modules-veld-block textarea,
.modules-veld-block input[type="text"],
.modules-veld-block input[type="email"],
.modules-veld-block input[type="number"],
.modules-veld-block input[type="password"] {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: var(--border-radius-items);
  background-color: var(--white);
  color: var(--gray);
  font-family: var(--paragraph-font);
  font-size: 0.95rem;
  outline: none;
  line-height: 1.5;
  transition: box-shadow 0.2s;
  min-height: calc(1.5em + 1.5rem);
}

.modules-veld-block textarea {
  resize: vertical;
}

.modules-veld-block textarea:focus,
.modules-veld-block input:focus:not(.leeftijd-range) {
  box-shadow: 0 0 0 2px var(--primary-color);
}

.resize_none {
  resize: none !important;
}

.module-samenvatting {
  background-color: var(--primary-color-bg);
  padding: var(--padding-around-module);
  border-radius: var(--border-radius-items);
  font-family: var(--paragraph-font);
  margin-top: 1.5rem;
  color: var(--gray);
  border: 1px solid var(--primary-color);
  width: 100%;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* =====================
   PAGINA WRAPPER - gecentreerde content paginas
===================== */

.modules-pagina__main {
  max-width: calc(var(--max-content-width) + var(--grid-padding-x) * 2);
  margin-inline: auto;
  padding-top: 3rem;
  position: relative;
  padding-inline: var(--grid-padding-x);
}

.modules-pagina__velden {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* =====================
   EXAMPLE NOTE - info blok onderaan formulieren
===================== */

.modules-example-note {
  background-color: var(--gray-bg);
  padding: 2rem 1.5rem;
  margin-top: 1rem;
  border-left: 3px solid var(--primary-color);
}

.modules-example-note p {
  font-size: 0.85rem;
  color: var(--gray);
}

/* =====================
   MORE INFO - extra info blok onder module header
===================== */

a.modules-more-info {
  background-color: var(--gray-info);
  padding: 1.5rem;
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  border-radius: var(--border-radius-items);
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

a.modules-more-info:hover {
  text-decoration: none;
}

a.modules-more-info:hover .modules-more-info__end svg,
a.modules-more-info:hover .modules-more-info__input,
a.modules-more-info:hover .modules-more-info__input h3 {
  color: var(--primary-color);
}

.modules-more-info .LogoImage {
  background-color: var(--white);
  border-radius: var(--border-radius-items);
  padding: 6px;
  align-items: center;
  display: grid;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}

.modules-more-info__input {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  color: var(--black);
  transition: color 0.2s;
}

.modules-more-info__input h3 {
  margin: 0;
  margin-bottom: 0 !important;
  color: var(--black);
  font-family: var(--title-font);
  transition: color 0.2s;
}

.modules-more-info__end {
  margin-left: auto;
  align-content: center;
}

.modules-more-info__end svg {
  color: var(--gray);
  transition: color 0.2s;
}

/* =====================
   KNOPPEN RIJ - onderaan formulieren
===================== */

.modules-knoppen {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  align-items: center;
  flex-wrap: wrap;
}

/* Secundaire knop (outline stijl) */
.modules__btn-secundair {
  display: inline-flex;
  align-items: center;
  padding: 10px 40px;
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius-input);
  color: var(--primary-color);
  font-family: var(--paragraph-font);
  font-size: var(--btn-font-size);
  font-weight: 700;
  text-decoration: none;
  background: none;
  transition: background-color var(--duration-fast);
  cursor: pointer;
}

.modules__btn-secundair:hover {
  background-color: var(--primary-color-bg);
  color: var(--primary-color);
  text-decoration: none;
}

/* Fout blok */
.formulier-fout {
  background-color: var(--red-color-bg);
  color: var(--red-color);
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-input);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* =====================
   LOGO UPLOAD - enkel bedrijfsprofiel
===================== */

.bedrijf-logo-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  gap: 0.5rem;
}

.logo-kring {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px dashed var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
}

.logo-kring:hover {
  border-color: var(--primary-color);
}

.logo-kring:hover svg {
  color: var(--primary-color);
}

.logo-kring svg {
  font-size: 2rem;
  color: var(--gray);
  transition: color 0.2s;
}

.logo-kring.heeft-logo {
  border: none;
}

.logo-kring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-input {
  display: none;
}

.logo-upload-wrapper h3 {
  margin-top: 0.5rem;
}

.logo-upload-wrapper p {
  font-size: 0.85rem;
  color: var(--gray);
  text-align: center;
}

.module-header {
  margin-bottom: 2rem;
}

.checklist-header * {
  text-align: center !important;
}

.bedrijf-logo-upload {
  position: relative;
}

.logo-verwijder {
  position: absolute;
  top: -5px;
  right: calc(50% - 65px);
  background-color: var(--red-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.bedrijf-logo-upload:hover .logo-verwijder {
  display: flex;
}

/* =====================
   CHECKLIST
===================== */

.checklist-header {
  margin-bottom: 2rem;
}

.checklist-header h1 {
  font-size: var(--h2-font-size);
  color: var(--black);
  margin-bottom: 0.5rem;
  text-align: left;
}

.checklist-header p {
  color: var(--gray);
  font-size: 0.95rem;
}

.checklist-sub {
  margin-top: 0.25rem;
  font-style: italic;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.checklist-kaart {
  background-color: var(--white);
  border-radius: var(--border-radius-items);
  padding: 1.25rem;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  user-select: none;
}

.checklist-kaart:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.checklist-kaart.actief {
  border-color: var(--primary-color);
}

.checklist-kaart__check {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #e5e5e5;
  font-size: 1.25rem;
  transition: color 0.2s;
}

.checklist-kaart.actief .checklist-kaart__check {
  color: var(--primary-color);
}

.checklist-kaart__icon {
  font-size: 1.75rem;
  color: var(--primary-color);
  margin-bottom: 0.75rem;
  display: block;
}

.checklist-kaart h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.checklist-kaart p {
  font-size: 0.85rem;
  color: var(--gray);
  line-height: 1.5;
}

.checklist-checkbox {
  display: none;
}

/* Footer */
.checklist-footer {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid #e5e5e5;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 3rem;
}

.checklist-footer__links {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.checklist-footer > .modules-knoppen {
  margin-top: 1rem;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

#teller {
  font-size: 0.9rem;
  color: var(--gray);
}

/* Responsive */
@media (max-width: 768px) {
  .checklist-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .checklist-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .checklist-footer .btn-primary-input {
    width: 100%;
    justify-content: center;
  }
}

.btn-primary-input:disabled,
.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

/* =====================
   DASHBOARD
===================== */

.dashboard-main {
  max-width: var(--max-content-width);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.dashboard-header h1 {
  font-size: var(--h2-font-size);
  color: var(--black);
  margin-bottom: 0.25rem;
}

.dashboard-header p {
  color: var(--gray);
  font-size: 0.95rem;
}

.dashboard-bedrijf-hint {
  margin-top: 0.25rem;
  font-size: 0.9rem;
}

.dashboard-export {
  margin-top: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.dashboard-export .btn-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.btn-primary-input.dashboard-export {
  padding: 10px 20px;
}

/* Voortgang */
.dashboard-voortgang {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--white);
  border-radius: var(--border-radius-items);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}

.dashboard-voortgang__icon {
  color: var(--primary-color);
  font-size: 1.5rem;
  flex-shrink: 0;
}

.dashboard-voortgang__content {
  flex: 1;
}

.dashboard-voortgang__content p {
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 0.4rem;
}

.voortgang-balk {
  height: 8px;
  background-color: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

.voortgang-balk__inner {
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 4px;
  transition: width 0.5s ease;
}

.dashboard-voortgang__label {
  font-size: 0.85rem;
  color: var(--gray);
  white-space: nowrap;
  flex-shrink: 0;
}

/* Module grid */
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.dashboard-kaart {
  background-color: var(--white);
  border-radius: var(--border-radius-items);
  padding: 1.25rem;
  border: 2px solid transparent;
  text-decoration: none;
  display: block;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  position: relative;
}

.dashboard-kaart__info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dashboard-kaart:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.dashboard-kaart--voltooid {
  border-color: var(--primary-color);
}

.dashboard-kaart--bezig {
  border-color: var(--primary-color);
}

.dashboard-kaart__icon {
  font-size: 1.75rem;
  color: var(--primary-color);
  display: block;
  margin-bottom: 0.75rem;
}

.dashboard-kaart__icon svg {
  width: 35px;
  height: 35px;
  color: var(--primary-color);
  fill: var(--primary-color);
}

.dashboard-kaart__check {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-input);
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.dashboard-kaart__check .ti {
  color: var(--white);
  font-size: 1.25rem;
}

.dashboard-kaart h3 {
  font-size: 0.95rem;
  color: var(--black);
}

.dashboard-kaart p {
  font-size: 0.85rem;
  color: var(--black);
  line-height: 1.4;
}

/* Badges */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--paragraph-font);
}

.badge--voltooid {
  background-color: var(--primary-color);
  color: var(--white);
}

.badge--bezig {
  background-color: var(--primary-color-bg);
  color: var(--primary-color);
}

.badge--todo {
  background-color: #f0f0f0;
  color: var(--gray);
}

.badge--module {
  background-color: var(--primary-color-bg);
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
  padding: 5px 20px;
  font-size: 12px;
  position: absolute;
}

.badge--module svg {
  height: 20px;
  width: auto;
  padding-right: 5px;
}

.module-header-rij {
  padding-top: 3.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.module-header-rij .module-top-btn {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  margin: auto 0;
}

.btn--grijs {
  text-decoration: none;
  color: var(--gray);
  margin: auto;
  transition:
    background-color var(--duration-fast),
    color var(--duration-fast);
  cursor: pointer !important;
  font-size: var(--paragraph-font);
  border: 0;
  background: none;
}

.btn--grijs:hover {
  color: var(--black);
}

.module-pagina {
  position: relative;
}

.module-pagina h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.module-sectie-page {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.module-invul {
  width: var(--max-content-width);
}

.module-sub-sectie {
  margin-top: 1.5rem;
}

.module-item {
  padding: var(--padding-around-module);
  border-radius: var(--border-radius-items);
}

.module-item-noGrid {
  padding: var(--padding-around-module);
  border-radius: var(--border-radius-items);
}

.module-item-around {
  border-radius: var(--border-radius-items);
}

.swot-grid
  .module-item:has(.color-green, .color-red, .color-blue, .color-primary),
.swot-grid
  .module-item-header:has(
    .color-green,
    .color-red,
    .color-blue,
    .color-primary
  ) {
  color: var(--gray);
  gap: 5px;
  display: grid;
}

.waarde-vergelijk__item h3 {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.module-item-header {
  padding: calc(var(--padding-around-module) / 2) var(--padding-around-module);
  border-radius: var(--border-radius-items) var(--border-radius-items) 0 0;
}

.module-item-body {
  padding: calc(var(--padding-around-module) / 2) var(--padding-around-module);
  border-radius: 0 0 var(--border-radius-items) var(--border-radius-items);
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.module-item-body .input-module-item {
  padding: 8px;
  border: 0;
  background-color: var(--bg-input);
  flex: 1;
  height: inherit;
}

.module-item-body__end .swot-input {
  margin-top: 0.5rem;
}

.module-item-body .btn-primary-input {
  padding: 5px 7.5px;
  font-size: var(--paragraph-font);
  font-weight: 400;
  margin-top: 0.5rem;
}

.modules-knoppen {
  margin-top: 3rem;
}

.module-item-body__end {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  margin-top: auto;
}

.swot-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.color-invul.module-item-body {
  justify-content: flex-start;
  flex: 1;
  background-color: var(--white);
}

.swot-tag__tekst {
  flex: 1;
  padding: 5px 10px;
  border-radius: var(--border-radius-input);
  display: flex;
  align-items: center;
  max-height: 32px;
}

.swot-tag--sterktes .swot-tag__tekst {
  background-color: var(--green-color-bg);
  color: var(--green-color);
}

.swot-tag--zwaktes .swot-tag__tekst {
  background-color: var(--red-color-bg);
  color: var(--red-color);
}

.swot-tag--kansen .swot-tag__tekst {
  background-color: var(--blue-color-bg);
  color: var(--blue-color);
}

.swot-tag--bedreigingen .swot-tag__tekst {
  background-color: var(--primary-color-bg);
  color: var(--primary-color);
}

.swot-tag-edit {
  box-sizing: border-box;
  width: calc(100% + 20px);
  height: 29px;
  margin: -5px -10px;
  padding: 7px 10px !important;
  border: none;
  border-radius: var(--border-radius-input);
  font-family: var(--paragraph-font);
  font-size: var(--btn-font-size);
  outline: none;
  background-color: var(--bg-input);
  display: block;
}

.module-items-lijst {
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.module-btn-close {
  background-color: var(--red-color);
  color: var(--white);
  border: none;
  border-radius: var(--border-radius-input);
  padding: 0 7px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.module-item-tag {
  display: flex;
  gap: 0.5rem;
}

.canvas-item svg {
  margin-bottom: 10px;
}

.factor-item {
  background-color: white;
  font-family: var(--paragraph-font);
  padding: calc(var(--padding-around-module-small) - 2px);
  border-radius: var(--border-radius-items);
  cursor: pointer;
  border: 2px solid transparent;
  user-select: none;
  font-size: var(--btn-font-size);
  text-align: left;
}

.factor-item.actief {
  border-color: var(--primary-color);
  background-color: var(--primary-color-bg);
}

.doelgroep-sectie-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-family: var(--paragraph-font);
  color: var(--gray);
  margin-top: 0.5rem;
  margin-bottom: -0.25rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.chips--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

/* Leeftijd slider */
.leeftijd-slider-wrapper {
  margin-top: 0.75rem;
}

.leeftijd-slider-track {
  position: relative;
  height: 6px;
  background-color: #e5e5e5;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}

.leeftijd-range {
  position: absolute;
  width: 100%;
  height: 6px;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  top: 0;
  left: 0;
}

.leeftijd-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none;
  pointer-events: all;
  cursor: pointer;
  margin-top: -7px;
}

.leeftijd-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none;
  pointer-events: all;
  cursor: pointer;
}

.leeftijd-slider-fill {
  position: absolute;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 3px;
  top: 0;
  pointer-events: none;
}

.leeftijd-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--gray);
  margin-top: 0.75rem;
}

.leeftijd-output {
  font-size: 0.85rem;
  color: var(--gray);
  margin-top: 0.25rem;
  font-style: italic;
}

/* Preview tags */
.doelgroep-preview__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-height: 1.5rem;
    width: 100%;
}

.doelgroep-preview, 
div.doelgroep-preview {
    width: 100%;
    overflow: hidden;
}

.doelgroep-preview__tag {
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50px;
  padding: 3px 12px;
  font-size: 0.8rem;
  font-family: var(--paragraph-font);
}

.doelgroep-preview__leeg {
  font-size: 0.9rem;
  color: var(--gray);
  font-family: var(--paragraph-font);
}

@media (max-width: 768px) {
  .chips--grid {
    grid-template-columns: 1fr;
  }
}

.canvas-item {
  background-color: var(--gray-bg);
  border-radius: var(--border-radius-items);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}

.canvas-item h3 {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.canvas-item p {
  font-size: 0.85rem;
  color: var(--gray);
}

.body-white .canvas-item,
.canvas-item.body-white {
  background-color: var(--white);
}

.usp-types-grid .canvas-item {
  align-items: center;
}

.usp-types-grid .canvas-item span {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-header {
    flex-direction: column;
  }

  .dashboard-export {
    width: 100%;
    justify-content: center;
  }
}

/* =====================
   RESPONSIVE - modules
===================== */

/* === MOBILE (max 768px) === */
@media (max-width: 768px) {
  :root {
    --padding-around-module: 18px;
  }

  .module-invul,
  .module-pagina {
    padding-inline: 0;
    padding-top: 1rem;
  }

  /* Pagina wrapper */
  .modules-pagina__main {
    padding-top: 1rem;
  }

  /* Veld blokken */
  .modules-veld-block {
    padding: 1rem;
  }

  /* SWOT & canvas grid -> 1 kolom */
  .checklist-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Dashboard grid -> 1 kolom */
  .dashboard-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .dashboard-header {
    flex-direction: column;
  }

  .dashboard-export {
    width: 100%;
    justify-content: center;
  }

  /* Module header rij stapelen */
  .module-header-rij {
    padding-top: 2.5rem;
    flex-direction: column;
    gap: 1rem;
  }

  .module-header-rij .module-top-btn {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
  }

  .module-header-rij .module-top-btn .btn-primary-input,
  .module-header-rij .module-top-btn .btn {
    flex: 1;
    justify-content: center;
    text-align: center;
  }

  .module-item-header {
    padding: 20px;
  }

  .color-invul.module-item-body {
    padding: 20px;
    padding-bottom: 10px;
  }

  /* Knoppen rij stapelen */
  .modules-knoppen {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .modules-knoppen .btn-primary-input,
  .modules-knoppen .modules__btn-secundair {
    width: 100%;
    justify-content: center;
  }

  /* Footer checklist */
  .checklist-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .checklist-footer .btn-primary-input {
    width: 100%;
    justify-content: center;
  }

  /* Logo upload */
  .logo-verwijder {
    right: calc(50% - 65px);
  }

  /* Voortgangsbalk */
  .dashboard-voortgang {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .badge--module {
    font-size: 10px;
    padding: 5px 10px;
    border-width: 2px;
  }

  .badge--module svg {
    height: 10px;
  }

  .modules-example-note {
    padding: 1.5rem;
  }
}

/* === TABLET (768px+) === */
@media (min-width: 768px) {
  .checklist-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-header-rij {
    padding-top: 2.5rem;
  }
}

/* === DESKTOP (1200px+) === */
@media (min-width: 1200px) {
  .checklist-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .dashboard-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .module-header-rij {
    flex-direction: row;
    padding-top: 3.5rem;
  }
}

/* === TABLET (768px - 1200px) === */
@media (min-width: 768px) and (max-width: 1199px) {
  .module-header-rij {
    flex-direction: column;
    gap: 1rem;
  }

  .module-header-rij .module-top-btn {
    flex-wrap: wrap;
    width: 100%;
  }

  .module-header-rij .module-top-btn .btn-primary-input,
  .module-header-rij .module-top-btn .btn {
    flex: 1;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 1350px) {
  .module-sectie-page, .module-pagina, .module-invul {
    width: 100%;
  }

  .modules-pagina__main {
    margin-left: 0;
    margin-right: 0;
  }
}

/* =====================
   PERSONA MODULE
===================== */

/* Tabs */
.persona-tabs {
  display: flex;
  gap: 0;
  margin-top: 1.5rem;
  border-radius: var(--border-radius-items);
  overflow: hidden;
}

.persona-tab {
  flex: 1;
  padding: 0.75rem 1rem;
  background-color: var(--gray-bg);
  border: none;
  font-family: var(--paragraph-font);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray);
  cursor: pointer;
  transition:
    background-color 0.2s,
    color 0.2s;
  text-align: center;
}

.persona-tab.persona-tab--klaar {
  background-color: var(--primary-color);
  color: var(--white);
}

.persona-tab.persona-tab--bezig {
  background-color: var(--primary-color-bg);
  color: var(--primary-color);
}

.persona-tab.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.persona-tab:not(.actief):not(.disabled):hover {
  background-color: var(--primary-color-bg);
  color: var(--primary-color);
}

/* Stap content */
.persona-stap {
  display: none;
}

.persona-stap.actief {
  display: block;
}

/* Emoji grid */
.persona-emoji-grid {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.25rem;
  flex-wrap: wrap;
}

.persona-emoji-btn {
  width: 52px;
  height: 52px;
  font-size: 1.75rem;
  background-color: var(--white);
  border: 2px solid transparent;
  border-radius: var(--border-radius-items);
  cursor: pointer;
  transition:
    border-color 0.15s,
    background-color 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.persona-emoji-btn.actief {
  border-color: var(--primary-color);
  background-color: var(--primary-color-bg);
}

.persona-emoji-btn:hover:not(.actief) {
  border-color: var(--primary-color);
}

/* Persona kaart (voorbeeld + preview) */
.persona-voorbeeld-kaart,
.persona-preview-kaart {
  border-radius: var(--border-radius-items);
  overflow: hidden;
  border: 2px solid var(--primary-color);
}

.persona-kaart__header {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.persona-kaart__avatar {
  font-size: 2.5rem;
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.persona-kaart__naam {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin: 0;
}

.persona-kaart__subtitel {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.persona-kaart__body {
  background-color: var(--white);
  padding: 1.25rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.persona-kaart__veld h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.25rem;
  font-family: var(--paragraph-font);
}

.persona-kaart__veld p {
  font-size: 0.85rem;
  color: var(--gray);
  line-height: 1.5;
}

.module-pagina .layout--twocol-50-50,
.module-pagina .grid-layout {
  max-width: 100%;
  padding-inline: 0;
}

.module-invul .layout--twocol-50-50,
.module-invul .grid-layout {
  max-width: 100%;
  padding-inline: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .persona-tabs {
    flex-direction: column;
  }

  .persona-kaart__body {
    grid-template-columns: 1fr;
  }
}

/* =====================
   MARKTPOSITIE & USP
===================== */

/* USP types grid icoon uitlijning */
.usp-types-grid .canvas-item {
  align-items: center;
  text-align: center;
}

.usp-types-grid .canvas-item span {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usp-types-grid .canvas-item p {
  text-align: center;
}

/* Concurrent tabel */
.concurrent-tabel {
  margin-top: 0.75rem;
  padding-right: 40px;
  position: relative;
}

.concurrent-tabel__header {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 0.5rem;
}

.concurrent-rij {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  align-items: center;
}

.concurrent-verwijder {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.concurrent-rij input:focus {
  box-shadow: 0 0 0 2px var(--primary-color);
}

.concurrent-verwijder {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--red-color);
  color: white;
  border: none;
  border-radius: var(--border-radius-input);
  width: 32px;
  height: 100%;
  cursor: pointer;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concurrent-verwijder.onzichtbaar {
  display: none;
}

.concurrent-rij:has(.concurrent-verwijder:not(.onzichtbaar))
  input:last-of-type {
  width: calc(100% - 40px);
}

#voeg-concurrent-toe {
  width: 100%;
  margin-top: 0.5rem;
  justify-content: center;
}

/* Markt positionering diagram */
.markt-diagram-wrapper {
  margin-top: 1.5rem;
  padding: 1rem 0;
}

.markt-diagram {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: var(--white);
  border-radius: var(--border-radius-items);
}

.markt-as {
  position: absolute;
}

.markt-as--verticaal {
  left: 50%;
  top: 5%;
  bottom: 5%;
  width: 2px;
  background-color: #ccc;
  transform: translateX(-50%);
}

.markt-as--horizontaal {
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  background-color: #ccc;
  transform: translateY(-50%);
}

.markt-as__label {
  position: absolute;
  font-size: 0.8rem;
  font-family: var(--paragraph-font);
  color: var(--gray);
  white-space: nowrap;
}

.markt-as--verticaal .markt-as__label--top {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.markt-as--verticaal .markt-as__label--bottom {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.markt-as--horizontaal .markt-as__label--links {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.markt-as--horizontaal .markt-as__label--rechts {
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}

.markt-dot {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.markt-dot::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}

.markt-dot span {
  font-size: 0.75rem;
  font-family: var(--paragraph-font);
  color: var(--gray);
  white-space: nowrap;
}

.markt-dot--concurrent::before {
  background-color: #555;
}

.markt-dot--jij::before {
  background-color: var(--primary-color);
  width: 16px;
  height: 16px;
}

.markt-dot--jij span {
  color: var(--primary-color);
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .concurrent-tabel__header {
    display: none;
  }

  .concurrent-tabel {
    padding-right: 0;
  }

  .concurrent-rij {
    grid-template-columns: 1fr;
    padding-right: 0 !important;
  }

  .concurrent-verwijder {
    position: static;
    transform: none;
    width: 100%;
    justify-content: center;
    height: 25px;
  }

  .concurrent-verwijder.onzichtbaar {
    display: none;
  }

  .markt-as--verticaal {
    top: 7%;
    bottom: 7%;
  }

  .markt-as--horizontaal {
    left: 2%;
    right: 2%;
  }

  .markt-as--horizontaal .markt-as__label--links {
    left: 0;
    bottom: 5px;
  }

  .markt-as--horizontaal .markt-as__label--rechts {
    right: 0;
    bottom: 5px;
  }

  .concurrent-rij {
    padding-bottom: 0.75rem;
  }

  .concurrent-rij:has(.concurrent-verwijder:not(.onzichtbaar))
    input:last-of-type {
    width: 100%;
  }

  #usp_zin {
    height: 100px;
  }
}

/* =====================
   KANALEN MODULE
===================== */

.kanalen-grid {
  margin-bottom: 0.5rem;
}

.kanaal-kaart {
  position: relative;
  background-color: var(--white);
  border-radius: var(--border-radius-items);
  padding: 1.25rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  user-select: none;
}

.kanaal-kaart:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.kanaal-kaart.geselecteerd {
  border-color: var(--primary-color);
  background-color: var(--primary-color-bg);
}

.kanaal-kaart.hoofdkanaal {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.kanaal-kaart.hoofdkanaal h3,
.kanaal-kaart.hoofdkanaal p {
  color: var(--white);
}

.kanaal-kaart.hoofdkanaal svg {
  stroke: var(--white) !important;
  fill: none;
}

.kanaal-kaart h3 {
  font-size: 0.9rem;
  font-family: var(--paragraph-font);
  color: var(--black);
  margin: 0;
}

.kanaal-kaart p {
  font-size: 0.8rem;
  color: var(--gray);
  margin: 0;
}

.kanaal-kaart__icon {
  margin-bottom: 0.25rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* + knop */
.kanaal-hoofd-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--paragraph-font);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition:
    background-color 0.15s,
    color 0.15s;
  opacity: 0;
  transition: opacity 0.15s;
}

.kanaal-kaart:hover .kanaal-hoofd-btn,
.kanaal-kaart.geselecteerd .kanaal-hoofd-btn {
  opacity: 1;
}

.kanaal-kaart.hoofdkanaal .kanaal-hoofd-btn {
  opacity: 1;
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary-color);
}

.kanalen-vergelijk .module-item-header h3 {
  margin: 0;
}

/* Badge */
.kanaal-hoofd-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: var(--white);
  color: var(--primary-color);
  font-size: 0.65rem;
  font-weight: 700;
  font-family: var(--paragraph-font);
  padding: 2px 6px;
  border-radius: 50px;
}

/* Responsive */
@media (max-width: 768px) {
  .kanalen-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .kanaal-hoofd-btn {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .doelgroep-sectie-label {
    flex-direction: column;
    align-items: start;
  }
}

/* =====================
   BOODSCHAP & CONTENT MODULE
===================== */

.contenttype-kaart.actief {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color-bg) !important;
}

.contenttype-kaart:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.boodschap-slider {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.boodschap-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: -7px;
}

.boodschap-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
}

/* =====================
   CONTENT PLANNING MODULE
===================== */

/* Weekplanning rijen */
.cp-dag-rij {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-bg);
}

.cp-dag-naam {
  font-size: 0.85rem;
  font-family: var(--paragraph-font);
  font-weight: 700;
  color: var(--black);
  min-width: 80px;
  padding-top: 6px;
}

.cp-dag-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  flex: 1;
}

.cp-type-btn {
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid var(--gray-bg);
  background-color: var(--white);
  font-family: var(--paragraph-font);
  font-size: 0.8rem;
  cursor: pointer;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    color 0.15s;
  color: var(--gray);
}

.cp-type-btn:hover {
  border-color: var(--type-kleur, var(--primary-color));
  color: var(--type-kleur, var(--primary-color));
}

.cp-type-btn.actief {
  background-color: var(--type-kleur, var(--primary-color));
  border-color: var(--type-kleur, var(--primary-color));
  color: white;
}

/* Thema rijen */
.thema-rij {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.thema-rij input {
  flex: 1;
  padding: 8px 12px;
  border: none;
  border-radius: var(--border-radius-input);
  background-color: var(--white);
  font-family: var(--paragraph-font);
  font-size: 0.9rem;
  outline: none;
  transition: box-shadow 0.2s;
}

.thema-rij input:focus {
  box-shadow: 0 0 0 2px var(--primary-color);
}

.thema-rij select {
  padding: 8px 12px;
  border: none;
  border-radius: var(--border-radius-input);
  background-color: var(--white);
  font-family: var(--paragraph-font);
  font-size: 0.9rem;
  outline: none;
  cursor: pointer;
}

/* Offline plan rijen */
.offline-plan-rij {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-bg);
}

.offline-plan-rij select,
.offline-plan-rij input {
  padding: 6px 10px;
  border: none;
  border-radius: var(--border-radius-input);
  background-color: var(--white);
  font-family: var(--paragraph-font);
  font-size: 0.85rem;
  outline: none;
}

/* Week preview */
.cp-week-preview-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.cp-week-preview__dag {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: white;
  border-radius: var(--border-radius-input);
  padding: 5px;
}

.cp-week-preview__label {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--paragraph-font);
  color: var(--gray);
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cp-week-preview__posts {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.cp-preview-tag {
  font-size: 0.65rem;
  font-family: var(--paragraph-font);
  padding: 2px 6px;
  border-radius: var(--border-radius-input);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* Voorbeeld kalender info fase */
.cp-week-voorbeeld {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
}

.cp-week-voorbeeld__dag {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cp-week-voorbeeld__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gray);
  text-align: center;
  font-family: var(--paragraph-font);
}

.cp-week-voorbeeld__post {
  font-size: 0.9rem;
  padding: 10px;
  text-align: center;
  border-radius: var(--border-radius-items);
  font-family: var(--paragraph-font);
  line-height: 1.3;
}

.week-voorbeeld__blue {
  background-color: var(--blue-color-bg);
  color: var(--blue-color);
}

.week-voorbeeld__yellow {
  background-color: var(--primary-color-bg);
  color: var(--primary-color);
}

.week-voorbeeld__green {
  background-color: var(--green-color-bg);
  color: var(--green-color);
}

.module-80-20-rule {
  border-radius: var(--border-radius-items);
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

/* Responsive */
@media (max-width: 768px) {
  .cp-week-preview-grid,
  .cp-week-voorbeeld {
    grid-template-columns: repeat(2, 1fr);
  }

  .cp-week-voorbeeld {
    padding-bottom: 60px;
  }

  .cp-dag-rij {
    flex-direction: column;
    gap: 0.4rem;
  }

  .cp-dag-naam {
    min-width: auto;
    padding-top: 0;
  }

  .offline-plan-rij {
    flex-direction: column;
    align-items: flex-start;
  }

  .offline-plan-rij input {
    width: 100%;
  }
}

/* =====================
   PROFIEL PAGINA
===================== */

.profiel-pagina {
  padding-bottom: 3rem;
}

.profiel-bedrijfskaart {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px 50px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: var(--border-radius-items);
}

.profiel-bedrijfskaart__logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff8ee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.profiel-bedrijfskaart__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profiel-bedrijfskaart__info {
  flex: 1;
}

.profiel-bedrijfskaart__info h3 {
  font-size: var(--h3-font-size);
  display: block;
  margin-bottom: 5px !important;
  text-align: left;
}

.profiel-bedrijfskaart__info p {
  color: var(--gray);
  margin-top: 2px;
}

.profiel-secties {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profiel-sectie {
  border-radius: var(--border-radius-items);
  padding: var(--padding-around-module);
}

.profiel-sectie .profiel-form__knoppen {
  margin: 0;
}

.profiel-sectie__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.profiel-sectie__header h3 {
  font-size: var(--h3-font-size);
  font-weight: 700;
  margin: 0;
}

.profiel-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--black);
}

.profiel-form__rij {
  margin-bottom: 16px;
}

.profiel-form__hint {
  display: block;
  font-size: 0.8rem;
  color: var(--gray) !important;
  margin-top: 4px;
}

.profiel-form__knoppen {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.profiel-feedback {
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: var(--border-radius-input);
}

.profiel-feedback--succes {
  background: var(--white);
  color: var(--green-color);
  border-left: 3px solid var(--green-color);
}

.profiel-feedback--fout {
  background: var(--white);
  color: var(--red-color);
  border-left: 3px solid var(--red-color);
}

.profiel-account_del .profiel-sectie__header svg,
.profiel-popup-overlay .profiel-sectie__header svg {
  color: var(--red-color);
  height: 30px;
}

.profiel-danger-lijst {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profiel-danger-lijst li {
  font-size: 0.875rem;
  padding: 2px 0 2px 16px;
  position: relative;
  color: #374151;
}

.profiel-danger-lijst li::before {
  content: "*";
  position: absolute;
  left: 0;
  color: var(--red-color);
}

.btn--danger {
  background: var(--red-color);
  color: white;
  align-items: center;
  display: inline-flex;
  border: none;
  padding: 10px 40px;
  border-radius: var(--border-radius-input);
  cursor: pointer;
  border: none;
  font-family: var(--paragraph-font);
  font-size: var(--btn-font-size);
  font-weight: 700;
  transition:
    background-color var(--duration-fast),
    color var(--duration-fast);
}

.btn--danger:hover {
  background: var(--red-color-hover);
}

/* Popup overlay */
.profiel-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profiel-popup {
  padding: 28px;
  width: 100%;
  max-width: 480px;
  margin: 0 16px;
}

.profiel-popup__knoppen {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 0;
}

.profiel-header {
  flex-direction: column !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.profiel-header .btn {
  margin-top: 1.5rem;
}

.profiel-sectie__header h3,
.profiel-account_del .module-item-header {
  margin-bottom: 0 !important;
}

.profiel-account_del .module-item-body {
  padding: 36px;
}

.profiel-toast {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  padding: 0.85rem 1.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  max-width: 380px;
}

.profiel-toast--succes {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.profiel-toast--fout {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.profiel-toast__sluit {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: inherit;
  line-height: 1;
  padding: 0;
  margin-left: auto;
}

@media (max-width: 768px) {
  .profiel-bedrijfskaart {
    padding: 1.25rem;
    flex-wrap: wrap;
  }
}

.kanaal-suggestie-badge {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background-color: var(--primary-color-bg);
    color: var(--primary-color);
    font-size: 0.65rem;
    font-weight: 700;
    font-family: var(--paragraph-font);
    padding: 2px 6px;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
}

.sam-weekplanner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.4rem;
}

@media (max-width: 768px) {
   .sam-weekplanner {
    grid-template-columns: 1fr;
}
}
