/* Maria-ter-Heide — custom theme (Bootstrap underneath, local editorial look) */
:root {
  --mth-olive: #4c4f3e;
  --mth-olive-2: #a0a395;
  --mth-lime: #9aba1c;
  --mth-lime-light: #b4cf4c;
  --mth-lime-bright: #a7d101;
  --mth-red: #ba0300;
  --mth-cream: #f7f6f0;
  --mth-paper: #fdfcf8;
  --mth-ink: #1c1d18;
  --mth-radius: 14px;
  --mth-control-radius: 10px;
  --mth-control-height: 2.35rem;
  --mth-control-height-sm: 2rem;
  --mth-surface-border: 1px solid rgba(76, 79, 62, 0.1);
  --mth-surface-shadow: 0 8px 30px rgba(76, 79, 62, 0.06);
  --mth-surface-shadow-hover: 0 12px 30px rgba(28, 29, 24, 0.1);
  --mth-font: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mth-display: "Literata", "Georgia", "Times New Roman", serif;
}

.mth-site {
  font-family: var(--mth-font);
  --bs-body-font-family: var(--mth-font);
  --bs-font-sans-serif: var(--mth-font);
  color: var(--mth-ink);
  background: var(--mth-paper);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.mth-main {
  flex: 1;
}

.mth-skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  padding: 0.5rem 1rem;
  background: var(--mth-lime);
  color: #fff;
  z-index: 2000;
}
.mth-skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.mth-alert-bar {
  background: var(--mth-olive);
  color: #fff;
  text-align: center;
  padding: 0.45rem 1rem;
  font-size: 0.9rem;
  position: sticky;
  top: 0;
  z-index: 1045;
}
.mth-alert-bar--olive {
  background: var(--mth-olive);
}
.mth-alert-bar--red {
  background: #8f1f1d;
}
.mth-alert-bar--blue {
  background: #1f4d6b;
}
.mth-alert-bar--amber {
  background: #8a5a00;
}
.mth-alert-bar--gray {
  background: #545b62;
}

.mth-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(253, 252, 248, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(76, 79, 62, 0.12);
}
.mth-site--has-alert .mth-header {
  top: 2.15rem;
}

.mth-navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.mth-navbar .navbar-collapse {
  justify-content: flex-start;
}
.mth-navbar-nav {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .mth-navbar-nav {
    align-items: center;
  }
}

.mth-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--mth-display);
  color: var(--mth-olive) !important;
  text-decoration: none;
}
.mth-brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--mth-lime), var(--mth-lime-bright));
  box-shadow: 0 2px 8px rgba(76, 79, 62, 0.2);
  flex-shrink: 0;
}

.mth-brand__mark--img {
  display: block;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  padding: 4px;
  box-shadow: 0 2px 8px rgba(76, 79, 62, 0.15);
}
.mth-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.mth-brand__name {
  font-weight: 600;
  font-size: 1.05rem;
}
.mth-brand__tag {
  font-family: var(--mth-font);
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--mth-olive-2);
  letter-spacing: 0.02em;
}

.mth-nav-link {
  color: var(--mth-olive) !important;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  padding: 0.35rem 0.85rem !important;
}
.mth-nav-link:hover,
.mth-nav-link:focus {
  background: rgba(154, 186, 28, 0.12);
  color: var(--mth-olive) !important;
}
.mth-nav-link--cta {
  background: var(--mth-lime);
  color: #fff !important;
  margin-left: 0.25rem;
}
.mth-nav-link--cta:hover {
  background: var(--mth-olive);
  color: #fff !important;
}

.mth-nav-toggle {
  border: none;
  padding: 0.5rem;
}
.mth-nav-toggle:focus {
  box-shadow: 0 0 0 3px rgba(154, 186, 28, 0.45);
}
.mth-nav-toggle__lines {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--mth-olive);
  position: relative;
}
.mth-nav-toggle__lines::before,
.mth-nav-toggle__lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--mth-olive);
}
.mth-nav-toggle__lines::before {
  top: -7px;
}
.mth-nav-toggle__lines::after {
  top: 7px;
}

