/* dual-anzsco-banner.css — shared styles for the Dual ANZSCO Code banner.
   Self-contained selectors so the file works on every page (audit.html,
   state-adviser-3.html, skills_assessment_checklist.html, index.php). */

.dual-banner {
  background: #fff8e1;
  border: 1px solid #e8c87a;
  border-left: 3px solid #c9921a;
  border-radius: 8px;
  padding: 12px 14px;
  margin: 0 0 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #3a2e10;
}
.dual-banner-head {
  font-weight: 700;
  color: #7a5c10;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: .01em;
}
.dual-banner-lead { margin: 0 0 8px; }
.dual-banner-tbl {
  width: 100%;
  border-collapse: collapse;
  margin: 6px 0 10px;
  font-size: 12.5px;
  background: #fff;
  border: 1px solid #e8c87a;
  border-radius: 5px;
  overflow: hidden;
}
.dual-banner-tbl th {
  background: #f0e3b8;
  color: #5a4400;
  text-align: left;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.dual-banner-tbl td {
  padding: 6px 10px;
  border-top: 1px solid #f0e3b8;
  color: #3a2e10;
}
.dual-banner-tbl tr.dual-row-active td {
  background: #fcefc6;
  font-weight: 600;
}
.dual-banner-notes {
  margin: 6px 0 8px;
  padding-left: 18px;
  list-style: disc;
}
.dual-banner-notes li { margin-bottom: 3px; }
.dual-banner-aware {
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px dashed #e8c87a;
  font-size: 12px;
  color: #5a4400;
}
