/* Standalone override for the bottom notice shield icon only. */
.notice .notice-shield {
  width: 34px;
  height: 38px;
  border: 0;
  clip-path: none;
  background: none;
  position: relative;
  flex: 0 0 34px;
}

.notice .notice-shield::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 72' fill='none'%3E%3Cpath d='M32 5 55 15v18c0 15.5-9.2 27.6-23 33.5C18.2 60.6 9 48.5 9 33V15L32 5Z' stroke='white' stroke-width='5.5' stroke-linejoin='round'/%3E%3Cpath d='m22 36 7 7 15-17' stroke='white' stroke-width='5.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.35));
}

.notice .notice-shield::after {
  content: none;
}
