.award-note {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid var(--line-f-strong);
}
.award-title {
  font-weight: 700;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}
.award-copy {
  font-size: .9375rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
.band-light .award-note { border-top-color: #DDDDD8; }
.band-light .award-title { color: #1A1A1A; }
.band-light .award-copy { color: #444; }
.detail-cell h4 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cell-icon {
  font-family: 'Material Icons', 'Material Symbols Outlined';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--accent);
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