.mth-hero {
  position: relative;
  min-height: min(52vh, 520px);
  display: flex;
  align-items: flex-end;
  background: var(--mth-olive);
  overflow: hidden;
}
.mth-hero__img,
.mth-hero__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mth-hero__placeholder {
  background: linear-gradient(120deg, var(--mth-olive), #2a2c22);
}
.mth-hero__overlay {
  position: relative;
  width: 100%;
  padding: 3rem 0 2.5rem;
  background: linear-gradient(0deg, rgba(28, 29, 24, 0.82), transparent);
  color: #fff;
}
.mth-hero__title {
  font-family: var(--mth-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  max-width: 18ch;
}
.mth-hero__subtitle {
  opacity: 0.95;
  max-width: 36ch;
}
.mth-hero__meta {
  font-size: 0.9rem;
  opacity: 0.85;
}

.mth-btn-primary {
  background: var(--mth-lime);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
  transition: background-color 0.15s ease, transform 0.12s ease, box-shadow 0.12s ease;
}
.mth-btn-primary:hover,
.mth-btn-primary:focus {
  background: var(--mth-olive);
  color: #fff;
}
.mth-btn-outline {
  border-radius: 999px;
  border: 2px solid var(--mth-olive);
  color: var(--mth-olive);
  font-weight: 600;
  transition: background-color 0.15s ease, transform 0.12s ease, box-shadow 0.12s ease;
}
.mth-btn-outline:hover {
  background: var(--mth-olive);
  color: #fff;
}
.mth-btn-primary:focus-visible,
.mth-btn-outline:focus-visible {
  outline: 2px solid var(--mth-lime);
  outline-offset: 2px;
}
.mth-btn--sm {
  min-height: var(--mth-control-height-sm);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.mth-form {
  display: grid;
  gap: 0.9rem;
}
.mth-form .form-label {
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #3f4335;
}
.mth-form .form-check-label {
  color: #3f4335;
}
.mth-input {
  min-height: var(--mth-control-height);
  border-radius: var(--mth-control-radius);
  border-color: rgba(76, 79, 62, 0.2);
  padding: 0.5rem 0.75rem;
}
.mth-input--sm {
  min-height: var(--mth-control-height-sm);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
textarea.mth-input {
  min-height: 6.5rem;
  line-height: 1.5;
}
.mth-input::placeholder {
  color: #727764;
  opacity: 0.9;
}

.mth-section-title {
  font-family: var(--mth-display);
  font-size: 1.35rem;
  color: var(--mth-olive);
  margin-bottom: 1rem;
}

.mth-page-title {
  font-family: var(--mth-display);
  color: var(--mth-olive);
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  margin-bottom: 1rem;
}
.mth-page-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}
.mth-page-head__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(76, 79, 62, 0.18);
  background: var(--mth-cream);
  color: var(--mth-olive);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}
.mth-page-head__cta:hover {
  border-color: var(--mth-lime);
  background: rgba(154, 186, 28, 0.14);
  color: var(--mth-olive);
}
@media (max-width: 767.98px) {
  .mth-page-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mth-panel,
.mth-card-block {
  background: #fff;
  border-radius: var(--mth-radius);
  padding: 1.25rem 1.35rem;
  border: var(--mth-surface-border);
  box-shadow: var(--mth-surface-shadow);
}
.mth-panel--accent {
  border-left: 4px solid var(--mth-lime-bright);
}
.mth-panel__title {
  font-family: var(--mth-display);
  font-size: 1.15rem;
  color: var(--mth-olive);
  margin-bottom: 0.75rem;
}

/* Snelle links: gestapelde rijen (volle breedte), minder “lege” witruimte dan pills */
.mth-quicklinks-card .mth-section-title {
  margin-bottom: 0.85rem;
}
.mth-quicklinks__list {
  border-radius: 0.65rem;
  border: 1px solid rgba(76, 79, 62, 0.12);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(250, 249, 244, 0.95) 0%, var(--mth-cream) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.mth-quicklinks__item {
  border-bottom: 1px solid rgba(76, 79, 62, 0.1);
}
.mth-quicklinks__item:last-child {
  border-bottom: none;
}
.mth-quicklinks__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.58rem 0.9rem;
  text-decoration: none;
  color: var(--mth-olive);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.35;
  transition: background 0.15s ease, color 0.15s ease;
}
.mth-quicklinks__link:hover {
  background: rgba(255, 255, 255, 0.88);
  color: var(--mth-olive);
}
.mth-quicklinks__link:focus-visible {
  outline: 2px solid var(--mth-lime);
  outline-offset: -2px;
  z-index: 1;
  position: relative;
}
.mth-quicklinks__text {
  min-width: 0;
}
.mth-quicklinks__arrow {
  flex-shrink: 0;
  display: flex;
  color: rgba(76, 79, 62, 0.32);
  transition: color 0.15s ease, transform 0.15s ease;
}
.mth-quicklinks__link:hover .mth-quicklinks__arrow {
  color: var(--mth-lime);
  transform: translateX(3px);
}

/* Social (icoonknoppen): gelijke cellen, schaal mee met kolombreedte */
.mth-social-card {
  min-width: 0;
}
.mth-social-bar {
  container-type: inline-size;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2.5rem, 1fr));
  gap: 0.45rem;
  width: 100%;
}
.mth-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  min-height: 2.5rem;
  min-width: 0;
  padding: 0.35rem;
  border-radius: 0.65rem;
  background: var(--mth-cream);
  color: var(--mth-olive);
  border: 1px solid rgba(76, 79, 62, 0.1);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, transform 0.12s ease;
}
.mth-social-btn:hover {
  background: rgba(154, 186, 28, 0.22);
  color: var(--mth-olive);
}
.mth-social-btn:focus-visible {
  outline: 2px solid var(--mth-lime);
  outline-offset: 2px;
}
.mth-social-btn .bi {
  font-size: clamp(0.95rem, 14cqw, 1.55rem);
  line-height: 1;
}

