:root {
  --mtdwl-green: #075f39;
  --mtdwl-green-dark: #03452a;
  --mtdwl-green-soft: #eaf6ef;
  --mtdwl-ink: #13231b;
  --mtdwl-muted: #58675f;
  --mtdwl-border: #cddbd3;
  --mtdwl-warn: #fff5d9;
}

body.mtdwl-route #page,
body.mtdwl-route .site.grid-container,
body.mtdwl-route .site-content,
body.mtdwl-route #content {
  max-width: none !important;
  width: 100% !important;
}

body.mtdwl-route #primary,
body.mtdwl-route .content-area,
.mtdwl-site-main {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mtdwl-route #right-sidebar,
body.mtdwl-route #left-sidebar,
body.mtdwl-route .widget-area {
  display: none !important;
}

.mtdwl-wrap {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 32px));
  margin: 34px auto 54px;
  color: var(--mtdwl-ink);
  font-family: inherit;
}

.mtdwl-wrap *,
.mtdwl-article-table * {
  box-sizing: border-box;
}

.mtdwl-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--mtdwl-muted);
  font-size: 13px;
}

.mtdwl-breadcrumb a,
.mtdwl-links a,
.mtdwl-card a,
.mtdwl-table a {
  color: var(--mtdwl-green);
  text-decoration: none;
}

.mtdwl-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 54px);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--mtdwl-green-dark), #087747);
  color: #fff;
  box-shadow: 0 14px 38px rgba(3, 69, 42, .18);
}

.mtdwl-hero::after {
  position: absolute;
  right: -55px;
  bottom: -85px;
  width: 260px;
  height: 260px;
  border: 38px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  content: "";
}

.mtdwl-eyebrow {
  margin: 0 0 10px;
  color: #bff5d5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.mtdwl-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 0 12px;
  color: #fff !important;
  font-size: clamp(29px, 5vw, 48px);
  line-height: 1.22;
}

.mtdwl-hero p:not(.mtdwl-eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 0 18px;
  color: #e6fff0;
  font-size: 16px;
}

.mtdwl-date {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 5px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .11);
  font-size: 13px;
}

.mtdwl-alert {
  margin: 18px 0;
  padding: 14px 16px;
  border: 1px solid #e4c66b;
  border-left: 5px solid #c28b00;
  border-radius: 10px;
  background: var(--mtdwl-warn);
  color: #543e00;
  line-height: 1.55;
}

.mtdwl-alert-warning {
  border-color: #e1b6ad;
  border-left-color: #a93a24;
  background: #fff0ed;
  color: #702617;
}

.mtdwl-alert-success {
  border-color: #a8d5ba;
  border-left-color: var(--mtdwl-green);
  background: var(--mtdwl-green-soft);
  color: #06472b;
}

.mtdwl-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 34px;
}

.mtdwl-card {
  padding: 22px;
  border: 1px solid var(--mtdwl-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(19, 35, 27, .06);
}

.mtdwl-card-top {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
}

.mtdwl-card-top span:not(.mtdwl-status) {
  color: var(--mtdwl-muted);
  font-size: 12px;
}

.mtdwl-card h2 {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.35;
}

.mtdwl-status {
  flex: none;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf0ee;
  color: #4d5b53;
  font-size: 11px;
  font-weight: 700;
}

.mtdwl-status.is-current {
  background: #d9f7e5;
  color: #056037;
}

.mtdwl-level {
  display: flex;
  gap: 6px;
  align-items: baseline;
  margin: 24px 0 12px;
}

.mtdwl-level strong {
  color: var(--mtdwl-green-dark);
  font-size: 35px;
  line-height: 1;
}

.mtdwl-level span {
  color: var(--mtdwl-muted);
  font-weight: 700;
}

.mtdwl-progress {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #e8eee9;
}

.mtdwl-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #18a05f, #58c986);
}

.mtdwl-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 13px;
}

.mtdwl-card-stats span {
  color: var(--mtdwl-muted);
  font-size: 12px;
}

.mtdwl-card-stats strong {
  display: block;
  margin-top: 3px;
  color: var(--mtdwl-ink);
  font-size: 15px;
}

