/* LDG ESG v4.6.3 - Big Four Report Design & Document Branding */
.ldg461-report-panel .ldg461-report-grid article,
.ldg462-report-center .ldg461-report-grid article {
  position: relative;
  overflow: hidden;
}
.ldg461-report-panel .ldg461-report-grid article::after,
.ldg462-report-center .ldg461-report-grid article::after {
  content: "Big Four style";
  position: absolute;
  right: 16px;
  top: 16px;
  background: #e9f6ff;
  color: #073b63;
  border: 1px solid #cfe5f4;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: .72rem;
  font-weight: 700;
}
.ldg461-report-panel .ldg461-report-grid article b,
.ldg462-report-center .ldg461-report-grid article b {
  background: #073b63 !important;
  color: #fff !important;
}
.ldg461-report-panel .ldg461-report-grid article a:first-child,
.ldg462-report-center .ldg461-report-grid article a:first-child {
  background: #073b63 !important;
  color: #fff !important;
}
.ldg461-report-panel .ldg461-report-grid article a:last-child,
.ldg462-report-center .ldg461-report-grid article a:last-child {
  background: #eaf4fc !important;
  color: #073b63 !important;
}
.ldg463-branding-note {
  background: #f6fafd;
  border: 1px solid #d9e8f2;
  border-left: 4px solid #0f7db8;
  border-radius: 14px;
  padding: 14px 16px;
  color: #0a263d;
}