.mth-search-form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.mth-search-form .mth-input {
  flex: 1 1 200px;
}
.mth-search-page-form .mth-input,
.mth-search-page-form .form-select,
.mth-search-page-form .form-control {
  min-height: var(--mth-control-height-sm);
}
.mth-search-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.mth-search-group-head__more {
  white-space: nowrap;
}
.mth-newsletter-subscribe .mth-panel__title {
  margin-bottom: 0.5rem;
}
.mth-newsletter-subscribe .mth-input {
  font-size: 0.9rem;
  min-height: var(--mth-control-height-sm);
}
.mth-newsletter-subscribe .btn {
  min-height: var(--mth-control-height-sm);
}
.mth-home-sidebar {
  align-content: start;
}
@media (min-width: 992px) {
  .mth-home-sidebar {
    position: sticky;
    top: 5.5rem;
  }
}

/* Hoofdzone (8 kol): nieuws bovenaan; daarna twee onafhankelijke kolommen met panelen */
.mth-home-main {
  align-content: start;
}
.mth-home-main-grid {
  align-items: flex-start;
}
.mth-home-main-stack > .mth-panel {
  height: auto;
}
.mth-panel--news-lead .mth-panel__title {
  margin-bottom: 0.75rem;
}
.mth-home-pre-news__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mth-home-pre-news__body::after {
  content: "";
  display: block;
  clear: both;
}
.mth-home-pre-news__img--wrap {
  float: left;
  width: min(38%, 260px);
  margin: 0 1rem 0.75rem 0;
}
@media (max-width: 767.98px) {
  .mth-home-pre-news__img--wrap {
    float: none;
    width: 100%;
    margin: 0 0 0.75rem 0;
  }
}
.mth-home-callout {
  border-left: 0;
  background: #fff;
}
.mth-home-callout--red {
  border-left: 4px solid var(--mth-red);
  background: linear-gradient(180deg, #fff, #fff8f3);
}
.mth-home-callout--olive {
  border-left: 4px solid var(--mth-olive);
  background: linear-gradient(180deg, #fff, #f8faf5);
}
.mth-home-callout--lime {
  border-left: 4px solid var(--mth-lime);
  background: linear-gradient(180deg, #fff, #fbfff0);
}
.mth-home-callout--blue {
  border-left: 4px solid #2f6289;
  background: linear-gradient(180deg, #fff, #f3f8fc);
}
.mth-home-callout--gray {
  border-left: 4px solid #6c757d;
  background: linear-gradient(180deg, #fff, #f7f7f8);
}
.mth-photo-moment {
  max-width: 100%;
}
.mth-photo-moment .mth-photo-moment__fig {
  margin-bottom: 0;
}
.mth-panel--news-lead {
  min-width: 0;
}
.mth-home-news-more-list {
  padding-top: 0.25rem;
  border-top: 1px dashed rgba(76, 79, 62, 0.12);
}

.mth-input:focus {
  border-color: var(--mth-lime);
  box-shadow: 0 0 0 3px rgba(154, 186, 28, 0.25);
}

.mth-cal-list__item a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(76, 79, 62, 0.15);
}
.mth-cal-list__item time {
  font-weight: 700;
  color: var(--mth-lime);
  margin-right: 0.5rem;
}

/* Homepage: zelfde feed-stijl voor kalender en nieuws */
.mth-home-feed__item {
  border-bottom: 1px dashed rgba(76, 79, 62, 0.14);
}
.mth-home-feed__item:last-child {
  border-bottom: none;
}
.mth-home-feed__link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.5rem 0;
  transition: background 0.12s ease;
  border-radius: 8px;
  margin: 0 -0.35rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.mth-home-feed__link:hover {
  background: rgba(154, 186, 28, 0.08);
  color: inherit;
}
.mth-home-feed__meta {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mth-lime);
  letter-spacing: 0.02em;
  margin-bottom: 0.15rem;
}
@media (min-width: 576px) {
  .mth-home-feed__meta {
    display: inline;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
.mth-home-feed__title {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: var(--mth-olive);
  line-height: 1.35;
}
@media (min-width: 576px) {
  .mth-home-feed__title {
    display: inline;
  }
}
.mth-home-feed__hint {
  display: block;
  font-size: 0.86rem;
  color: var(--mth-olive-2);
  margin-top: 0.35rem;
  line-height: 1.4;
}
.mth-home-news-feature .mth-home-feed__link--feature {
  padding-top: 0;
}
.mth-home-feed__link--feature .mth-home-feed__title {
  font-size: 1.06rem;
  font-weight: 700;
}
.mth-home-news-excerpt {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--mth-ink);
}

.mth-text-link {
  color: var(--mth-red);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.mth-text-link:hover {
  border-bottom-color: var(--mth-red);
}
.mth-home-subtle-link {
  color: var(--mth-olive-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(76, 79, 62, 0.25);
  font-size: 0.88rem;
  font-weight: 600;
}
.mth-home-subtle-link:hover {
  color: var(--mth-olive);
  border-bottom-color: var(--mth-red);
}
.mth-past-news__reload {
  border: 1px solid rgba(76, 79, 62, 0.16);
  background: transparent;
  color: var(--mth-olive);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  line-height: 1.2;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
}
.mth-past-news__reload:hover {
  color: var(--mth-olive);
  border-color: var(--mth-lime);
  background: rgba(154, 186, 28, 0.16);
  opacity: 1;
}

.mth-weather {
  display: block;
}
.mth-weather__lead {
  font-size: 1.05rem;
  color: var(--mth-ink);
  font-weight: 500;
  line-height: 1.45;
}
.mth-weather__lead strong {
  font-weight: 700;
  color: var(--mth-olive);
}
.mth-weather__obs-meta {
  font-size: 0.72rem;
  color: var(--mth-olive-2);
  line-height: 1.35;
  opacity: 0.92;
}
.mth-weather__visual-row {
  margin-top: 0;
}
.mth-weather__body {
  flex: 1;
  min-width: 0;
}
.mth-weather__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 0.85rem;
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
}
.mth-weather__stats > div {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.mth-weather__stats dt {
  margin: 0;
  font-weight: 700;
  color: var(--mth-olive-2);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mth-weather__stats dd {
  margin: 0;
  font-weight: 600;
  color: var(--mth-ink);
}
.mth-weather__sun {
  line-height: 1.35;
}
.mth-weather__cta {
  margin-top: 0.75rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(76, 79, 62, 0.1);
}
.mth-weather__cta .btn {
  text-decoration: none;
}

.mth-delijn__list {
  margin: 0;
}
.mth-delijn__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.5rem 0.75rem;
  align-items: baseline;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(76, 79, 62, 0.1);
}
.mth-delijn__row:last-child {
  border-bottom: none;
}
.mth-delijn__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.85rem;
  background: #f4d400;
  color: #1a1a1a;
  line-height: 1.2;
}
.mth-delijn__dest {
  font-weight: 600;
  color: var(--mth-ink);
  font-size: 0.95rem;
  min-width: 0;
}
.mth-delijn__dir {
  display: inline-block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--mth-olive-2);
  margin-right: 0.35rem;
  line-height: 1;
  vertical-align: -0.05em;
}
.mth-delijn__time {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--mth-olive);
  white-space: nowrap;
}
.mth-delijn__rt {
  color: var(--mth-lime);
  font-size: 0.65rem;
  vertical-align: middle;
  margin-left: 0.15rem;
}
.mth-delijn__rt--muted {
  color: #a5acb3;
}
.mth-delijn__foot {
  margin-top: 0.35rem;
}
.mth-delijn__foot a {
  color: var(--mth-olive-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(76, 79, 62, 0.25);
}
.mth-delijn__foot a:hover {
  border-bottom-color: var(--mth-red);
}

.mth-footer {
  background: var(--mth-olive);
  color: #e8e6dc;
  margin-top: 3rem;
}
.mth-footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.mth-footer a:hover {
  border-bottom-color: #fff;
}
/* Merklink: geen “onderstreep-lijn” (die plakte visueel tegen het witte logo) */
.mth-footer a.mth-footer__brand {
  border-bottom: none;
  padding-bottom: 0.25rem;
  margin-bottom: 0.35rem;
}
.mth-footer a.mth-footer__brand:hover {
  border-bottom: none;
}
.mth-footer a.mth-footer__brand:hover .mth-footer__lead {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  text-underline-offset: 0.2em;
}
.mth-footer__heading {
  font-family: var(--mth-display);
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #fff;
}
.mth-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mth-footer__links li {
  margin-bottom: 0.35rem;
}
.mth-footer__lead {
  font-family: var(--mth-display);
  font-weight: 600;
  color: #fff;
}
.mth-footer__brand .mth-footer__lead {
  font-size: 1.1rem;
}
.mth-footer__tagline {
  color: rgba(255, 255, 255, 0.72);
  max-width: 22rem;
  margin-top: 0.5rem;
}
.mth-footer__logo {
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.95);
  padding: 4px;
  flex-shrink: 0;
}
.mth-footer__logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--mth-lime), var(--mth-lime-bright));
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}
.mth-footer__links--multicol {
  column-width: 11rem;
  column-gap: 1.5rem;
}
.mth-footer__links--multicol li {
  break-inside: avoid;
}
.mth-footer__copyright-row {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.9rem 0 1.15rem;
  text-align: center;
}
.mth-past-day-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(76, 79, 62, 0.15);
  border-radius: 999px;
  background: rgba(76, 79, 62, 0.08);
  color: var(--mth-olive);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
}

