.fortuneCookie {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: url("../../../pageComponents/widgetSnippets/fortune-cookie/images/starz.svg"), linear-gradient(180deg, #172053 0%, #050611 100%);
}
.fortuneCookie:hover .snipImageWrap {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}
.fortuneCookie .snippetCta {
  background: linear-gradient(180deg, #CC8097 -76.89%, #412D72 306.84%, #2C216C 482.34%);
  text-align: center;
  color: #FFFFFF;
}
.fortuneCookie .fortuneCookieContent {
  color: #ffffff;
}

.astroloveContent {
  width: 100%;
}

.snipImageWrap {
  width: 37%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.snipImageWrap img {
  width: 100%;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*# sourceMappingURL=style.css.map */
