.btn-group.adopta-btn {
  opacity: 100%;
  pointer-events: auto;
}
.adopta-btn.is--active [btn-animate="adopta"] {
  opacity: 100%;
  pointer-events: auto;
}
.adopta-btn [btn-animate="adopta"] {
  opacity: 40%;
  pointer-events: none;
}

.dog-log-thumb-item-adopt:hover .dog-thumb-hovr {
  transform: scale(1.13);
}

@media (max-width: 768px) {
  .story-wrap .story-inner-crd {
    width: 65.5vw;
  }

  .text-small-medium.u-text-wrap-balance {
    font-size: 0.8rem;
  }
}

.adopt-item.is--active .eye-off {
  display: none !important;
}
.adopt-item .eye-off {
  display: block !important;
}
.adopt-item.is--active .eye-on {
  display: block !important;
}
.adopt-item .eye-on {
  display: none !important;
}
