.vey-notice {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 16px;
  overflow: hidden;
  border-radius: 8px;
}

.vey-notice p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

.notice-background-overlay {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.11;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  width: 210%;
  height: 260%;
}

.vey-notice .vey-pill-button {
  max-width: 133px;
  margin-top: 8px;
  z-index: 1;
}
