.afraid-octopus-wrapper-16 *,
.afraid-octopus-wrapper-16 *:after,
.afraid-octopus-wrapper-16 *:before {
  box-sizing: border-box;
}

.afraid-octopus-wrapper-16 .afraid-octopus-input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.afraid-octopus-wrapper-16 .afraid-octopus-input:checked + .afraid-octopus-tile {
  border-color: #6d28d9;
  box-shadow: 0 5px 10px #5b21b6;
  color: #6d28d9;
}

.afraid-octopus-wrapper-16 .afraid-octopus-input:checked + .afraid-octopus-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #8b5cf6;
  border-color: #8b5cf6;
}

.afraid-octopus-wrapper-16 .afraid-octopus-input:checked + .afraid-octopus-tile .afraid-octopus-icon,
.afraid-octopus-wrapper-16 .afraid-octopus-input:checked + .afraid-octopus-tile .afraid-octopus-label {
  color: #7c3aed;
}

.afraid-octopus-wrapper-16 .afraid-octopus-input:focus + .afraid-octopus-tile {
  border-color: #6d28d9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #c4b5fd;
}

.afraid-octopus-wrapper-16 .afraid-octopus-input:focus + .afraid-octopus-tile:before {
  transform: scale(1);
  opacity: 1;
}

.afraid-octopus-wrapper-16 .afraid-octopus-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6rem;
  min-height: 6rem;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}

.afraid-octopus-wrapper-16 .afraid-octopus-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.afraid-octopus-wrapper-16 .afraid-octopus-tile:hover {
  border-color: #6d28d9;
}

.afraid-octopus-wrapper-16 .afraid-octopus-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.afraid-octopus-wrapper-16 .afraid-octopus-icon {
  transition: 0.375s ease;
  color: #494949;
  margin-bottom: 0.5rem;
}

.afraid-octopus-wrapper-16 .afraid-octopus-icon svg {
  width: 3rem;
  height: 3rem;
}

.afraid-octopus-wrapper-16 .afraid-octopus-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
}
