.kg-p a,
.kg-list a,
.kg-list-ol a,
.kg-method-details-content a,
.kg-faq-content a {
  color: #3a3244;
  font-size: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.kg-p a:hover,
.kg-list a:hover,
.kg-list-ol a:hover,
.kg-method-details-content a:hover,
.kg-faq-content a:hover {
  color: #1a1a1a;
}

.kg-page {
  width: 100%;
  background: #fbfbfb;
  font-family: 'Montserrat', sans-serif;
  color: #2b2b2b;
  text-align: left !important;
  overflow: visible;
}

.kg-page *,
.kg-page *::before,
.kg-page *::after {
  box-sizing: border-box;
}

.kg-page div,
.kg-page p,
.kg-page span,
.kg-page h1,
.kg-page h2,
.kg-page h3,
.kg-page h4,
.kg-page ul,
.kg-page ol,
.kg-page li,
.kg-page a {
  text-align: left;
}

.kg-page img {
  margin-left: 0;
  margin-right: 0;
}

.kg-container {
  width: calc(100% - 48px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.kg-content {
  width: 100%;
  max-width: 980px;
}

.kg-hero {
  position: relative;
  z-index: 2;
  padding: 48px 0 40px;
}

.kg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #faf9f7;
  box-shadow: 0 0 0 100vmax #faf9f7;
  clip-path: inset(0 -100vmax);
  z-index: 0;
}

.kg-hero > * {
  position: relative;
  z-index: 1;
}

.kg-updated {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #4a4a4a;
}

.kg-updated-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ff5600;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.kg-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 28px;
}

.kg-h2, 
.kg-method-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3 !important;
  color: #1a1a1a;
  margin: 48px 0 18px;
}

.kg-h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
  margin: 36px 0 14px;
}

.kg-h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 28px 0 10px;
}

.kg-p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #2b2b2b;
  margin: 0 0 18px;
}

.kg-list,
.kg-list-ol {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #2b2b2b;
  margin: 0 0 22px;
  padding-left: 22px;
}

.kg-list li,
.kg-list-ol li {
  margin-bottom: 8px;
}

.kg-list li::marker {
  color: #3a3244;
}

.kg-list-ol li::marker {
  color: #3a3244;
  font-weight: 700;
}

.kg-authors {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  margin: 0;
}

.kg-author {
  min-width: 0;
}

.kg-author-label {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-bottom: 6px;
}

.kg-author-row {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.kg-author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin: 0;
}

.kg-author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.kg-author-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 4px;
  white-space: nowrap;
}

.kg-author-name:hover {
  color: #3a3244;
}

.kg-author-role {
  font-size: 12px;
  line-height: 1.2;
  color: #767676;
  white-space: nowrap;
}

.kg-author-popover {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 340px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
  z-index: 20;
}

.kg-author:last-child .kg-author-popover {
  left: auto;
  right: 0;
}

@media (max-width: 480px) {
  .kg-author-popover {
    width: min(340px, calc(100vw - 40px));
    box-sizing: border-box;
  }
}

.kg-author-row:hover .kg-author-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

button.kg-author-name {
  all: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 4px;
  white-space: nowrap;
  cursor: pointer;
}

.kg-author-popover-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.kg-author-popover-title span {
  font-weight: 400;
  color: #767676;
}

.kg-author-popover-text {
  font-size: 13px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 10px;
}

.kg-author-popover-link {
  font-size: 13px;
  font-weight: 700;
  color: #3a3244;
  text-decoration: underline;
}

@media (max-width: 380px) {
  .kg-authors {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .kg-author {
    width: 100%;
    flex: none;
  }
}

.kg-breadcrumb-bar {
  position: relative;
  padding: 13px 0;
}

.kg-breadcrumb-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f5f5f5;
  box-shadow: 0 0 0 100vmax #f5f5f5;
  clip-path: inset(0 -100vmax);
  z-index: 0;
}

.kg-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
}

