/* V31 notification landing is intentionally non-blocking. */
.gg-v31-deep-target{
  scroll-margin-block:110px 120px;
  outline:2px solid rgba(201,148,19,.72);
  outline-offset:4px;
  border-radius:12px;
  animation:ggV31TargetPulse .72s ease 2;
  pointer-events:auto!important;
}
@keyframes ggV31TargetPulse{0%,100%{box-shadow:0 0 0 0 rgba(201,148,19,0)}50%{box-shadow:0 0 0 8px rgba(201,148,19,.16)}}