.mth-breadcrumb {
  background: linear-gradient(180deg, rgba(247, 246, 240, 0.9), rgba(247, 246, 240, 0.45));
  border-bottom: 1px solid rgba(76, 79, 62, 0.06);
}
.mth-breadcrumb__list {
  font-size: 0.86rem;
}
.mth-breadcrumb__list a {
  color: var(--mth-olive-2);
  text-decoration: none;
}
.mth-breadcrumb__list a:hover {
  color: var(--mth-olive);
}
.mth-breadcrumb__list .breadcrumb-item.active {
  color: var(--mth-olive);
  font-weight: 600;
}
.mth-breadcrumb__list .breadcrumb-item + .breadcrumb-item::before {
  color: var(--mth-olive-2);
}
.mth-breadcrumb + .container-xl {
  padding-top: 1.1rem !important;
}

.mth-news-ticker {
  background: #3f4332;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mth-news-ticker__wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.4rem 0;
}
.mth-news-ticker__label {
  flex-shrink: 0;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  padding: 0.15rem 0.45rem;
}
.mth-news-ticker__viewport {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.mth-news-ticker__track {
  display: inline-flex;
  gap: 0.35rem;
  min-width: max-content;
  animation: mthTickerScroll var(--ticker-speed, 18s) linear infinite;
}
.mth-news-ticker__viewport:hover .mth-news-ticker__track {
  animation-play-state: paused;
}
.mth-news-ticker__item {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.82rem;
  white-space: nowrap;
}
.mth-news-ticker__item:hover {
  background: rgba(167, 209, 1, 0.25);
  color: #fff;
}
.mth-news-ticker__item.is-alert {
  background: rgba(186, 3, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.mth-news-ticker__item.is-alert:hover {
  background: rgba(186, 3, 0, 0.5);
}
@keyframes mthTickerScroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mth-news-ticker__track {
    animation: none;
  }
}

.mth-article-list__item a {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(76, 79, 62, 0.1);
  text-decoration: none;
  color: inherit;
}
.mth-article-list__item a:hover .mth-article-list__title {
  color: var(--mth-red);
}
.mth-article-list__date {
  font-size: 0.8rem;
}

.mth-news-card {
  background: #fff;
  border: 1px solid rgba(76, 79, 62, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.mth-news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.09);
}
.mth-news-card__thumb-wrap {
  display: block;
  text-decoration: none;
}
.mth-news-card__thumb {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.mth-news-card__thumb--placeholder {
  background: linear-gradient(120deg, rgba(76, 79, 62, 0.15), rgba(154, 186, 28, 0.18));
}
.mth-news-card__body {
  padding: 1rem 1rem 1.1rem;
}
.mth-news-card__meta {
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7a7f71;
}
.mth-news-card__meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.45rem;
}
.mth-news-card__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.mth-news-card__clock {
  font-size: 0.85em;
  line-height: 1;
}
.mth-news-card__category {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #425023;
  background: rgba(154, 186, 28, 0.2);
  border: 1px solid rgba(154, 186, 28, 0.5);
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  margin-bottom: 0.5rem;
}
.mth-news-card__title {
  font-family: var(--mth-display);
  font-size: 1.28rem;
  margin: 0 0 0.55rem;
  line-height: 1.2;
}
.mth-news-card__title a {
  color: var(--mth-ink);
  text-decoration: none;
}
.mth-news-card__title a:hover {
  color: var(--mth-red);
}
.mth-news-card__summary {
  color: #4b4f43;
  margin-bottom: 0.6rem;
}
.mth-news-card__link {
  color: var(--mth-red);
  text-decoration: none;
  font-weight: 600;
}
.mth-news-card__link:hover {
  text-decoration: underline;
}

.mth-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 1.5rem;
}
.mth-pagination__link {
  min-width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(76, 79, 62, 0.15);
  color: var(--mth-olive);
  text-decoration: none;
  font-weight: 600;
}
.mth-pagination__link:hover {
  border-color: var(--mth-lime);
  background: rgba(154, 186, 28, 0.14);
  color: var(--mth-olive);
}
.mth-pagination__link:focus-visible {
  outline: 2px solid var(--mth-lime);
  outline-offset: 2px;
}
.mth-pagination__link.is-active {
  background: var(--mth-lime);
  border-color: var(--mth-lime);
  color: #fff;
}
.mth-pagination__link--wide {
  padding: 0 0.9rem;
  min-width: auto;
}
.mth-pagination--compact {
  margin-top: 0;
  gap: 0.25rem;
}
.mth-pagination--compact .mth-pagination__link {
  min-width: 2rem;
  height: 2rem;
  font-size: 0.82rem;
  border-radius: 6px;
}
.mth-pagination--compact .mth-pagination__link--wide {
  font-size: 0.8rem;
  padding: 0 0.55rem;
}

.mth-prose {
  line-height: 1.65;
  font-size: 1.05rem;
}
.mth-prose p {
  margin-bottom: 1rem;
}

.mth-chip {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: var(--mth-cream);
  color: var(--mth-olive);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}
.mth-chip.is-active {
  background: var(--mth-olive);
  color: #fff;
}

.mth-postcards-intro {
  max-width: 56ch;
}
.mth-postcards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.mth-postcard-tile {
  background: #fff;
  border: 1px solid rgba(76, 79, 62, 0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 7px 24px rgba(28, 29, 24, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.mth-postcard-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(28, 29, 24, 0.1);
}
.mth-postcard-tile__image-wrap {
  display: block;
}
.mth-postcard-tile__image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
.mth-postcard-tile__body {
  padding: 0.9rem;
}
.mth-postcard-tile__title {
  font-family: var(--mth-display);
  font-size: 1.1rem;
  line-height: 1.25;
}
.mth-postcard-tile__teaser {
  color: #545b4e;
  font-size: 0.92rem;
}

.mth-postcard-form {
  border-radius: 16px;
}
.mth-postcard-preview {
  background: #fff;
  border: 1px solid rgba(76, 79, 62, 0.12);
  border-radius: 16px;
  padding: 1rem;
}
.mth-postcard-preview__front {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.mth-postcard-preview__front img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.mth-postcard-preview__stamp {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--mth-olive);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  font-size: 0.74rem;
  font-weight: 700;
}
.mth-postcard-preview__back {
  border: 1px dashed rgba(76, 79, 62, 0.25);
  border-radius: 12px;
  padding: 0.85rem;
  background: linear-gradient(180deg, #fff, #fcfcfa);
}
.mth-postcard-preview__line {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
}
.mth-postcard-preview__message {
  min-height: 6.2rem;
  white-space: normal;
  color: #33382c;
}

.mth-postcard-public {
  background: #fff;
  border: 1px solid rgba(76, 79, 62, 0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(28, 29, 24, 0.08);
}
.mth-postcard-public__image {
  width: 100%;
  display: block;
  max-height: 420px;
  object-fit: cover;
}
.mth-postcard-public__body {
  padding: 1rem 1rem 1.15rem;
}
.mth-postcard-public__title {
  font-family: var(--mth-display);
  margin-bottom: 0.5rem;
}
.mth-postcard-public__message {
  color: #30352b;
  line-height: 1.7;
}
.mth-chip--compact {
  padding: 0.2rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 8px;
  line-height: 1.25;
  text-align: center;
}
.mth-address-cat-grid {
  display: none;
}
.mth-address-map-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid rgba(76, 79, 62, 0.12);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  box-shadow: 0 8px 22px rgba(28, 29, 24, 0.05);
}
.mth-address-map-cta__body {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  min-width: 0;
}
.mth-address-map-cta__icon {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0.1rem;
}
.mth-address-map-cta__title {
  font-size: 1.05rem;
  font-family: var(--mth-display);
}
.mth-address-map-cta__text {
  color: #5e6558;
  font-size: 0.9rem;
}
.mth-address-cat-tools {
  margin-bottom: 0.45rem;
}
.mth-address-cat-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-height: 11.5rem;
  overflow: auto;
  padding-right: 0.2rem;
}
.mth-address-cat-cloud .mth-chip {
  margin: 0;
}
@media (min-width: 768px) {
  .mth-address-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
    gap: 0.35rem;
    align-items: start;
  }
  .mth-address-cat-grid .mth-chip {
    justify-self: stretch;
    text-align: center;
  }
}

.mth-map-card {
  background: #fff;
  border: 1px solid rgba(76, 79, 62, 0.12);
  border-radius: 14px;
  padding: 0.8rem;
  box-shadow: 0 8px 24px rgba(28, 29, 24, 0.06);
}
.mth-addresses-map {
  width: 100%;
  height: min(68vh, 680px);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(76, 79, 62, 0.12);
}
.mth-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.7rem;
}
.mth-map-legend__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  background: var(--mth-cream);
  border: 1px solid rgba(76, 79, 62, 0.1);
  font-size: 0.82rem;
}
.mth-map-legend__dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.mth-map-popup h3 {
  font-size: 1rem;
  margin: 0 0 0.2rem;
}
.mth-map-popup p {
  margin: 0.15rem 0;
  font-size: 0.86rem;
}
.mth-map-popup__cat {
  color: #66705a;
  font-weight: 700;
}
.mth-map-popup__extra {
  margin-top: 0.3rem;
}
.mth-map-pin-wrap {
  background: transparent;
  border: 0;
}
.mth-map-pin {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: var(--pin-color, #4c4f3e);
  border: 2px solid #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.mth-cal-archive__item a {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(76, 79, 62, 0.1);
  text-decoration: none;
  color: inherit;
}
.mth-cal-archive__item.is-past a {
  opacity: 0.55;
}

.mth-cal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.mth-cal-card {
  border: var(--mth-surface-border);
  border-radius: var(--mth-radius);
  background: #fff;
  box-shadow: var(--mth-surface-shadow);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.mth-cal-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--mth-surface-shadow-hover);
}
.mth-cal-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 1rem;
}
.mth-cal-card__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.45rem;
}
.mth-cal-card__date time {
  color: var(--mth-lime);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.mth-cal-card__status {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  border: 1px solid rgba(76, 79, 62, 0.2);
  padding: 0.15rem 0.5rem;
  color: var(--mth-olive);
}
.mth-cal-card__title {
  margin: 0;
  font-family: var(--mth-display);
  font-size: 1.08rem;
  line-height: 1.3;
}
.mth-cal-card.is-past {
  background: #f7f7f4;
  border-color: rgba(76, 79, 62, 0.18);
}
.mth-cal-card.is-past .mth-cal-card__link {
  opacity: 0.62;
}
.mth-cal-card.is-past .mth-cal-card__date time {
  color: #7e8274;
}

.mth-album-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: var(--mth-radius);
  border: var(--mth-surface-border);
  background: #fff;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.mth-album-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--mth-surface-shadow-hover);
}
.mth-album-card__inner {
  padding: 1.25rem;
}

