/* Simplified PoE module presentation based on the uploaded Unit of Competency Portfolio of Evidence outline. */
body.poe-simplified-active .classic-dashboard-bar h1,
body.poe-simplified-active .classic-breadcrumbs strong:last-child {
  text-transform: none;
}
body.poe-simplified-active .poe-action-grid {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}
body.poe-simplified-active .poe-action-card {
  min-height: 94px;
  border-radius: 8px;
  border-color: #9ebedc;
  background: linear-gradient(180deg,#f8fcff,#e5f0fb);
}
body.poe-simplified-active .poe-action-card strong::before {
  display: inline-block;
  margin-right: .35rem;
}
body.poe-simplified-active .poe-action-card[href="/poe-upload"] strong::before { content: "⬆"; }
body.poe-simplified-active .poe-action-card[href="/poe-view"] strong::before { content: "📋"; }

.poe-simplified-guide {
  margin: 0 0 14px;
  border: 1px solid #a9c6e1;
  background: linear-gradient(180deg, #f9fdff, #edf6ff);
  color: #123a5b;
  padding: 12px 14px;
  border-radius: 8px;
}
.poe-simplified-guide h3 {
  margin: 0 0 6px;
  color: #062c54;
  font-size: 1.05rem;
}
.poe-simplified-guide p {
  margin: 0;
  line-height: 1.4;
}
.poe-template-header {
  border-top: 4px solid #000;
  margin: 12px 0 8px;
  padding-top: 10px;
  background: #fff;
}
.poe-template-header h2 {
  margin: 0 0 12px;
  text-align: center;
  font-family: Georgia, 'Times New Roman', serif;
  color: #050505;
  font-size: 1.15rem;
  letter-spacing: .02em;
}
.poe-template-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 42px;
  margin: 0 4px 8px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #0a0a0a;
}
.poe-template-fields div {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: end;
  gap: 12px;
}
.poe-template-fields strong { font-weight: 800; }
.poe-template-line {
  display: inline-block;
  min-height: 18px;
  border-bottom: 1px solid #222;
}
.poe-template-note {
  margin: 4px 0 6px;
  text-align: center;
  color: #111;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .88rem;
}
body.poe-simplified-active .poe-evidence-matrix-table {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .82rem;
  background: #fff;
}
body.poe-simplified-active .poe-evidence-matrix-table th {
  background: #d8eaf7;
  color: #000;
  border: 1px solid #5f6d78;
  padding: 6px 5px;
  line-height: 1.06;
  text-transform: none;
}
body.poe-simplified-active .poe-evidence-matrix-table td {
  border: 1px solid #6b747d;
  padding: 5px 4px;
  color: #000;
}
body.poe-simplified-active .poe-evidence-matrix-table .calc-cell,
body.poe-simplified-active .poe-evidence-matrix-table td.calc-cell {
  background: #fff2c5 !important;
  font-weight: 800;
  font-size: 1.02rem;
}
body.poe-simplified-active .evidence-upload-cell {
  background: #fff;
  min-width: 160px;
}
body.poe-simplified-active .mini-upload-button {
  background: #0b5a8b;
  border-radius: 5px;
  padding: 5px 7px;
  font-size: .76rem;
}
body.poe-simplified-active .evidence-pill {
  background: #eef8ff;
  border-radius: 5px;
}
body.poe-simplified-active .matrix-meta-strip {
  display: none;
}
.poe-role-note-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.poe-role-note {
  border: 1px solid #b8d0e8;
  background: #f8fbff;
  padding: 10px;
  border-radius: 8px;
}
.poe-role-note strong { display: block; color: #073a65; }
.poe-role-note small { display: block; margin-top: 4px; color: #536678; line-height: 1.35; }
@media (max-width: 900px) {
  .poe-template-fields { grid-template-columns: 1fr; gap: 8px; }
  .poe-template-fields div { grid-template-columns: 140px 1fr; }
  body.poe-simplified-active .poe-action-grid { grid-template-columns: 1fr; }
}