.kg-breadcrumb-link,
.kg-breadcrumb-current,
.kg-breadcrumb-separator {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.kg-breadcrumb-link {
  color: #3a3244;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.kg-breadcrumb-link:hover {
  color: #3a3244;
}

.kg-breadcrumb-current {
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kg-breadcrumb {
  flex-wrap: nowrap;
}

.kg-breadcrumb-separator {
  color: #767676;
}

@media (max-width: 1024px) {
  .kg-container {
    width: calc(100% - 40px);
  }

  .kg-content {
    max-width: 760px;
  }

  .kg-hero {
    padding: 42px 0 36px;
  }
}

@media (max-width: 992px) {
  .kg-h1 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .kg-container {
    width: calc(100% - 32px);
  }

  .kg-content {
    max-width: none;
  }

  .kg-hero {
    padding: 34px 0 32px;
  }

  .kg-h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .kg-h2 {
    font-size: 23px;
    margin: 36px 0 14px;
  }

  .kg-h3 {
    font-size: 19px;
    margin: 28px 0 12px;
  }

  .kg-h4 {
    font-size: 16px;
    margin: 22px 0 8px;
  }

  .kg-p,
  .kg-list,
  .kg-list-ol {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .kg-container {
    width: calc(100% - 24px);
  }

  .kg-hero {
    padding: 28px 0 24px;
  }

  .kg-h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  .kg-h2 {
    font-size: 19px;
    margin: 32px 0 12px;
  }

  .kg-h3 {
    font-size: 16px;
    margin: 24px 0 10px;
  }

  .kg-h4 {
    font-size: 14px;
    margin: 20px 0 8px;
  }

  .kg-p,
  .kg-p a,
  .kg-list,
  .kg-list-ol {
    font-size: 14px;
  }

  .kg-updated {
    font-size: 12px;
  }

  .kg-authors {
    gap: 16px;
  }

  .kg-author {
    flex: 1 1 0;
  }

  .kg-author-avatar {
    width: 30px;
    height: 30px;
  }

  .kg-author-name {
    font-size: 13px;
  }

  .kg-author-role,
  .kg-author-label {
    font-size: 11px;
  }

  .kg-breadcrumb-bar {
    padding: 11px 0;
  }

  .kg-breadcrumb {
    gap: 7px;
  }

  .kg-breadcrumb-link,
  .kg-breadcrumb-current,
  .kg-breadcrumb-separator {
    font-size: 11px;
  }
}

/* Koopgids beoordelingsmethode */
.kg-method {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 30px;
  margin: 40px 0 48px;
}

.kg-method-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.kg-method-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.kg-method-intro {
  font-size: 15px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0;
}

.kg-method-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.kg-method-stat {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  background: #faf9f7;
  border-radius: 9px;
  padding: 14px;
}

.kg-method-stat-icon {
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #ffffff;
  color: #ff5600;
}

.kg-method-stat-icon svg,
.kg-method-criterion-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.kg-method-stat-value {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
}

.kg-method-stat-label {
  font-size: 11px;
  line-height: 1.35;
  color: #767676;
}

.kg-method-dropdown {
  border-top: 1px solid #ececec;
}

.kg-method-dropdown:last-child {
  border-bottom: 1px solid #ececec;
}

.kg-method-checkbox {
  display: none;
}

.kg-method-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 17px 0;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #1a1a1a;
}

.kg-method-toggle-arrow {
  flex-shrink: 0;
  font-size: 11px;
  color: #ff5600;
  transition: transform 0.25s ease;
}

.kg-method-checkbox:checked + .kg-method-toggle .kg-method-toggle-arrow {
  transform: rotate(180deg);
}

.kg-method-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.kg-method-checkbox:checked ~ .kg-method-wrap {
  grid-template-rows: 1fr;
}

.kg-method-inner {
  min-height: 0;
  overflow: hidden;
}

.kg-method-criteria {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ececec;
}

.kg-method-criterion {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.kg-method-criterion:nth-child(3n) {
  border-right: none;
}

.kg-method-criterion:nth-last-child(-n+3) {
  border-bottom: none;
}

.kg-method-criterion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff5ef;
  color: #ff5600;
}

.kg-method-criterion h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 5px;
}

.kg-method-criterion p {
  font-size: 12px;
  line-height: 1.55;
  color: #5f5f5f;
  margin: 0;
}

.kg-method-details-content {
  max-width: 850px;
  padding: 0 0 17px;
}

.kg-method-details-content p {
  font-size: 13px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0 0 14px;
}

.kg-method-details-content p:last-child {
  margin-bottom: 0;
}

.kg-method-details-content a {
  font-size: 13px;
  color: #3a3244;
  font-weight: 700;
  text-decoration: underline;
}

.kg-method-details-content a:hover {
  color: #473b56;
}


@media (max-width: 900px) {
  .kg-method-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kg-method-criteria {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kg-method-criterion,
  .kg-method-criterion:nth-child(3n) {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }

  .kg-method-criterion:nth-child(2n) {
    border-right: none;
  }

  .kg-method-criterion:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .kg-method {
    padding: 20px 16px;
    margin: 28px 0 36px;
  }

  .kg-method-title {
    font-size: 20px !important;
  }

  .kg-method-intro {
    font-size: 14px;
  }

  .kg-method-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }

  .kg-method-stat {
    grid-template-columns: 30px 1fr;
    padding: 11px;
    column-gap: 8px;
  }

  .kg-method-stat-icon {
    width: 30px;
    height: 30px;
  }

  .kg-method-stat-icon svg {
    width: 15px;
    height: 15px;
  }

  .kg-method-stat-value {
    font-size: 14px;
	margin-bottom: 4px;
  }

  .kg-method-stat-label {
    font-size: 10px;
  }

  .kg-method-toggle {
    padding: 15px 0;
    font-size: 12px;
  }

  .kg-method-criteria {
    grid-template-columns: 1fr;
  }

  .kg-method-criterion,
  .kg-method-criterion:nth-child(2n),
  .kg-method-criterion:nth-child(3n),
  .kg-method-criterion:nth-last-child(-n+2),
  .kg-method-criterion:nth-last-child(-n+3) {
    border-right: none;
    border-bottom: 1px solid #ececec;
  }

  .kg-method-criterion:last-child {
    border-bottom: none;
  }

  .kg-method-criterion {
    padding: 16px 4px;
  }

  .kg-method-details-content a {
    font-size: 12px;
  }
}

@media (max-width: 410px) {
  .kg-method-stats {
    grid-template-columns: 1fr;
  }
}

.kg-icon-svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

/* Koopgids belangrijke informatie */
.kg-important {
  margin: 0 0 48px;
}

.kg-important > .kg-h2 {
  margin: 0 0 22px;
}

.kg-important-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.kg-important-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px 28px 24px 0;
}