.mth-address-card {
  display: block;
  height: 100%;
  padding: 1rem;
  border-radius: var(--mth-radius);
  border: var(--mth-surface-border);
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.mth-address-card:hover {
  border-color: var(--mth-lime);
}

.mth-address-hero__title {
  line-height: 1.2;
}
.mth-address-category {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mth-olive-2);
  background: rgba(76, 79, 62, 0.08);
  border: 1px solid rgba(76, 79, 62, 0.12);
  vertical-align: baseline;
}
.mth-address-category--panel {
  text-align: right;
  max-width: 55%;
  min-width: 0;
  overflow-wrap: anywhere;
}
.mth-address-panel-head {
  /* Zelfde afstand titel → inhoud als .mth-panel__title (Openingsuren) */
  margin-bottom: 0.75rem;
}
.mth-contact-links {
  display: grid;
  gap: 0.45rem;
}
.mth-contact-link-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.35rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(76, 79, 62, 0.12);
  background: var(--mth-cream);
  color: var(--mth-olive);
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.mth-contact-link-chip:hover {
  border-color: var(--mth-lime);
  background: rgba(154, 186, 28, 0.14);
  color: var(--mth-olive);
}
.mth-contact-link-chip span:last-child {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.mth-opening-hours-list {
  margin: 0;
}
.mth-opening-hours-list__row {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  column-gap: 0.5rem;
  align-items: baseline;
}
.mth-opening-hours-list__day {
  text-align: left;
  font-weight: 600;
}
.mth-opening-hours-list__hours {
  min-width: 0;
}

.mth-street-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.65rem;
}
.mth-street-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--mth-radius);
  border: 1px solid rgba(76, 79, 62, 0.12);
  background: var(--mth-cream);
  color: var(--mth-olive);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}
