.t-engage-badge::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0 6px 26px 2px var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.c-copy-button__success.t-holiday {
  padding: 0.75rem 1.5rem;
  color: var(--color-black-300);

  &:hover {
    background-color: white;
    border-color: #0f0f10;
    color: var(--color-black-300);
  }
}