.kg-important-item:nth-child(odd) {
  border-right: 1px solid #e5e5e5;
}

.kg-important-item:nth-child(-n+2) {
  border-bottom: 1px solid #e5e5e5;
}

.kg-important-item:nth-child(even) {
  padding-left: 28px;
  padding-right: 0;
}

.kg-important-number {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #c9c5cd;
}

.kg-important-text .kg-h3 {
  margin: 0 0 7px;
}

.kg-important-text .kg-p {
  margin: 0;
}

@media (max-width: 700px) {
  .kg-important {
    margin-bottom: 36px;
  }

  .kg-important-grid {
    grid-template-columns: 1fr;
  }

  .kg-important-item,
  .kg-important-item:nth-child(even) {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 18px 0;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .kg-important-item:last-child {
    border-bottom: none;
  }

  .kg-important-number {
    font-size: 21px;
  }
}

@media (max-width: 700px) {
  .kg-important-item,
  .kg-important-item:nth-child(odd),
  .kg-important-item:nth-child(even) {
    border-right: none;
  }
}

/* Text & Image */
.kg-guide-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 52px;
  align-items: center;
  margin: 0 0 48px;
}

.kg-guide-intro-content {
  max-width: 650px;
}

.kg-guide-intro-content .kg-h2 {
  margin: 0 0 14px;
}

.kg-guide-intro-content .kg-p {
  margin: 0 0 16px;
}

.kg-guide-intro-content .kg-p:last-child {
  margin-bottom: 0;
}

.kg-guide-intro-content .kg-p a {
  color: #3a3244;
  font-weight: 700;
  text-decoration: underline;
}

.kg-guide-intro-content .kg-p a:hover {
  color: #473b56;
}

