.dcmw-page{
  max-width:1180px;
  margin:0 auto;
  padding:18px 20px 56px;
  color:#123733;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.dcmw-hero{
  background:linear-gradient(135deg,#123733,#1f5b55 70%,#77bdb3);
  color:#fff;
  border-radius:24px;
  padding:28px;
  margin-bottom:16px;
}
.dcmw-hero h1{margin:0 0 8px;color:#fff;font-size:clamp(2rem,3vw,3rem);line-height:1.05}
.dcmw-hero p{margin:0;color:#fff;max-width:940px;line-height:1.55}
.dcmw-panel{
  background:#fff;
  border:1px solid rgba(18,55,51,.13);
  border-radius:18px;
  padding:18px;
  box-shadow:0 8px 22px rgba(18,55,51,.045);
  margin-top:14px;
}
.dcmw-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  border:0;
  border-radius:999px;
  background:#123733;
  color:#fff!important;
  padding:8px 14px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.dcmw-button.secondary{background:#edf6f4;color:#123733!important}
.dcmw-muted{color:#60756f;line-height:1.5}
.dcmw-pill{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#edf6f4;
  color:#234944;
  font-size:.76rem;
  font-weight:900;
  margin:3px 5px 3px 0;
}
.dcmw-pill.warn{background:#fff3cd;color:#5d4100}
.dcmw-table{width:100%;border-collapse:collapse;margin-top:10px}
.dcmw-table th,.dcmw-table td{padding:10px;border-bottom:1px solid rgba(18,55,51,.1);text-align:left;vertical-align:top}
.dcmw-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}
.dcmw-inline-notice{
  max-width:1086px;
  margin:10px auto;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(120,82,0,.22);
  background:#fff3cd;
  color:#5d4100;
  box-shadow:0 8px 22px rgba(18,55,51,.045);
}
.dcmw-inline-notice a{font-weight:900;color:#123733}
@media (max-width:700px){
  .dcmw-table{display:block;overflow-x:auto}
}