.mtdwl-card time {
  color: var(--mtdwl-muted);
  font-size: 12px;
}

.mtdwl-section {
  margin-top: 34px;
}

.mtdwl-section > h2 {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 4px solid var(--mtdwl-green);
  color: var(--mtdwl-ink);
  font-size: clamp(21px, 3vw, 28px);
}

.mtdwl-table-wrap,
.mtdwl-article-table {
  overflow: hidden;
  border: 1px solid var(--mtdwl-border);
  border-radius: 14px;
  background: #fff;
}

.mtdwl-table,
.mtdwl-article-table table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: auto;
}

.mtdwl-table th,
.mtdwl-article-table th {
  padding: 14px 12px;
  border: 0 !important;
  background: var(--mtdwl-green-dark) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.mtdwl-table td,
.mtdwl-article-table td {
  padding: 15px 12px;
  border: 0 !important;
  border-bottom: 1px solid #e1e8e3 !important;
  background: #fff;
  color: var(--mtdwl-ink);
  font-size: 14px;
  vertical-align: middle;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}

.mtdwl-table tr:last-child td,
.mtdwl-article-table tr:last-child td {
  border-bottom: 0 !important;
}

.mtdwl-table td small {
  display: block;
  margin-top: 4px;
  color: var(--mtdwl-muted);
}

.mtdwl-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mtdwl-links a {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid var(--mtdwl-border);
  border-radius: 12px;
  background: #fff;
  font-weight: 700;
}

.mtdwl-explainer {
  padding: 22px;
  border-radius: 14px;
  background: var(--mtdwl-green-soft);
}

.mtdwl-explainer p {
  margin: 0;
  line-height: 1.75;
}

.mtdwl-source {
  margin-top: 34px;
  padding: 16px;
  border: 1px solid var(--mtdwl-border);
  border-radius: 12px;
  background: #f7faf8;
  color: var(--mtdwl-muted);
  font-size: 13px;
  line-height: 1.6;
}

.mtdwl-source a {
  color: var(--mtdwl-green);
  font-weight: 700;
}

@media (max-width: 860px) {
  .mtdwl-summary-grid,
  .mtdwl-links {
    grid-template-columns: 1fr;
  }

  .mtdwl-card {
    padding: 18px;
  }

  .mtdwl-table-wrap,
  .mtdwl-article-table {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .mtdwl-table thead,
  .mtdwl-article-table thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
  }

  .mtdwl-table,
  .mtdwl-table tbody,
  .mtdwl-table tr,
  .mtdwl-table td,
  .mtdwl-article-table table,
  .mtdwl-article-table tbody,
  .mtdwl-article-table tr,
  .mtdwl-article-table td {
    display: block;
    width: 100%;
  }

  .mtdwl-table tr,
  .mtdwl-article-table tr {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid var(--mtdwl-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(19, 35, 27, .05);
  }

  .mtdwl-table td,
  .mtdwl-article-table td {
    display: grid;
    grid-template-columns: minmax(105px, 42%) 1fr;
    gap: 12px;
    min-height: 48px;
    padding: 12px 14px;
    text-align: right;
    word-break: break-word;
  }

  .mtdwl-table td::before,
  .mtdwl-article-table td::before {
    color: var(--mtdwl-muted);
    content: attr(data-label);
    font-size: 12px;
    font-weight: 700;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .mtdwl-wrap {
    width: min(100% - 20px, 1120px);
    margin-top: 18px;
  }

  .mtdwl-hero {
    padding: 24px 19px;
    border-radius: 14px;
  }

  .mtdwl-hero h1 {
    font-size: 27px;
  }

  .mtdwl-date {
    border-radius: 8px;
  }

  .mtdwl-alert {
    font-size: 14px;
  }

  .mtdwl-table td,
  .mtdwl-article-table td {
    grid-template-columns: minmax(96px, 40%) minmax(0, 1fr);
    gap: 10px;
    padding: 11px 12px;
    font-size: 13px;
  }

  .mtdwl-card-stats strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}