.kg-guide-intro-image {
  margin: 0;
}

.kg-guide-intro-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.kg-guide-intro-image figcaption {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #767676;
}

@media (max-width: 800px) {
  .kg-guide-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .kg-guide-intro-content {
    max-width: 100%;
  }

  .kg-guide-intro-image {
    max-width: 600px;
  }
}

@media (max-width: 480px) {
  .kg-guide-intro {
    gap: 20px;
    margin-bottom: 34px;
  }

  .kg-guide-intro-image figcaption {
    font-size: 10px;
  }
}

/* Sectiescheiding */
.kg-section-divider {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 0 0 48px;
}

@media (max-width: 600px) {
  .kg-section-divider {
    margin-bottom: 36px;
  }
}

/* Tables / Tabellen */
/* Content table */
.kg-table-wrap {
  width: 100%;
  border: 1px solid #e5e0e8;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.kg-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.kg-table th,
.kg-table td {
  text-align: left;
  vertical-align: top;
}

.kg-table th {
  background: #3a3244;
  color: #fff;
  font-weight: 700;
  padding: 14px 18px;
}

.kg-table td {
  padding: 13px 18px;
  color: #2b2b2b;
  border-bottom: 1px solid #ede9f0;
}

.kg-table tbody tr {
  background: #fff;
}

.kg-table tbody tr:last-child td {
  border-bottom: none;
}

.kg-table tbody tr:hover {
  background: #f0e9f5;
}

.kg-table a {
  color: #3a3244;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}

.kg-table-caption {
  font-size: 0.82rem;
  color: #8a8393;
  margin-top: 10px;
  line-height: 1.5;
}

/* Ranking table */
.kg-ranking {
  margin: 0 0 48px;
}

.kg-ranking > .kg-h2 {
  margin: 0 0 18px;
}

.kg-ranking .kg-table {
  min-width: 760px;
}

.kg-ranking .kg-table th,
.kg-ranking .kg-table td {
  white-space: nowrap;
}


/* Koopgids mini reviews */
.kg-mini-review {
  margin: 0 0 58px;
}

.kg-mini-review-title {
  margin: 0 0 14px;
}

.kg-mini-review-copy {
  max-width: 980px;
}

.kg-mini-review-copy .kg-p {
  margin: 0 0 16px;
}

.kg-mini-review-quick {
  margin: 22px 0 24px;
}

.kg-mini-review-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 8px;
  background: #ff5600;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.kg-mini-review-cta:hover {
  background: #e64d00;
  color: #fff;
}

/* Extra productinformatie binnen productkaart */

.kg-product-card {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.kg-product-card .kg-product {
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.kg-product-extra {
  grid-column: 1 / -1;
}

.kg-product-extra {
  display: block;
  border-top: 1px solid #e5e5e5;
}

.kg-product-extra-item {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.kg-product-extra-item:first-child {
  border-right: 0;
}

.kg-product-extra-item:last-child {
  border-bottom: 0;
}

.kg-product-extra-checkbox {
  display: none;
}

.kg-product-extra-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  color: #3a3244;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.kg-product-extra-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.kg-product-extra-checkbox:checked ~ .kg-product-extra-wrap {
  grid-template-rows: 1fr;
}

.kg-product-extra-inner {
  min-height: 0;
  overflow: hidden;
}

.kg-product-extra-checkbox:checked + .kg-product-extra-head .kg-product-extra-arrow {
  transform: rotate(180deg);
}

.kg-product-extra-arrow {
  flex-shrink: 0;
  color: #ff5600;
  font-size: 10px;
  transition: transform .2s ease;
}


.kg-product-extra-content {
  padding: 0 20px 20px;
}

.kg-product-extra-list {
  display: grid;
  gap: 8px;
}

.kg-product-extra-list span {
  position: relative;
  padding-left: 16px;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.55;
}

.kg-product-extra-list span::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5600;
}

.kg-product-extra-text {
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.65;
}

.kg-product-extra-text p {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #4a4a4a;
}

.kg-product-extra-text p:first-child {
  margin-top: 0;
}

.kg-product-extra-text ul {
  margin: 0;
  padding-left: 20px;
}

.kg-product-extra-text li {
  margin-bottom: 6px;
  padding-left: 2px;
}

.kg-product-extra-text li:last-child {
  margin-bottom: 0;
}

/* Dynamische productkaart */
.kg-product {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.kg-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #faf9f7;
}

.kg-product-image img {
  display: block;
  width: 100%;
  max-width: 300px;
  object-fit: contain;
}

.kg-product-main {
  position: relative;
  padding: 26px 28px;
}

.kg-product-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 5px 9px;
  border-radius: 6px;
  background: #fff1e9;
  color: #ff5600;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.kg-product-brand {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  color: #767676;
}

.kg-product-title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a1a;
}

