/* PHASE_M2_R5H3B_REPORTS_DECLUTTER_PRODUCTION_DETAIL_PRIORITY_R1 */
#m2r5h3bReportsFocusNotice{
  margin:10px 0 12px;
  padding:10px 12px;
  border:1px solid #67e8f9;
  background:#ecfeff;
  border-radius:12px;
  font-size:12px;
  color:#0f172a;
}
#m2r5h3bReportsFocusNotice b{font-size:13px}
#tab-reports [data-m2r5h3b-hidden="1"]{display:none!important}
#tab-reports .m2r5h3b-detail-priority{
  border:2px solid #14b8a6!important;
  box-shadow:0 8px 22px rgba(15,118,110,.12)!important;
  background:#ffffff!important;
  margin-top:10px!important;
  margin-bottom:14px!important;
}
#tab-reports .m2r5h3b-detail-priority h2,
#tab-reports .m2r5h3b-detail-priority h3{
  color:#0f766e!important;
}
#m2r5h3bOtherReportsToggle{
  margin:8px 0 10px;
  display:flex;
  align-items:center;
  gap:8px;
}
#m2r5h3bOtherReportsToggle button{
  border:1px solid #b7c7d9;
  background:#e8f0fb;
  border-radius:10px;
  padding:8px 12px;
  font-weight:700;
  cursor:pointer;
}
#m2r5h3bOtherReportsToggle span{
  font-size:12px;
  color:#64748b;
}
body.m2r5h3b-show-other-reports #tab-reports [data-m2r5h3b-hidden="1"]{
  display:block!important;
  opacity:.72;
}
