.heart-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    border: none;
  }

  .heart-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 32px;
    color: #c11111;
    transition: color 0.3s ease;
  }

  .heart-btn.liked {
    border: none;
    color: red;
    border: none;
  }

  .counter {
    font-size: 24px;
    color: #333;
    border: none;
  }