.kg-product-usps {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.kg-product-usps li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 1.5;
  color: #4a4a4a;
}

.kg-product-usps li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff5600;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.kg-product-lab {
  display: inline-block;
  margin: 0 0 15px;
  color: #3a3244;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.kg-product-pricing {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 18px;
}

.kg-product-price {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
}

.kg-product-dose-price {
  font-size: 12px;
  color: #767676;
}

.kg-product-actions {
  display: flex;
  gap: 10px;
}

.kg-product-cta,
.kg-product-review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.kg-product-cta {
  background: #ff5600;
  color: #fff;
}

.kg-product-cta:hover {
  background: #e64d00;
  color: #fff;
}

.kg-product-review-link {
  border: 1px solid #3a3244;
  color: #3a3244;
  background: #fff;
}

.kg-product-cta,
.kg-product-review-link {
  min-width: 180px;
}

.kg-product-review-link:hover {
  background: #3a3244;
  color: #ffffff;
}

.kg-product-pros-cons {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e5e5e5;
}

.kg-product-pros,
.kg-product-cons {
  padding: 22px 26px;
}

.kg-product-pros {
  border-right: 1px solid #e5e5e5;
}

.kg-product-pros h4,
.kg-product-cons h4 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}

.kg-product-pros ul,
.kg-product-cons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kg-product-pros li,
.kg-product-cons li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 21px;
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
}

.kg-product-pros li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff5600;
  font-weight: 700;
}

.kg-product-cons li::before {
  content: "×";
  position: absolute;
  left: 1px;
  color: #3a3244;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
}

@media (max-width: 700px) {
  .kg-product {
    grid-template-columns: 1fr;
  }

  .kg-product-image {
    padding: 20px;
  }

  .kg-product-image img {
    height: 190px;
    max-width: 180px;
  }

  .kg-product-main {
    padding: 20px;
  }

  .kg-product-actions {
    flex-direction: column;
  }

  .kg-product-cta,
  .kg-product-review-link {
    width: 100%;
  }

  .kg-product-pros-cons {
    grid-template-columns: 1fr;
  }

  .kg-product-pros {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .kg-product-pricing {
    flex-direction: column;
    gap: 3px;
  }
}

@media (max-width: 520px) {
  .kg-product-image img {
    height: 170px;
    max-width: 160px;
  }
}	
/*  FAQ */

.kg-faq {
  margin: 48px 0 0;
}

.kg-faq > .kg-h2 {
  margin: 0 0 18px;
}

.kg-faq-list {
  border-top: 1px solid #e5e5e5;
}

.kg-faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.kg-faq-checkbox {
  display: none;
}

.kg-faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 18px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: #1a1a1a;
}

.kg-faq-arrow {
  flex-shrink: 0;
  color: #ff5600;
  font-size: 10px;
  transition: transform .25s ease;
}

.kg-faq-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.kg-faq-inner {
  min-height: 0;
  overflow: hidden;
}

.kg-faq-checkbox:checked + .kg-faq-toggle + .kg-faq-wrap {
  grid-template-rows: 1fr;
}

.kg-faq-checkbox:checked + .kg-faq-toggle .kg-faq-arrow {
  transform: rotate(180deg);
}

.kg-faq-content {
  padding: 0 0 18px;
  max-width: 980px;
}

.kg-faq-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #4a4a4a;
}

@media (max-width: 600px) {
  .kg-faq {
    margin-top: 36px;
  }

  .kg-faq-toggle {
    padding: 16px 0;
    font-size: 13px;
  }

  .kg-faq-content p {
    font-size: 13px;
  }
}

