.mk-herroeping {
  max-width: 760px;
  box-sizing: border-box;
}
.mk-herroeping *,
.mk-herroeping *::before,
.mk-herroeping *::after {
  box-sizing: border-box;
}
.mk-herroeping-form {
  padding: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  margin: 1rem 0 2rem;
}
.mk-herroeping-form label {
  font-weight: 600;
}
.mk-herroeping-form > p > label {
  display: block;
  margin-bottom: .35rem;
}
.mk-herroeping-form input[type="text"],
.mk-herroeping-form input[type="email"],
.mk-herroeping-form textarea {
  width: 100%;
  max-width: 100%;
  padding: .75rem;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
}
.mk-herroeping-button {
  padding: .75rem 1.25rem !important;
  cursor: pointer;
}
.mk-herroeping-items {
  display: block;
  width: 100%;
  margin: 1rem 0;
}
.mk-herroeping-item-row {
  display: grid;
  grid-template-columns: 32px 80px minmax(0, 1fr);
  align-items: center;
  column-gap: 1rem;
  width: 100%;
  min-height: 96px;
  padding: .75rem 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: .75rem;
  background: #fafafa;
}
.mk-herroeping-check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mk-herroeping-check input[type="checkbox"] {
  margin: 0;
}
.mk-herroeping-thumb {
  width: 72px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mk-herroeping-thumb img {
  width: 72px;
  height: 72px;
  max-width: 72px;
  object-fit: cover;
  border-radius: 4px;
}
.mk-herroeping-name {
  display: block;
  min-width: 0;
  margin: 0;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  overflow-wrap: anywhere;
}
.mk-herroeping-notice {
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
}
.mk-herroeping-success {
  background: #e9f7ef;
  border: 1px solid #b7e1c7;
  color: #1e6b3a;
}
.mk-herroeping-error {
  background: #fdecea;
  border: 1px solid #f5c2c0;
  color: #842029;
}
@media (max-width: 600px) {
  .mk-herroeping-form { padding: 1rem; }
  .mk-herroeping-item-row {
    grid-template-columns: 28px 64px minmax(0, 1fr);
    column-gap: .75rem;
  }
  .mk-herroeping-thumb,
  .mk-herroeping-thumb img {
    width: 64px;
    height: 64px;
    max-width: 64px;
  }
}
.mk-herroeping-term {
  padding: .9rem 1rem;
  border-radius: 8px;
  margin: 1rem 0;
  line-height: 1.45;
}
.mk-herroeping-term-ok {
  background: #e9f7ef;
  border: 1px solid #b7e1c7;
  color: #1e6b3a;
}
.mk-herroeping-term-warning {
  background: #fff3cd;
  border: 1px solid #ffe69c;
  color: #7a5200;
}
.mk-status-badge{display:inline-block;padding:3px 8px;border-radius:12px;background:#fff3cd;color:#7a5200;font-weight:600;white-space:nowrap;}
