.compactSignpost-wrapper_1jOa0 {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #de00a5;
  transition: background-color 0.4s;
}

.compactSignpost-wrapper_1jOa0:focus,
.compactSignpost-wrapper_1jOa0:hover {
  color: #fff;
  background-color: #2541fc;
}

.compactSignpost-backgroundImage_1Um5c {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-out 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  transform: translateZ(0);
}

.compactSignpost-wrapper_1jOa0:focus .compactSignpost-backgroundImage_1Um5c,
.compactSignpost-wrapper_1jOa0:hover .compactSignpost-backgroundImage_1Um5c {
  transform: scale(1.025) rotate(0.0001deg) translateZ(0);
  opacity: 1;
}

.compactSignpost-content_izkOI {
  position: relative;
  padding: 1em;
}

.compactSignpost-icon_3Caja {
  opacity: .9;
  float: right;
}

.compactSignpost-icon_3Caja svg {
  width: 2em;
  height: 2em;
}