/* Koopgids auteur */

.kg-author-box {
  margin: 52px 0 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.kg-author-box-main {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.kg-author-box-avatar-link {
  display: block;
}

.kg-author-box-avatar {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.kg-author-box-label {
  display: block;
  margin: 0 0 4px;
  font-size: 11px;
  color: #999;
}

.kg-author-box-name {
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.kg-author-box-name a {
  color: #1a1a1a;
  text-decoration: none;
}

.kg-author-box-name a:hover {
  color: #3a3244;
}

.kg-author-box-role {
  display: block;
  margin-bottom: 11px;
  font-size: 12px;
  color: #767676;
}

.kg-author-box-bio {
  max-width: 760px;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #4a4a4a;
}

.kg-author-box-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.kg-author-box-profile {
  font-size: 12px;
  font-weight: 700;
  color: #3a3244;
  text-decoration: underline;
}

.kg-author-box-profile:hover {
  color: #473b56;
}

.kg-author-box-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kg-author-box-social img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .kg-author-box {
    padding: 20px;
    margin-top: 40px;
  }

  .kg-author-box-main {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 16px;
  }

  .kg-author-box-avatar {
    width: 68px;
    height: 68px;
  }

  .kg-author-box-name {
    font-size: 16px;
  }

  .kg-author-box-bio {
    grid-column: 1 / -1;
  }
}

/* related articles */
/* Gerelateerde artikelen */
.kg-related {
  position: relative;
  padding: 32px 0 100px;
}

.kg-related::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
  z-index: 0;
}

.kg-related::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #e5e5e5;
  transform: translateX(-50%);
  z-index: 1;
}

.kg-related > * {
  position: relative;
  z-index: 2;
}

.kg-related .kg-h2 {
  margin-bottom: 22px;
}

.kg-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.kg-related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.kg-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(58, 50, 68, .08);
}

.kg-related-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
}

.kg-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.kg-related-card:hover .kg-related-image img {
  transform: scale(1.025);
}

.kg-related-content {
  padding: 18px;
  background: #faf9f7;
}

.kg-related-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 5px;
  background: #f1edf5;
  color: #3a3244;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.kg-related-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.kg-related-link {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
}

.kg-related-link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.kg-related-card:hover .kg-related-link {
  color: #ff5600;
}

@media (max-width: 800px) {
  .kg-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .kg-related-grid {
    grid-template-columns: 1fr;
  }

  .kg-related-content {
    padding: 16px;
  }
}

/* samenstelling tabel */
.kg-composition-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 2px;
}

.kg-composition-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 12px;
  line-height: 1.35;
}

.kg-composition-table th,
.kg-composition-table td {
  padding: 7px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}

.kg-composition-table th {
  background: #f7f5f8;
  color: #3a3244;
  font-weight: 700;
}

.kg-composition-table th:nth-child(1),
.kg-composition-table td:nth-child(1) {
  width: 34%;
}

.kg-composition-table th:nth-child(2),
.kg-composition-table td:nth-child(2) {
  width: 20%;
  white-space: nowrap;
}

.kg-composition-table th:nth-child(3),
.kg-composition-table td:nth-child(3) {
  width: 10%;
  white-space: nowrap;
}

.kg-composition-table th:nth-child(4),
.kg-composition-table td:nth-child(4) {
  width: 36%;
}

.kg-composition-group td {
  background: #faf9f7;
  color: #3a3244;
  font-weight: 700;
}

.kg-composition-subrow td:first-child {
  padding-left: 20px;
}

.kg-composition-note {
  margin: 7px 0 0;
  font-size: 10px;
  line-height: 1.4;
  color: #777;
}

.kg-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.kg-table-wrap::-webkit-scrollbar-track {
  background: #faf9f7;
}

.kg-table-wrap::-webkit-scrollbar-thumb {
  background: #3a3244;
  border-radius: 8px;
}

.kg-table-wrap {
  scrollbar-width: thin;
  scrollbar-color: #3a3244 #faf9f7;
}

  .kg-composition-table th,
  .kg-composition-table td {
    padding: 6px 9px;
  }
}