.page_not_like_wrapper {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.heart-icon_page_like {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  color: #7cc440;
}

.page_like_title_not_like {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.page_not_like_wrapper > p {
  color: #718096;
  max-width: 480px;
  margin: 0 auto 2.5rem;
}

.cta-button_page_not_like {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.8rem 1.5rem;
  color: #7cc440;
  text-decoration: none;
  border: 1px solid #7cc440;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.cta-button_page_not_like:hover {
  background: rgba(124, 196, 64, 0.05);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .page_like_title_not_like {
    font-size: 1.5rem;
  }
            
  .cta-button_page_not_like {
    justify-content: center;
  }
}