.mth-street-tile:hover {
  border-color: var(--mth-lime);
  background: rgba(154, 186, 28, 0.12);
  color: var(--mth-olive);
  transform: translateY(-1px);
}
.mth-street-tile__name {
  flex: 1;
  min-width: 0;
}
.mth-street-tile__arrow {
  flex-shrink: 0;
  opacity: 0.45;
  font-size: 1rem;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.mth-street-tile:hover .mth-street-tile__arrow {
  opacity: 0.85;
  transform: translateX(3px);
}

.mth-street-list {
  list-style: none;
  padding: 0;
  column-count: 1;
}
@media (min-width: 576px) {
  .mth-street-list {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .mth-street-list {
    column-count: 3;
  }
}
.mth-street-list li {
  margin-bottom: 0.35rem;
}

.mth-panel--garbage {
  border-left: 3px solid var(--mth-lime-bright);
}
.mth-garbage-lead {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--mth-ink);
}
.mth-garbage-rest {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--mth-ink);
}
.mth-garbage-color-word {
  font-weight: 700;
}
.mth-garbage-color-word--oranje {
  color: #e07020;
}
.mth-garbage-color-word--rood {
  color: #c42828;
}
.mth-garbage-color-word--groen {
  color: #2d7a3e;
}
.mth-garbage-color-word--blauw {
  color: #1e64b8;
}
.mth-garbage-color-word--geel {
  color: #c9a100;
}
button.mth-garbage-color-btn.mth-garbage-color-word {
  border: none;
  background: rgba(76, 79, 62, 0.07);
  padding: 0.05em 0.2em;
  margin: 0;
  font: inherit;
  font-weight: 700;
  line-height: inherit;
  cursor: pointer;
  border-radius: 4px;
  vertical-align: baseline;
  box-shadow: none;
  transition: background 0.12s ease;
}
button.mth-garbage-color-btn.mth-garbage-color-word:hover {
  background: rgba(76, 79, 62, 0.12);
}
button.mth-garbage-color-btn.mth-garbage-color-word:focus-visible {
  outline: 2px solid var(--mth-lime-bright);
  outline-offset: 2px;
}
.mth-garbage-matrix-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid rgba(154, 186, 28, 0.45);
  border-bottom: 1px solid rgba(154, 186, 28, 0.45);
  padding: 0.85rem 0;
  margin-bottom: 1rem;
}
.mth-garbage-matrix {
  --garbage-cols: 5;
  display: grid;
  grid-template-columns: repeat(var(--garbage-cols), minmax(2.35rem, 1fr));
  gap: 0.35rem 0.28rem;
  align-items: end;
  min-width: min(100%, 22rem);
  margin: 0 auto;
}
.mth-garbage-matrix__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  min-width: 0;
}
.mth-garbage-matrix__label {
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: var(--mth-olive);
  hyphens: auto;
  overflow-wrap: anywhere;
  min-height: 2.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mth-garbage-matrix__cell {
  width: 100%;
  max-width: 2.35rem;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px dashed rgba(76, 79, 62, 0.22);
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mth-garbage-matrix__cell.is-on {
  border: 1px solid rgba(154, 186, 28, 0.65);
  background: linear-gradient(145deg, #e8f0a8, #d4e050);
  color: var(--mth-olive);
}
.mth-garbage-matrix__check {
  display: flex;
  line-height: 0;
}
.mth-garbage-hint {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  padding: 0.65rem 0.75rem;
  border-radius: var(--mth-radius);
  background: rgba(76, 79, 62, 0.06);
  border: 1px solid rgba(76, 79, 62, 0.08);
  margin-bottom: 0.25rem;
}
.mth-garbage-hint__ico {
  flex-shrink: 0;
  color: rgba(76, 79, 62, 0.55);
  line-height: 0;
  margin-top: 0.1rem;
}
.mth-garbage-hint__text {
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--mth-ink);
}
.mth-garbage-hint__text strong {
  color: var(--mth-olive);
}

/* Admin (light separation) */
.mth-admin {
  background: var(--mth-cream);
  min-height: 100vh;
}
.mth-admin__nav a {
  color: var(--mth-olive);
  font-weight: 600;
}

.mth-board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.9rem;
}
.mth-board-note {
  background: linear-gradient(160deg, #fffbe5, #fff6cc);
  border: 1px solid rgba(76, 79, 62, 0.14);
  border-radius: 12px;
  padding: 0.85rem;
  box-shadow: 0 8px 18px rgba(76, 79, 62, 0.08);
  transform: rotate(-0.35deg);
  cursor: pointer;
}
.mth-board-note:nth-child(2n) {
  transform: rotate(0.45deg);
}
.mth-board-note.is-pinned {
  border-top: 3px solid var(--mth-lime);
}
.mth-board-note__title {
  font-family: var(--mth-display);
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 0 0 0.35rem;
}
.mth-board-note__title a {
  text-decoration: none;
  color: var(--mth-olive);
}
.mth-board-note__title a:hover {
  color: var(--mth-red);
}
.mth-board-note:hover .mth-board-note__title a {
  color: var(--mth-red);
}
.mth-board-note__preview {
  color: #3f4336;
  margin-bottom: 0.55rem;
  font-size: 0.93rem;
}
.mth-board-note__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.76rem;
  color: #6e7365;
}
.mth-board-reply {
  border-bottom: 1px dashed rgba(76, 79, 62, 0.2);
  padding: 0.55rem 0;
}
.mth-board-reply:last-child {
  border-bottom: none;
}
